Hi Francesco,
Is it possible to query users (groups) only for the specified realm, but
not for the specified realm and all subsequent (descending) realms.
E.g., I have /OU1 that contains User1 and /OU1/OU2 that contains User2.
Can I query users only for the OU1 and get only User1.
As I have realised, FIQL doesn't have condition for realm (see
org.apache.syncope.common.lib.search.SpecialAttr) and the query like:
AnyQuery anyQuery = new AnyQuery.Builder()
.fiql(getUserSearchConditionBuilder().is("realm").equalTo("OU1").query()).build();
doesn't work out.
Best Regards,
Alexander Tsvetkov