Package com.sun.identity.idm
Interface IdConstants
-
Field Summary
Modifier and TypeFieldDescriptionA singleton list of agent identity type only.static final String
static final String
static final String
static final String
amadmin user from SunIdentityRepositoryServicestatic final String
anonymous user from SunIdentityRepositoryServicestatic final String
static final String
static final String
static final String
static final String
static final String
The field used to transmit the resource id of an identity between the CREST resource layer and the identity layer.static final String
The field used to indicate that the value in the _id field has been generated by AM, and was not supplied by the caller of the CREST resource.static final String
A list of user and agent identity types only.static final String
static final String
static final String
static final String
static final String
static final String
The field used to transmit the resource revision of an identity between the CREST resource layer and the identity layer.static final String
static final String
static final String
static final String
static final String
static final String
static final String
The field used to transmit the username of an identity between the CREST resource layer and the identity layer.
-
Field Details
-
REPO_SERVICE
- See Also:
-
SUPPORTED_TYPES
- See Also:
-
ATTRIBUTE_COMBINER
- See Also:
-
ID_REPO
- See Also:
-
ATTR_MAP
- See Also:
-
SUPPORTED_OP
- See Also:
-
ORGANIZATION_ALIAS_ATTR
- See Also:
-
ORGANIZATION_STATUS_ATTR
- See Also:
-
SPECIAL_PLUGIN
- See Also:
-
IDM_OAUTH2_CLIENT_REPO
- See Also:
-
AGENTREPO_PLUGIN
- See Also:
-
ATTR_MEMBER_OF
- See Also:
-
ATTR_HAVE_MEMBERS
- See Also:
-
ATTR_ADD_MEMBERS
- See Also:
-
SERVICE_NAME
- See Also:
-
SLASH_SEPARATOR
- See Also:
-
SERVICE_ATTRS
- See Also:
-
AMADMIN_USER
amadmin user from SunIdentityRepositoryService- See Also:
-
ANONYMOUS_USER
anonymous user from SunIdentityRepositoryService- See Also:
-
AGENT_SERVICE
- See Also:
-
AGENT_TYPE
- See Also:
-
IDREPO_CACHESTAT
- See Also:
-
ID
The field used to transmit the resource id of an identity between the CREST resource layer and the identity layer.- See Also:
-
REV
The field used to transmit the resource revision of an identity between the CREST resource layer and the identity layer.- See Also:
-
USERNAME
The field used to transmit the username of an identity between the CREST resource layer and the identity layer.- See Also:
-
ID_GENERATED
The field used to indicate that the value in the _id field has been generated by AM, and was not supplied by the caller of the CREST resource. This key has no value associated with it, its presence is indicative of nature of the _id field.- See Also:
-
IDENTITY_SEARCH_TYPES
A list of user and agent identity types only. Used for determining the types of identity to search for. -
AGENT_ONLY_SEARCH_TYPES
A singleton list of agent identity type only. Used for determining the types of identity to search for.
-