Package | Description |
---|---|
com.sun.identity.idm |
Provides classes for accessing the Identity Repository interfaces.
|
com.sun.identity.idm.remote | |
com.sun.identity.idm.server | |
org.forgerock.openam.idm |
Modifier and Type | Method and Description |
---|---|
IdSearchResults |
IdServices.search(SSOToken token,
IdType type,
IdSearchControl ctrl,
String amOrgName,
CrestQuery crestQuery)
By passing in a CrestQuery object, we now support searching by id (via _queryId) or by filter (_queryFilter).
|
IdSearchResults |
AMIdentityRepository.searchIdentities(IdType type,
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 |
AMIdentityRepository.searchIdentities(IdType type,
String pattern,
IdSearchControl ctrl)
Searches for identities of certain types from each plugin and returns a
combined result.
|
Modifier and Type | Method and Description |
---|---|
IdSearchResults |
IdRemoteCachedServicesImpl.search(SSOToken token,
IdType type,
IdSearchControl ctrl,
String orgName,
CrestQuery crestQuery) |
IdSearchResults |
IdRemoteServicesImpl.search(SSOToken token,
IdType type,
IdSearchControl ctrl,
String amOrgName,
CrestQuery crestQuery) |
Modifier and Type | Method and Description |
---|---|
IdSearchResults |
IdServicesImpl.search(SSOToken token,
IdType type,
IdSearchControl ctrl,
String amOrgName,
CrestQuery crestQuery) |
IdSearchResults |
IdCachedServicesImpl.search(SSOToken token,
IdType type,
IdSearchControl ctrl,
String orgName,
CrestQuery crestQuery) |
Modifier and Type | Method and Description |
---|---|
IdSearchResults |
IdServicesDecorator.search(SSOToken token,
IdType type,
IdSearchControl ctrl,
String amOrgName,
CrestQuery crestQuery)
By passing in a CrestQuery object, we now support searching by id (via _queryId) or by filter (_queryFilter).
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.