Uses of Class
com.sun.identity.idm.IdSearchResults
-
Packages that use IdSearchResults Package Description com.sun.identity.idm Provides classes for accessing the Identity Repository interfaces.org.forgerock.am.identity.persistence -
-
Uses of IdSearchResults in com.sun.identity.idm
Methods in com.sun.identity.idm that return IdSearchResults Modifier and Type Method Description IdSearchResults
AMIdentityRepository. searchIdentities(IdType type, String pattern, IdSearchControl ctrl)
Search for identities of certain types from each plugin and returns a combined result. -
Uses of IdSearchResults in org.forgerock.am.identity.persistence
Methods in org.forgerock.am.identity.persistence that return IdSearchResults Modifier and Type Method Description IdSearchResults
IdentityStore. getSpecialIdentities(SSOToken token, IdType type, String orgName)
Return the special identities for this realm for a given type.IdSearchResults
IdentityStore. searchIdentities(IdType type, String pattern, IdSearchControl ctrl)
Search for identities of certain types from each plugin and returns a combined result.IdSearchResults
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.IdSearchResults
IdentityStore. searchIdentitiesByUsername(IdType type, String pattern, IdSearchControl ctrl)
Search for a single identity based on the identity of certain types from each plugin.
-