Uses of Class
com.sun.identity.idm.IdSearchOpModifier
Package
Description
Provides classes for accessing the Identity Repository interfaces.
-
Uses of IdSearchOpModifier in com.sun.identity.idm
Modifier 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
Modifier and TypeMethodDescriptionIdSearchControl.getSearchModifier()
Returns the IdSearchOpModifier defined for this SearchControlModifier 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
Modifier 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.