|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.idp.um.api.UMConstants.ErrorCodes
public static final class UMConstants.ErrorCodes
This class contains User Management error code constants.
Field Summary | |
---|---|
static int |
E_ARG_WITH_NON_ASCII_CHARS
The parameter passed contains characters beyond the ASCII range |
static int |
E_ASSERTION_ID_INVALID
Assertion id passed is invalid or assertion corresponding to that id has expired |
static int |
E_ASSERTION_RENEWAL_COUNT_EXCEEDED
Assertion renewal count exceeded configured limit |
static int |
E_AUTH_FAILED
Authentication failed. |
static int |
E_AUTHENTICATION_ERROR
Authentication error. |
static int |
E_CANNOT_DELETE_LAST_ROLE_ASSIGNMENT
Cannot delete the last role assignment. |
static int |
E_CANNOT_FIND_PRINCIPAL
The principal could not be found. |
static int |
E_CERT_MAPPING_DUPLICATE
The certification mapping already exists. |
static int |
E_CERTIFICATE_AUTH_FAILED
Certificate authentication failed. |
static int |
E_COULD_NOT_DELETE_ROLE_ENTRY
Unable to delete the role entry. |
static int |
E_DOMAIN_DUPLICATE
A duplicate domain was specified. |
static int |
E_DOMAIN_IS_NOT_LOCAL
The domain is not local. |
static int |
E_DOMAIN_NONEXISTENT
The specified domain does not exist. |
static int |
E_DUPLICATE_ENTRY
A duplicate entry was specified. |
static int |
E_ILLEGAL_OPERATION_DYNAMIC_GROUP
Attempting an operation that is illegal for a dynamic group (usually add/remove members) |
static int |
E_INHERITED_PRINCIPAL
|
static int |
E_INHERITED_ROLE
|
static int |
E_INVALID_ARGUMENT
Invalid argument. |
static int |
E_INVALID_OR_INCOMPLETE_ARGS
Invalid or incomplete arguments were specified. |
static int |
E_IRREMOVABLE_SYSTEM_INSTANCE
Attempting to remove a system instance (DefaultDom/Super Administrator) |
static int |
E_KERBEROS_USER_NON_SPLIT
Kerberos error. |
static int |
E_NO_SUCH_ENTITY
No such entity exists. |
static int |
E_NO_SUCH_REL_APPLICATION_REGISTERED
No such reliant application was registered. |
static int |
E_NO_SUCH_RESTYPE_EXISTS
No such resource type exists. |
static int |
E_NOT_AUTHORIZED
Not authorized. |
static int |
E_NULL_PERM_PASSED
A null permission was specified. |
static int |
E_NULL_REL_APPLICATION_PASSED
A null reliant application was specified. |
static int |
E_NULL_ROLE_PASSED
A null role was specified. |
static int |
E_PERM_NOT_DEFINED
The specified permission is not defined. |
static int |
E_PERM_NOT_PART_OF_ROLE_DEFINITION
The permission is not part of the role definition. |
static int |
E_PERM_PREEXISTS
The specified permission already exists. |
static int |
E_PRINCIPAL_EXISTS
The principal already exists. |
static int |
E_REL_APPLICATION_PREEXISTS
The reliant application already exists. |
static int |
E_RESTYPE_PREEXISTS_WITH_DIFF_ATTRIBUTE
The resource type already exists with a different attribute. |
static int |
E_RESTYPE_PREEXISTS_WITH_SAME_ATTRIBUTE
The resource type already exists with the same attribute. |
static int |
E_ROLE_ASSIGNMENT_DOES_NOT_EXIST
The role assignment does not exist. |
static int |
E_ROLE_ASSIGNMENT_EXISTS
The role assignment already exists. |
static int |
E_ROLE_DOES_NOT_EXIST
The specified role does not exist. |
static int |
E_ROLE_PREEXISTS_WITH_DIFF_ATTR
The role already exists with a different attribute. |
static int |
E_ROLE_PREEXISTS_WITH_SAME_ATTR
The role already exists with the same attribute. |
static int |
E_TOKEN_ENFORCE_FAILED
Authentication token enforce failed. |
static int |
E_TOKEN_INVALID
Invalid token. |
static int |
E_TRYING_TO_DELETE_AN_IMMUTABLE_ROLE
You tried to delete an immutable role. |
static int |
E_TRYING_TO_MODIFY_AN_IMMUTABLE_ROLE
You tried to modify an immutable role. |
static int |
E_UNABLE_TO_CREATE_GRP_FOR_RES_TYPE
Unable to create a group for the specified resource type. |
static int |
E_UNKNOWN_ERROR
Unknown error. |
static int |
E_UNSUPPORT_API
The API used is unsupported. |
Constructor Summary | |
---|---|
UMConstants.ErrorCodes()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int E_INHERITED_PRINCIPAL
public static final int E_INHERITED_ROLE
public static final int E_UNKNOWN_ERROR
public static final int E_AUTHENTICATION_ERROR
public static final int E_NO_SUCH_ENTITY
public static final int E_DOMAIN_DUPLICATE
public static final int E_DOMAIN_NONEXISTENT
public static final int E_INVALID_ARGUMENT
public static final int E_ROLE_ASSIGNMENT_EXISTS
public static final int E_DUPLICATE_ENTRY
public static final int E_UNSUPPORT_API
public static final int E_NO_SUCH_REL_APPLICATION_REGISTERED
public static final int E_REL_APPLICATION_PREEXISTS
public static final int E_NULL_REL_APPLICATION_PASSED
null
reliant application was specified.
public static final int E_NO_SUCH_RESTYPE_EXISTS
public static final int E_RESTYPE_PREEXISTS_WITH_SAME_ATTRIBUTE
public static final int E_RESTYPE_PREEXISTS_WITH_DIFF_ATTRIBUTE
public static final int E_NULL_PERM_PASSED
null
permission was specified.
public static final int E_PERM_PREEXISTS
public static final int E_ROLE_PREEXISTS_WITH_SAME_ATTR
public static final int E_ROLE_PREEXISTS_WITH_DIFF_ATTR
public static final int E_NULL_ROLE_PASSED
null
role was specified.
public static final int E_TRYING_TO_DELETE_AN_IMMUTABLE_ROLE
public static final int E_ROLE_DOES_NOT_EXIST
public static final int E_PERM_NOT_DEFINED
public static final int E_INVALID_OR_INCOMPLETE_ARGS
public static final int E_UNABLE_TO_CREATE_GRP_FOR_RES_TYPE
public static final int E_PERM_NOT_PART_OF_ROLE_DEFINITION
public static final int E_TRYING_TO_MODIFY_AN_IMMUTABLE_ROLE
public static final int E_COULD_NOT_DELETE_ROLE_ENTRY
public static final int E_ROLE_ASSIGNMENT_DOES_NOT_EXIST
public static final int E_DOMAIN_IS_NOT_LOCAL
public static final int E_CERT_MAPPING_DUPLICATE
public static final int E_AUTH_FAILED
public static final int E_TOKEN_INVALID
public static final int E_NOT_AUTHORIZED
public static final int E_CERTIFICATE_AUTH_FAILED
public static final int E_CANNOT_FIND_PRINCIPAL
public static final int E_PRINCIPAL_EXISTS
public static final int E_IRREMOVABLE_SYSTEM_INSTANCE
public static final int E_ILLEGAL_OPERATION_DYNAMIC_GROUP
public static final int E_KERBEROS_USER_NON_SPLIT
public static final int E_CANNOT_DELETE_LAST_ROLE_ASSIGNMENT
public static final int E_TOKEN_ENFORCE_FAILED
public static final int E_ASSERTION_RENEWAL_COUNT_EXCEEDED
public static final int E_ASSERTION_ID_INVALID
public static final int E_ARG_WITH_NON_ASCII_CHARS
Constructor Detail |
---|
public UMConstants.ErrorCodes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |