com.adobe.idp.um.api
Class UMConstants.ErrorCodes

java.lang.Object
  extended by com.adobe.idp.um.api.UMConstants.ErrorCodes
Enclosing class:
UMConstants

public static final class UMConstants.ErrorCodes
extends java.lang.Object

This class contains User Management error code constants.


Field Summary
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_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

E_INHERITED_PRINCIPAL

public static final int E_INHERITED_PRINCIPAL
See Also:
Constant Field Values

E_INHERITED_ROLE

public static final int E_INHERITED_ROLE
See Also:
Constant Field Values

E_UNKNOWN_ERROR

public static final int E_UNKNOWN_ERROR
Unknown error.

See Also:
Constant Field Values

E_AUTHENTICATION_ERROR

public static final int E_AUTHENTICATION_ERROR
Authentication error.

See Also:
Constant Field Values

E_NO_SUCH_ENTITY

public static final int E_NO_SUCH_ENTITY
No such entity exists.

See Also:
Constant Field Values

E_DOMAIN_DUPLICATE

public static final int E_DOMAIN_DUPLICATE
A duplicate domain was specified.

See Also:
Constant Field Values

E_DOMAIN_NONEXISTENT

public static final int E_DOMAIN_NONEXISTENT
The specified domain does not exist.

See Also:
Constant Field Values

E_INVALID_ARGUMENT

public static final int E_INVALID_ARGUMENT
Invalid argument.

See Also:
Constant Field Values

E_ROLE_ASSIGNMENT_EXISTS

public static final int E_ROLE_ASSIGNMENT_EXISTS
The role assignment already exists.

See Also:
Constant Field Values

E_DUPLICATE_ENTRY

public static final int E_DUPLICATE_ENTRY
A duplicate entry was specified.

See Also:
Constant Field Values

E_UNSUPPORT_API

public static final int E_UNSUPPORT_API
The API used is unsupported.

See Also:
Constant Field Values

E_NO_SUCH_REL_APPLICATION_REGISTERED

public static final int E_NO_SUCH_REL_APPLICATION_REGISTERED
No such reliant application was registered.

See Also:
Constant Field Values

E_REL_APPLICATION_PREEXISTS

public static final int E_REL_APPLICATION_PREEXISTS
The reliant application already exists.

See Also:
Constant Field Values

E_NULL_REL_APPLICATION_PASSED

public static final int E_NULL_REL_APPLICATION_PASSED
A null reliant application was specified.

See Also:
Constant Field Values

E_NO_SUCH_RESTYPE_EXISTS

public static final int E_NO_SUCH_RESTYPE_EXISTS
No such resource type exists.

See Also:
Constant Field Values

E_RESTYPE_PREEXISTS_WITH_SAME_ATTRIBUTE

public static final int E_RESTYPE_PREEXISTS_WITH_SAME_ATTRIBUTE
The resource type already exists with the same attribute.

See Also:
Constant Field Values

E_RESTYPE_PREEXISTS_WITH_DIFF_ATTRIBUTE

public static final int E_RESTYPE_PREEXISTS_WITH_DIFF_ATTRIBUTE
The resource type already exists with a different attribute.

See Also:
Constant Field Values

E_NULL_PERM_PASSED

public static final int E_NULL_PERM_PASSED
A null permission was specified.

See Also:
Constant Field Values

E_PERM_PREEXISTS

public static final int E_PERM_PREEXISTS
The specified permission already exists.

See Also:
Constant Field Values

E_ROLE_PREEXISTS_WITH_SAME_ATTR

public static final int E_ROLE_PREEXISTS_WITH_SAME_ATTR
The role already exists with the same attribute.

See Also:
Constant Field Values

E_ROLE_PREEXISTS_WITH_DIFF_ATTR

public static final int E_ROLE_PREEXISTS_WITH_DIFF_ATTR
The role already exists with a different attribute.

See Also:
Constant Field Values

E_NULL_ROLE_PASSED

public static final int E_NULL_ROLE_PASSED
A null role was specified.

See Also:
Constant Field Values

E_TRYING_TO_DELETE_AN_IMMUTABLE_ROLE

public static final int E_TRYING_TO_DELETE_AN_IMMUTABLE_ROLE
You tried to delete an immutable role.

See Also:
Constant Field Values

