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 IdSearchOpModifier
IdSearchOpModifier. AND
The search modifier which willAND
all the search attribute-value pairs passed toIdSearchControl
static IdSearchOpModifier
IdSearchOpModifier. OR
The search modifier which willOR
all the search attribute-value pairs passed toIdSearchControl
Methods in com.sun.identity.idm that return IdSearchOpModifier Modifier and Type Method Description IdSearchOpModifier
IdSearchControl. getSearchModifier()
Returns the IdSearchOpModifier defined for this SearchControlMethods in com.sun.identity.idm with parameters of type IdSearchOpModifier Modifier and Type Method Description void
IdSearchControl. 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.
-