Package com.sun.identity.idm
Interface IdConstants
-
@SupportedAll public interface IdConstants
-
-
Field Summary
Fields Modifier and Type Field Description static List<IdType>
AGENT_ONLY_SEARCH_TYPES
A singleton list of agent identity type only.static String
AGENT_SERVICE
static String
AGENT_TYPE
static String
AGENTREPO_PLUGIN
static String
AMADMIN_USER
amadmin user from SunIdentityRepositoryServicestatic String
ANONYMOUS_USER
anonymous user from SunIdentityRepositoryServicestatic String
ATTR_ADD_MEMBERS
static String
ATTR_HAVE_MEMBERS
static String
ATTR_MAP
static String
ATTR_MEMBER_OF
static String
ATTRIBUTE_COMBINER
static String
ID
The field used to transmit the resource id of an identity between the CREST resource layer and the identity layer.static String
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.static String
ID_REPO
static List<IdType>
IDENTITY_SEARCH_TYPES
A list of user and agent identity types only.static String
IDM_OAUTH2_CLIENT_REPO
static String
IDREPO_CACHESTAT
static String
ORGANIZATION_ALIAS_ATTR
static String
ORGANIZATION_STATUS_ATTR
static String
REPO_SERVICE
static String
REV
The field used to transmit the resource revision of an identity between the CREST resource layer and the identity layer.static String
SERVICE_ATTRS
static String
SERVICE_NAME
static String
SLASH_SEPARATOR
static String
SPECIAL_PLUGIN
static String
SUPPORTED_OP
static String
SUPPORTED_TYPES
static String
USERNAME
The field used to transmit the username of an identity between the CREST resource layer and the identity layer.
-
-
-
Field Detail
-
REPO_SERVICE
static final String REPO_SERVICE
- See Also:
- Constant Field Values
-
SUPPORTED_TYPES
static final String SUPPORTED_TYPES
- See Also:
- Constant Field Values
-
ATTRIBUTE_COMBINER
static final String ATTRIBUTE_COMBINER
- See Also:
- Constant Field Values
-
ID_REPO
static final String ID_REPO
- See Also:
- Constant Field Values
-
ATTR_MAP
static final String ATTR_MAP
- See Also:
- Constant Field Values
-
SUPPORTED_OP
static final String SUPPORTED_OP
- See Also:
- Constant Field Values
-
ORGANIZATION_ALIAS_ATTR
static final String ORGANIZATION_ALIAS_ATTR
- See Also:
- Constant Field Values
-
ORGANIZATION_STATUS_ATTR
static final String ORGANIZATION_STATUS_ATTR
- See Also:
- Constant Field Values
-
SPECIAL_PLUGIN
static final String SPECIAL_PLUGIN
- See Also:
- Constant Field Values
-
IDM_OAUTH2_CLIENT_REPO
static final String IDM_OAUTH2_CLIENT_REPO
- See Also:
- Constant Field Values
-
AGENTREPO_PLUGIN
static final String AGENTREPO_PLUGIN
- See Also:
- Constant Field Values
-
ATTR_MEMBER_OF
static final String ATTR_MEMBER_OF
- See Also:
- Constant Field Values
-
ATTR_HAVE_MEMBERS
static final String ATTR_HAVE_MEMBERS
- See Also:
- Constant Field Values
-
ATTR_ADD_MEMBERS
static final String ATTR_ADD_MEMBERS
- See Also:
- Constant Field Values
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
SLASH_SEPARATOR
static final String SLASH_SEPARATOR
- See Also:
- Constant Field Values
-
SERVICE_ATTRS
static final String SERVICE_ATTRS
- See Also:
- Constant Field Values
-
AMADMIN_USER
static final String AMADMIN_USER
amadmin user from SunIdentityRepositoryService- See Also:
- Constant Field Values
-
ANONYMOUS_USER
static final String ANONYMOUS_USER
anonymous user from SunIdentityRepositoryService- See Also:
- Constant Field Values
-
AGENT_SERVICE
static final String AGENT_SERVICE
- See Also:
- Constant Field Values
-
AGENT_TYPE
static final String AGENT_TYPE
- See Also:
- Constant Field Values
-
IDREPO_CACHESTAT
static final String IDREPO_CACHESTAT
- See Also:
- Constant Field Values
-
ID
static final String ID
The field used to transmit the resource id of an identity between the CREST resource layer and the identity layer.- See Also:
- Constant Field Values
-
REV
static final String REV
The field used to transmit the resource revision of an identity between the CREST resource layer and the identity layer.- See Also:
- Constant Field Values
-
USERNAME
static final String USERNAME
The field used to transmit the username of an identity between the CREST resource layer and the identity layer.- See Also:
- Constant Field Values
-
ID_GENERATED
static final String 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:
- Constant Field Values
-
IDENTITY_SEARCH_TYPES
static final List<IdType> IDENTITY_SEARCH_TYPES
A list of user and agent identity types only. Used for determining the types of identity to search for.
-
-