Uses of Class
com.sun.identity.idm.IdSearchOpModifier
-
Packages that use IdSearchOpModifier Package Description com.sun.identity.idm Provides classes for accessing the Identity Repository interfaces.org.forgerock.am.identity.application -
-
Uses of IdSearchOpModifier in com.sun.identity.idm
Fields in com.sun.identity.idm declared as IdSearchOpModifier Modifier and Type Field Description static IdSearchOpModifierIdSearchOpModifier. ANDThe search modifier which willANDall the search attribute-value pairs passed toIdSearchControlstatic IdSearchOpModifierIdSearchOpModifier. ORThe search modifier which willORall the search attribute-value pairs passed toIdSearchControlMethods in com.sun.identity.idm that return IdSearchOpModifier Modifier and Type Method Description IdSearchOpModifierIdSearchControl. getSearchModifier()Returns the IdSearchOpModifier defined for this SearchControlMethods in com.sun.identity.idm with parameters of type IdSearchOpModifier Modifier and Type Method Description voidIdSearchControl. setSearchModifiers(IdSearchOpModifier mod, Map avMap)Set the options for modifying the basic search filter in each plugin. -
Uses of IdSearchOpModifier in org.forgerock.am.identity.application
Methods in org.forgerock.am.identity.application with parameters of type IdSearchOpModifier Modifier and Type Method Description Set<AMIdentity>LegacyIdentityService. findActiveIdentities(Realm realm, IdType idType, Map<String,Set<String>> searchAttributes, IdSearchOpModifier searchModifier)Searches for AM identities with the given attributes in the given realm.
-