Package | Description |
---|---|
com.sun.identity.idsvcs | |
com.sun.identity.idsvcs.opensso | |
com.sun.identity.idsvcs.rest | |
org.forgerock.openam.core.rest |
Modifier and Type | Field and Description |
---|---|
protected IdentityDetails |
ReadResponse._return |
Modifier and Type | Method and Description |
---|---|
IdentityDetails |
ReadResponse.get_return() |
IdentityDetails |
IdentityServicesImpl.read(String name,
Attribute[] attributes,
Token admin) |
IdentityDetails |
IdentityServices.read(String name,
List attributes,
Token admin)
Retrieves an identity object matching input criteria.
|
Modifier and Type | Method and Description |
---|---|
void |
ReadResponse.set_return(IdentityDetails _return) |
Constructor and Description |
---|
ReadResponse(IdentityDetails _return) |
Modifier and Type | Method and Description |
---|---|
IdentityDetails |
IdentityServicesImpl.read(String name,
Attribute[] attributes,
Token admin) |
IdentityDetails |
IdentityServicesImpl.read(String name,
Map<String,Set<String>> attributes,
SSOToken admin) |
Modifier and Type | Method and Description |
---|---|
List<IdentityDetails> |
IdentityServicesImpl.searchIdentityDetails(CrestQuery crestQuery,
Map<String,Set<String>> searchModifiers,
SSOToken admin)
Searches the identity repository to find all identities that match the search criteria and returns them as a
list of identities.
|
Modifier and Type | Method and Description |
---|---|
void |
IdentityServicesImpl.create(IdentityDetails identity,
SSOToken admin)
Creates a new
AMIdentity in the identity repository with the
details specified in identity . |
void |
IdentityServicesImpl.delete(IdentityDetails identity,
SSOToken admin)
Deletes an
AMIdentity from the identity repository that match
the details specified in identity . |
void |
IdentityServicesImpl.update(IdentityDetails identity,
SSOToken admin)
Updates an
AMIdentity in the identity repository with the
details specified in identity . |
Modifier and Type | Method and Description |
---|---|
IdentityDetails |
IdentityServicesHandler.SecurityParameter.getIdentityDetails(javax.servlet.ServletRequest request) |
Modifier and Type | Method and Description |
---|---|
static IdentityDetails |
IdentityRestUtils.jsonValueToIdentityDetails(String objectType,
org.forgerock.json.JsonValue jVal,
String realm)
Returns an IdentityDetails from a JsonValue.
|
Modifier and Type | Method and Description |
---|---|
protected org.forgerock.json.resource.ResourceResponse |
IdentityResourceV2.buildResourceResponse(String resourceId,
org.forgerock.services.context.Context context,
IdentityDetails identityDetails) |
protected org.forgerock.json.resource.ResourceResponse |
IdentityResourceV1.buildResourceResponse(String resourceId,
org.forgerock.services.context.Context context,
IdentityDetails identityDetails) |
static org.forgerock.json.JsonValue |
IdentityRestUtils.identityDetailsToJsonValue(IdentityDetails details)
Convert an
IdentityDetails object into a JsonValue . |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.