E_ROLE_DOES_NOT_EXIST

public static final int E_ROLE_DOES_NOT_EXIST
The specified role does not exist.

See Also:
Constant Field Values

E_PERM_NOT_DEFINED

public static final int E_PERM_NOT_DEFINED
The specified permission is not defined.

See Also:
Constant Field Values

E_INVALID_OR_INCOMPLETE_ARGS

public static final int E_INVALID_OR_INCOMPLETE_ARGS
Invalid or incomplete arguments were specified.

See Also:
Constant Field Values

E_UNABLE_TO_CREATE_GRP_FOR_RES_TYPE

public static final int E_UNABLE_TO_CREATE_GRP_FOR_RES_TYPE
Unable to create a group for the specified resource type.

See Also:
Constant Field Values

E_PERM_NOT_PART_OF_ROLE_DEFINITION

public static final int E_PERM_NOT_PART_OF_ROLE_DEFINITION
The permission is not part of the role definition.

See Also:
Constant Field Values

E_TRYING_TO_MODIFY_AN_IMMUTABLE_ROLE

public static final int E_TRYING_TO_MODIFY_AN_IMMUTABLE_ROLE
You tried to modify an immutable role.

See Also:
Constant Field Values

E_COULD_NOT_DELETE_ROLE_ENTRY

public static final int E_COULD_NOT_DELETE_ROLE_ENTRY
Unable to delete the role entry.

See Also:
Constant Field Values

E_ROLE_ASSIGNMENT_DOES_NOT_EXIST

public static final int E_ROLE_ASSIGNMENT_DOES_NOT_EXIST
The role assignment does not exist.

See Also:
Constant Field Values

E_DOMAIN_IS_NOT_LOCAL

public static final int E_DOMAIN_IS_NOT_LOCAL
The domain is not local.

See Also:
Constant Field Values

E_CERT_MAPPING_DUPLICATE

public static final int E_CERT_MAPPING_DUPLICATE
The certification mapping already exists.

See Also:
Constant Field Values

E_AUTH_FAILED

public static final int E_AUTH_FAILED
Authentication failed.

See Also:
Constant Field Values

E_TOKEN_INVALID

public static final int E_TOKEN_INVALID
Invalid token.

See Also:
Constant Field Values

E_NOT_AUTHORIZED

public static final int E_NOT_AUTHORIZED
Not authorized.

See Also:
Constant Field Values

E_CERTIFICATE_AUTH_FAILED

public static final int E_CERTIFICATE_AUTH_FAILED
Certificate authentication failed.

See Also:
Constant Field Values

E_CANNOT_FIND_PRINCIPAL

public static final int E_CANNOT_FIND_PRINCIPAL
The principal could not be found.

See Also:
Constant Field Values

E_PRINCIPAL_EXISTS

public static final int E_PRINCIPAL_EXISTS
The principal already exists.

See Also:
Constant Field Values

E_IRREMOVABLE_SYSTEM_INSTANCE

public static final int E_IRREMOVABLE_SYSTEM_INSTANCE
Attempting to remove a system instance (DefaultDom/Super Administrator)

See Also:
Constant Field Values

E_KERBEROS_USER_NON_SPLIT

public static final int E_KERBEROS_USER_NON_SPLIT
Kerberos error.

See Also:
Constant Field Values

E_CANNOT_DELETE_LAST_ROLE_ASSIGNMENT

public static final int E_CANNOT_DELETE_LAST_ROLE_ASSIGNMENT
Cannot delete the last role assignment.

See Also:
Constant Field Values

E_TOKEN_ENFORCE_FAILED

public static final int E_TOKEN_ENFORCE_FAILED
Authentication token enforce failed.

See Also:
Constant Field Values

E_ASSERTION_RENEWAL_COUNT_EXCEEDED

public static final int E_ASSERTION_RENEWAL_COUNT_EXCEEDED
Assertion renewal count exceeded configured limit

See Also:
Constant Field Values

E_ASSERTION_ID_INVALID

public static final int E_ASSERTION_ID_INVALID
Assertion id passed is invalid or assertion corresponding to that id has expired

See Also:
Constant Field Values
Constructor Detail

UMConstants.ErrorCodes

public UMConstants.ErrorCodes()


[an error occurred while processing this directive] [an error occurred while processing this directive]