Uses of Class
com.sun.identity.idm.IdSearchControl
-
Packages that use IdSearchControl Package Description com.sun.identity.idm Provides classes for accessing the Identity Repository interfaces.org.forgerock.am.identity.persistence -
-
Uses of IdSearchControl in com.sun.identity.idm
Methods in com.sun.identity.idm with parameters of type IdSearchControl Modifier and Type Method Description IdSearchResultsAMIdentityRepository. searchIdentities(IdType type, String pattern, IdSearchControl ctrl)Search for identities of certain types from each plugin and returns a combined result. -
Uses of IdSearchControl in org.forgerock.am.identity.persistence
Methods in org.forgerock.am.identity.persistence with parameters of type IdSearchControl Modifier and Type Method Description IdSearchResultsIdentityStore. searchIdentities(IdType type, String pattern, IdSearchControl ctrl)Search for identities of certain types from each plugin and returns a combined result.IdSearchResultsIdentityStore. searchIdentities(IdType type, org.forgerock.openam.utils.CrestQuery crestQuery, IdSearchControl ctrl)Searches for identities of certain types from each plugin and returns a combined result Note: The AMIdentity objects representing IdType.REALM can be used for services related operations only.IdSearchResultsIdentityStore. searchIdentitiesByUsername(IdType type, String pattern, IdSearchControl ctrl)Search for a single identity based on the identity of certain types from each plugin.
-