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 IdSearchOpModifierIdSearchOpModifier.ANDThe search modifier which willANDall the search attribute-value pairs passed toIdSearchControlstatic final IdSearchOpModifierIdSearchOpModifier.ORThe search modifier which willORall the search attribute-value pairs passed toIdSearchControlMethods 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 TypeMethodDescriptionvoidIdSearchControl.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.