Uses of Class
com.sun.identity.idm.IdSearchControl
Package
Description
Provides classes for accessing the Identity Repository interfaces.
-
Uses of IdSearchControl in com.sun.identity.idm
Modifier and TypeMethodDescriptionAMIdentityRepository.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
Modifier and TypeMethodDescriptionIdentityStore.searchIdentities
(IdType type, String pattern, IdSearchControl ctrl) Search for identities of certain types from each plugin and returns a combined result.IdentityStore.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.IdentityStore.searchIdentitiesByUsername
(IdType type, String pattern, IdSearchControl ctrl) Search for a single identity based on the identity of certain types from each plugin.