public static final class RoleManagerConstants.ErrorCodes
extends java.lang.Enum
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
static RoleManagerConstants.ErrorCodes |
valueOf(java.lang.String name) |
static RoleManagerConstants.ErrorCodes[] |
values() |
public static final RoleManagerConstants.ErrorCodes OPERATION_NOT_SUPPORTED
public static final RoleManagerConstants.ErrorCodes CREATE_PARAMS
public static final RoleManagerConstants.ErrorCodes SUBMITTED_ORCH_REQUEST
public static final RoleManagerConstants.ErrorCodes MODIFY_PARAMS
public static final RoleManagerConstants.ErrorCodes FAILED_DUE_TO_VALIDATION
public static final RoleManagerConstants.ErrorCodes EXCEPTION_WHILE_EXECUTING_OPERATION
public static final RoleManagerConstants.ErrorCodes EXCEPTION_WHILE_UPDATING_MDS
public static final RoleManagerConstants.ErrorCodes RESULT_OF_OPERATION_IS
public static final RoleManagerConstants.ErrorCodes ROLE_WITH_NAME_EXISTS
public static final RoleManagerConstants.ErrorCodes ROLE_WITH_NAME_EXISTS_HIERARCHY
public static final RoleManagerConstants.ErrorCodes ROLE_WITH_NAME_EXISTS_NAMESPACE
public static final RoleManagerConstants.ErrorCodes ROLE_HAS_RELATIONSHIPS
public static final RoleManagerConstants.ErrorCodes ROLE_CATEGORY_CANNOT_BE_DELETED
public static final RoleManagerConstants.ErrorCodes ROLE_CATEGORY_WITH_NAME_EXISTS
public static final RoleManagerConstants.ErrorCodes FETCHING_ROLEXML_FROMMDS
public static final RoleManagerConstants.ErrorCodes CLEANING_OLD_UDF_FROMXML
public static final RoleManagerConstants.ErrorCodes ROLE_CATEGORY_HAS_ASSOCIATED_ROLES
public static final RoleManagerConstants.ErrorCodes ROLEDISPLAYNAME_IS_NULL
public static final RoleManagerConstants.ErrorCodes NO_SUCH_ROLE_EXISTS
public static final RoleManagerConstants.ErrorCodes CANNOT_FIND_ROLES
public static final RoleManagerConstants.ErrorCodes CANNOT_FIND_ROLE_CATEGORY
public static final RoleManagerConstants.ErrorCodes CANNOT_MODIFY_ROLE_GRANT_STARTDATE
public static final RoleManagerConstants.ErrorCodes CANNOT_MODIFY_ROLE_GRANT_ENDDATE_TO_PAST_DATE
public static final RoleManagerConstants.ErrorCodes CANNOT_MODIFY_ROLE_GRANT_CREATEDATE
public static final RoleManagerConstants.ErrorCodes ROLE_HISTORY_NOT_AVAILABLE
public static RoleManagerConstants.ErrorCodes[] values()
public static RoleManagerConstants.ErrorCodes valueOf(java.lang.String name)
public java.lang.String getId()