Uses of Class
com.sun.identity.idm.IdSearchOpModifier
Packages that use IdSearchOpModifier
Package
Description
Provides classes for accessing the Identity Repository interfaces.
-
Uses of IdSearchOpModifier in com.sun.identity.idm
Fields in com.sun.identity.idm declared as IdSearchOpModifierModifier and TypeFieldDescriptionstatic final IdSearchOpModifier
IdSearchOpModifier.AND
The search modifier which willAND
all the search attribute-value pairs passed toIdSearchControl
static final IdSearchOpModifier
IdSearchOpModifier.OR
The search modifier which willOR
all the search attribute-value pairs passed toIdSearchControl
Methods in com.sun.identity.idm that return IdSearchOpModifierModifier and TypeMethodDescriptionIdSearchControl.getSearchModifier()
Returns the IdSearchOpModifier defined for this SearchControlMethods in com.sun.identity.idm with parameters of type IdSearchOpModifierModifier and TypeMethodDescriptionvoid
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 IdSearchOpModifierModifier and TypeMethodDescriptionLegacyIdentityService.findActiveIdentities
(Realm realm, IdType idType, Map<String, Set<String>> searchAttributes, IdSearchOpModifier searchModifier) Searches for AM identities with the given attributes in the given realm.