Class GlobalErrIds


  • public final class GlobalErrIds
    extends Object
    This module contains error identifiers that are used when exception need be thrown. The Fortress Manager APIs declare SecurityException as thrown even though the child exception may vary according to type:

    All Fortress public Manager Impl APIs will throw exception derived from SecurityException and containing an id that maps to one of these error codes.

    Author:
    Apache Directory Project
    • Field Detail

      • NO_ERROR

        public static final int NO_ERROR
        Default value when we have no error
        See Also:
        Constant Field Values
      • CONTEXT_NULL

        public static final int CONTEXT_NULL
        The supplied context is required but was null or empty.
        See Also:
        Constant Field Values
      • FT_MGR_CLASS_NOT_FOUND

        public static final int FT_MGR_CLASS_NOT_FOUND
        The Manager impl could not be instantiated because the supplied class name was not found.
        See Also:
        Constant Field Values
      • FT_MGR_INST_EXCEPTION

        public static final int FT_MGR_INST_EXCEPTION
        The reflection API could not create the Manager instance due to instantiation exception.
        See Also:
        Constant Field Values
      • FT_MGR_ILLEGAL_ACCESS

        public static final int FT_MGR_ILLEGAL_ACCESS
        The reflection API could not create the Manager instance due to illegal access exception.
        See Also:
        Constant Field Values
      • FT_MGR_CLASS_NAME_NULL

        public static final int FT_MGR_CLASS_NAME_NULL
        The Manager impl class name was not found in the cfg.
        See Also:
        Constant Field Values
      • FT_CONFIG_NOT_FOUND

        public static final int FT_CONFIG_NOT_FOUND
        The remote cfg instance could not be found on the server.
        See Also:
        Constant Field Values
      • FT_CONFIG_NAME_NULL

        public static final int FT_CONFIG_NAME_NULL
        The cfg node name was not found in cfg file.
        See Also:
        Constant Field Values
      • FT_CONFIG_NAME_INVLD

        public static final int FT_CONFIG_NAME_INVLD
        The name specified for config instance is too long. Check to ensure length is less than GlobalIds.OU_LEN.
        See Also:
        Constant Field Values
      • FT_CONFIG_PROPS_NULL

        public static final int FT_CONFIG_PROPS_NULL
        The config API was called with an empty properties list.
        See Also:
        Constant Field Values
      • FT_CONFIG_NULL

        public static final int FT_CONFIG_NULL
        The cfg object is required but was passed in null.
        See Also:
        Constant Field Values
      • FT_CONFIG_CREATE_FAILED

        public static final int FT_CONFIG_CREATE_FAILED
        The config node could not be created on server.
        See Also:
        Constant Field Values
      • FT_CONFIG_UPDATE_FAILED

        public static final int FT_CONFIG_UPDATE_FAILED
        The config node could not be updated on server.
        See Also:
        Constant Field Values
      • FT_CONFIG_DELETE_FAILED

        public static final int FT_CONFIG_DELETE_FAILED
        The config node could not be removed from server.
        See Also:
        Constant Field Values
      • FT_CONFIG_DELETE_PROPS_FAILED

        public static final int FT_CONFIG_DELETE_PROPS_FAILED
        The config parameters could not be removed from server.
        See Also:
        Constant Field Values
      • FT_CONFIG_READ_FAILED

        public static final int FT_CONFIG_READ_FAILED
        The config node could not be read from server.
        See Also:
        Constant Field Values
      • FT_CONFIG_ALREADY_EXISTS

        public static final int FT_CONFIG_ALREADY_EXISTS
        The config node could not be created because it already exists.
        See Also:
        Constant Field Values
      • FT_CONFIG_BOOTSTRAP_FAILED

        public static final int FT_CONFIG_BOOTSTRAP_FAILED
        The config node could not be read from server.
        See Also:
        Constant Field Values
      • FT_CONFIG_INITIALIZE_FAILED

        public static final int FT_CONFIG_INITIALIZE_FAILED
        The config node could not be read from server.
        See Also:
        Constant Field Values
      • FT_RESOURCE_NOT_FOUND

        public static final int FT_RESOURCE_NOT_FOUND
        The resource could not be located on the runtime classloader path.
        See Also:
        Constant Field Values
      • FT_CACHE_NOT_CONFIGURED

        public static final int FT_CACHE_NOT_CONFIGURED
        The Fortress cache is not configured.
        See Also:
        Constant Field Values
      • FT_CACHE_GET_ERR

        public static final int FT_CACHE_GET_ERR
        The Fortress cache get operation failed.
        See Also:
        Constant Field Values
      • FT_CACHE_PUT_ERR

        public static final int FT_CACHE_PUT_ERR
        The Fortress cache put operation failed.
        See Also:
        Constant Field Values
      • FT_CACHE_CLEAR_ERR

        public static final int FT_CACHE_CLEAR_ERR
        The Fortress cache clear operation failed.
        See Also:
        Constant Field Values
      • FT_CACHE_FLUSH_ERR

        public static final int FT_CACHE_FLUSH_ERR
        The Fortress cache flush operation failed.
        See Also:
        Constant Field Values
      • FT_NULL_CACHE

        public static final int FT_NULL_CACHE
        The Fortress cache is null.
        See Also:
        Constant Field Values
      • FT_APACHE_LDAP_POOL_INIT_FAILED

        public static final int FT_APACHE_LDAP_POOL_INIT_FAILED
        Could not initialize Apache LDAP Connection Pool.
        See Also:
        Constant Field Values
      • FT_CONFIG_JSSE_TRUSTSTORE_NULL

        public static final int FT_CONFIG_JSSE_TRUSTSTORE_NULL
        Cannot load JSSE TrustStore because the full-qualified input file name is null.
        See Also:
        Constant Field Values
      • USER_SEARCH_FAILED

        public static final int USER_SEARCH_FAILED
        The User node could not be searched due to error on server.
        See Also:
        Constant Field Values
      • USER_READ_FAILED

        public static final int USER_READ_FAILED
        The User node could not be read from server.
        See Also:
        Constant Field Values
      • USER_ADD_FAILED

        public static final int USER_ADD_FAILED
        The User node could not be added to server.
        See Also:
        Constant Field Values
      • USER_UPDATE_FAILED

        public static final int USER_UPDATE_FAILED
        The User node could not be updated on server.
        See Also:
        Constant Field Values
      • USER_DELETE_FAILED

        public static final int USER_DELETE_FAILED
        The User node could not be deleted from server.
        See Also:
        Constant Field Values
      • USER_NOT_FOUND

        public static final int USER_NOT_FOUND
        The User node was not found on server.
        See Also:
        Constant Field Values
      • USER_ID_NULL

        public static final int USER_ID_NULL
        The supplied userId was null and is required for this operation.
        See Also:
        Constant Field Values
      • USER_ID_DUPLICATE

        public static final int USER_ID_DUPLICATE
        The User could not be added because it already exists.
        See Also:
        Constant Field Values
      • USER_NULL

        public static final int USER_NULL
        The operation failed because the supplied User entity is null and is required.
        See Also:
        Constant Field Values
      • USER_PW_NULL

        public static final int USER_PW_NULL
        The operation failed because the supplied User's password is required but was found to be null.
        See Also:
        Constant Field Values
      • USER_PW_INVLD_LEN

        public static final int USER_PW_INVLD_LEN
        The operation failed because the supplied User password is too long. Ensure the length does not exceed GlobalIds.PASSWORD_LEN.
        See Also:
        Constant Field Values
      • USER_PLCY_VIOLATION

        public static final int USER_PLCY_VIOLATION
        The operation failed because of policy violation due to being designated a 'system' user..
        See Also:
        Constant Field Values
      • USER_PW_PLCY_DEL_FAILED

        public static final int USER_PW_PLCY_DEL_FAILED
        The PW Policy node could not be removed from server.
        See Also:
        Constant Field Values
      • USER_PW_INVLD

        public static final int USER_PW_INVLD
        The supplied User password was invalid.
        See Also:
        Constant Field Values
      • USER_PW_CHK_FAILED

        public static final int USER_PW_CHK_FAILED
        The User password check failed on server.
        See Also:
        Constant Field Values
      • USER_PW_RESET

        public static final int USER_PW_RESET
        The User's password is in reset state which requires change.
        See Also:
        Constant Field Values
      • USER_PW_LOCKED

        public static final int USER_PW_LOCKED
        Authentication failed because User's password has been locked on the server.
        See Also:
        Constant Field Values
      • USER_PW_EXPIRED

        public static final int USER_PW_EXPIRED
        Authentication failed because User's password is expired on the server.
        See Also:
        Constant Field Values
      • USER_PW_MOD_NOT_ALLOWED

        public static final int USER_PW_MOD_NOT_ALLOWED
        The password change failed because User is not allowed to change password.
        See Also:
        Constant Field Values
      • USER_PW_MUST_SUPPLY_OLD

        public static final int USER_PW_MUST_SUPPLY_OLD
        The password change failed because User did not supply old password.
        See Also:
        Constant Field Values
      • USER_PW_NSF_QUALITY

        public static final int USER_PW_NSF_QUALITY
        The password change failed because supplied password is not of sufficient quality.
        See Also:
        Constant Field Values
      • USER_PW_TOO_SHORT

        public static final int USER_PW_TOO_SHORT
        The password change failed because supplied User password was too short.
        See Also:
        Constant Field Values
      • USER_PW_TOO_YOUNG

        public static final int USER_PW_TOO_YOUNG
        The password change failed because the supplied User password is too young.
        See Also:
        Constant Field Values
      • USER_PW_IN_HISTORY

        public static final int USER_PW_IN_HISTORY
        The password change failed because supplied User password was found in history.
        See Also:
        Constant Field Values
      • USER_PW_UNLOCK_FAILED

        public static final int USER_PW_UNLOCK_FAILED
        The password unlock operation failed on the server.
        See Also:
        Constant Field Values
      • USER_PW_LOCK_FAILED

        public static final int USER_PW_LOCK_FAILED
        The password lock operation failed on the server.
        See Also:
        Constant Field Values
      • USER_PW_CHANGE_FAILED

        public static final int USER_PW_CHANGE_FAILED
        The password change failed on the server.
        See Also:
        Constant Field Values
      • USER_PW_RESET_FAILED

        public static final int USER_PW_RESET_FAILED
        The reset password operation failed on the server.
        See Also:
        Constant Field Values
      • USER_LOCKED_BY_CONST

        public static final int USER_LOCKED_BY_CONST
        The User has been prevented to logon due to Fortress Constraints.
        See Also:
        Constant Field Values
      • USER_SESS_CREATE_FAILED

        public static final int USER_SESS_CREATE_FAILED
        The User session could not be created.
        See Also:
        Constant Field Values
      • USER_SESS_NULL

        public static final int USER_SESS_NULL
        The required User Session was not supplied.
        See Also:
        Constant Field Values
      • USER_ADMIN_NOT_AUTHORIZED

        public static final int USER_ADMIN_NOT_AUTHORIZED
        The logged on administrator is not authorized to perform the function.
        See Also:
        Constant Field Values
      • USER_CN_NULL

        public static final int USER_CN_NULL
        The common name was not supplied but is required.
        See Also:
        Constant Field Values
      • USER_SN_NULL

        public static final int USER_SN_NULL
        The surname was not supplied but is required.
        See Also:
        Constant Field Values
      • USER_PW_PLCY_INVALID

        public static final int USER_PW_PLCY_INVALID
        The policy name supplied for User was not found on server.
        See Also:
        Constant Field Values
      • USER_OU_INVALID

        public static final int USER_OU_INVALID
        The User ou name supplied for User was not found on server.
        See Also:
        Constant Field Values
      • SESS_CTXT_NULL

        public static final int SESS_CTXT_NULL
        The required User Session was not supplied and is required. Used by fortress realm.
        See Also:
        Constant Field Values
      • USER_BIND_FAILED

        public static final int USER_BIND_FAILED
        The User bind operation failed on server.
        See Also:
        Constant Field Values
      • USER_ADD_FAILED_ALREADY_EXISTS

        public static final int USER_ADD_FAILED_ALREADY_EXISTS
        The User node could not be added to server.
        See Also:
        Constant Field Values
      • USER_ADMIN_CANNOT_ADD

        public static final int USER_ADMIN_CANNOT_ADD
        The Admin is not authorized to add the User.
        See Also:
        Constant Field Values
      • USER_ADMIN_CANNOT_CHANGE

        public static final int USER_ADMIN_CANNOT_CHANGE
        The Admin is not authorized to edit the User.
        See Also:
        Constant Field Values
      • USER_OU_NULL

        public static final int USER_OU_NULL
        The User ou name was not supplied and is required.
        See Also:
        Constant Field Values
      • URLE_NULL

        public static final int URLE_NULL
        The UserRole entity was not supplied but is required.
        See Also:
        Constant Field Values
      • URLE_ASSIGN_FAILED

        public static final int URLE_ASSIGN_FAILED
        The User RBAC Role assignment failed.
        See Also:
        Constant Field Values
      • URLE_DEASSIGN_FAILED

        public static final int URLE_DEASSIGN_FAILED
        The User RBAC Role deassignment failed.
        See Also:
        Constant Field Values
      • URLE_ACTIVATE_FAILED

        public static final int URLE_ACTIVATE_FAILED
        The supplied RBAC Role could not be activated in the User's Session.
        See Also:
        Constant Field Values
      • URLE_DEACTIVE_FAILED

        public static final int URLE_DEACTIVE_FAILED
        The supplied RBAC Role could not be deactivated from the User's session.
        See Also:
        Constant Field Values
      • URLE_ASSIGN_EXIST

        public static final int URLE_ASSIGN_EXIST
        The RBAC Role could not be assigned to User already has it assigned.
        See Also:
        Constant Field Values
      • URLE_ASSIGN_NOT_EXIST

        public static final int URLE_ASSIGN_NOT_EXIST
        The RBAC Role could not be deassigned from User because it wasn't assigned in the first place.
        See Also:
        Constant Field Values
      • URLE_SEARCH_FAILED

        public static final int URLE_SEARCH_FAILED
        The RBAC Role search failed on server.
        See Also:
        Constant Field Values
      • URLE_ALREADY_ACTIVE

        public static final int URLE_ALREADY_ACTIVE
        The RBAC Role is already activated in User's Session.
        See Also:
        Constant Field Values
      • URLE_NOT_ACTIVE

        public static final int URLE_NOT_ACTIVE
        The supplied RBAC Role is not activated in User's Session.
        See Also:
        Constant Field Values
      • URLE_ADMIN_CANNOT_ASSIGN

        public static final int URLE_ADMIN_CANNOT_ASSIGN
        The logged on administrator cannot assign RBAC Role to User because unauthorized.
        See Also:
        Constant Field Values
      • URLE_ADMIN_CANNOT_DEASSIGN

        public static final int URLE_ADMIN_CANNOT_DEASSIGN
        The logged on administrator cannot deassign RBAC Role to User because unauthorized.
        See Also:
        Constant Field Values
      • URLE_ADMIN_CANNOT_GRANT

        public static final int URLE_ADMIN_CANNOT_GRANT
        The logged on administrator cannot grant RBAC Role to Permission because unauthorized.
        See Also:
        Constant Field Values
      • URLE_ADMIN_CANNOT_REVOKE

        public static final int URLE_ADMIN_CANNOT_REVOKE
        The logged on administrator cannot revoke RBAC Role from Permission because unauthorized.
        See Also:
        Constant Field Values
      • ACTV_FAILED_DAY

        public static final int ACTV_FAILED_DAY
        Entity activation failed due to day validation failure.
        See Also:
        Constant Field Values
      • ACTV_FAILED_DATE

        public static final int ACTV_FAILED_DATE
        Entity activation failed due to date validation failure.
        See Also:
        Constant Field Values
      • ACTV_FAILED_TIME

        public static final int ACTV_FAILED_TIME
        Entity activation failed due to time validation failure.
        See Also:
        Constant Field Values
      • ACTV_FAILED_TIMEOUT

        public static final int ACTV_FAILED_TIMEOUT
        Entity activation failed due to Session timeout validation failure.
        See Also:
        Constant Field Values
      • ACTV_FAILED_LOCK

        public static final int ACTV_FAILED_LOCK
        Entity activation failed due to lockout date.
        See Also:
        Constant Field Values
      • ACTV_FAILED_DSD

        public static final int ACTV_FAILED_DSD
        Entity activation failed due to Dynamic Separation of Duty restriction on Role.
        See Also:
        Constant Field Values
      • ACTV_FAILED_AUTHN

        public static final int ACTV_FAILED_AUTHN
        Entity activation failed due to authentication status violation.
        See Also:
        Constant Field Values
      • ACTV_FAILED_DISCRIMINANT

        public static final int ACTV_FAILED_DISCRIMINANT
        Entity activation failed during dynamic discriminator test on Role.
        See Also:
        Constant Field Values
      • ACTV_FAILED_ABAC

        public static final int ACTV_FAILED_ABAC
        Entity activation failed during ABAC test on Role.
        See Also:
        Constant Field Values
      • ACTV_FAILED_ABAC_NO_KEY_FOUND

        public static final int ACTV_FAILED_ABAC_NO_KEY_FOUND
        Entity activation failed, the ABAC constraint key was not found in user context.
        See Also:
        Constant Field Values
      • PERM_SEARCH_FAILED

        public static final int PERM_SEARCH_FAILED
        The supplied Permission could not be searched due to error returned from server.
        See Also:
        Constant Field Values
      • PERM_READ_OP_FAILED

        public static final int PERM_READ_OP_FAILED
        The supplied Permission operation could not be read from server.
        See Also:
        Constant Field Values
      • PERM_READ_OBJ_FAILED

        public static final int PERM_READ_OBJ_FAILED
        The supplied Permission object could not be read from server.
        See Also:
        Constant Field Values
      • PERM_ADD_FAILED

        public static final int PERM_ADD_FAILED
        The supplied Permission could not be added to server.
        See Also:
        Constant Field Values
      • PERM_UPDATE_FAILED

        public static final int PERM_UPDATE_FAILED
        The supplied Permission could not be updated on server.
        See Also:
        Constant Field Values
      • PERM_DELETE_FAILED

        public static final int PERM_DELETE_FAILED
        The supplied Permission could not be removed from server.
        See Also:
        Constant Field Values
      • PERM_OP_NOT_FOUND

        public static final int PERM_OP_NOT_FOUND
        The supplied Permission operation could not be found on server.
        See Also:
        Constant Field Values
      • PERM_OBJ_NOT_FOUND

        public static final int PERM_OBJ_NOT_FOUND
        The supplied Permission object could not be found on server.
        See Also:
        Constant Field Values
      • PERM_NULL

        public static final int PERM_NULL
        The supplied Permission entity is required but was passed as null.
        See Also:
        Constant Field Values
      • PERM_OPERATION_NULL

        public static final int PERM_OPERATION_NULL
        The supplied Permission operation is required but was passed as null.
        See Also:
        Constant Field Values
      • PERM_OBJECT_NULL

        public static final int PERM_OBJECT_NULL
        The supplied Permission object is required but was passed as null.
        See Also:
        Constant Field Values
      • PERM_DUPLICATE

        public static final int PERM_DUPLICATE
        The Permission could not be added because it already exists on server.
        See Also:
        Constant Field Values
      • PERM_GRANT_FAILED

        public static final int PERM_GRANT_FAILED
        The Permission could not be granted to Role.
        See Also:
        Constant Field Values
      • PERM_GRANT_USER_FAILED

        public static final int PERM_GRANT_USER_FAILED
        The Permission could not be granted to User.
        See Also:
        Constant Field Values
      • PERM_REVOKE_FAILED

        public static final int PERM_REVOKE_FAILED
        The Permission could not be revoked from Role.
        See Also:
        Constant Field Values
      • PERM_ROLE_EXIST

        public static final int PERM_ROLE_EXIST
        The Permission has already been granted.
        See Also:
        Constant Field Values
      • PERM_ROLE_NOT_EXIST

        public static final int PERM_ROLE_NOT_EXIST
        The Permission could not be revoked because it does not exist on server.
        See Also:
        Constant Field Values
      • PERM_USER_EXIST

        public static final int PERM_USER_EXIST
        The Permission could not be granted to User because it already exists on server.
        See Also:
        Constant Field Values
      • PERM_USER_NOT_EXIST

        public static final int PERM_USER_NOT_EXIST
        The Permission could not be revoked from User because it does not exist on server.
        See Also:
        Constant Field Values
      • PERM_ROLE_SEARCH_FAILED

        public static final int PERM_ROLE_SEARCH_FAILED
        The Role-Permission search failed on server.
        See Also:
        Constant Field Values
      • PERM_USER_SEARCH_FAILED

        public static final int PERM_USER_SEARCH_FAILED
        The User-Permission search failed on server.
        See Also:
        Constant Field Values
      • PERM_SESS_SEARCH_FAILED

        public static final int PERM_SESS_SEARCH_FAILED
        The search for authorized Permission failed on server.
        See Also:
        Constant Field Values
      • PERM_BULK_USER_REVOKE_FAILED

        public static final int PERM_BULK_USER_REVOKE_FAILED
        The operation to revoke all Permissions from User failed on server.
        See Also:
        Constant Field Values
      • PERM_BULK_ROLE_REVOKE_FAILED

        public static final int PERM_BULK_ROLE_REVOKE_FAILED
        The operation to revoke all Permissions from RBAC Role failed on server.
        See Also:
        Constant Field Values
      • PERM_BULK_ADMINROLE_REVOKE_FAILED

        public static final int PERM_BULK_ADMINROLE_REVOKE_FAILED
        The operation to revoke all administrative Permissions from AdminRole failed on server.
        See Also:
        Constant Field Values
      • PERM_OU_INVALID

        public static final int PERM_OU_INVALID
        The supplied Perm OU was not found on server.
        See Also:
        Constant Field Values
      • PERM_OPERATION_NM_NULL

        public static final int PERM_OPERATION_NM_NULL
        The supplied Permission operation name is required but was passed as null.
        See Also:
        Constant Field Values
      • PERM_OBJECT_NM_NULL

        public static final int PERM_OBJECT_NM_NULL
        The supplied Permission object name is required but was passed as null.
        See Also:
        Constant Field Values
      • PERM_COMPARE_OP_FAILED

        public static final int PERM_COMPARE_OP_FAILED
        The supplied Permission operation could not be read due to error on server.
        See Also:
        Constant Field Values
      • PERM_NOT_EXIST

        public static final int PERM_NOT_EXIST
        The supplied Permission does not exist on server.
        See Also:
        Constant Field Values
      • PERM_ATTRIBUTE_SET_NULL

        public static final int PERM_ATTRIBUTE_SET_NULL
        The supplied Permission Attribute Set is required but was passed as null.
        See Also:
        Constant Field Values
      • PERM_ATTRIBUTE_SET_DELETE_FAILED

        public static final int PERM_ATTRIBUTE_SET_DELETE_FAILED
        The supplied Permission Attribute Set could not be removed from server.
        See Also:
        Constant Field Values
      • PERM_ATTRIBUTE_NULL

        public static final int PERM_ATTRIBUTE_NULL
        The supplied Permission Attribute is required but was passed as null.
        See Also:
        Constant Field Values
      • PERM_ATTRIBUTE_DELETE_FAILED

        public static final int PERM_ATTRIBUTE_DELETE_FAILED
        The supplied Permission Attribute could not be removed from server.
        See Also:
        Constant Field Values
      • PERM_ATTR_ADD_FAILED

        public static final int PERM_ATTR_ADD_FAILED
        The supplied Permission Attribute could not be added to server.
        See Also:
        Constant Field Values
      • PERM_ATTRIBUTE_SET_NOT_FOUND

        public static final int PERM_ATTRIBUTE_SET_NOT_FOUND
        The supplied Permission Attribute Set could not be found on server.
        See Also:
        Constant Field Values
      • PERM_ATTRIBUTE_SET_NM_NULL

        public static final int PERM_ATTRIBUTE_SET_NM_NULL
        The supplied Permission Attribute Set name is required but was passed as null.
        See Also:
        Constant Field Values
      • PERM_ATTRIBUTE_NOT_FOUND

        public static final int PERM_ATTRIBUTE_NOT_FOUND
        The supplied Permission Attribute was not found
        See Also:
        Constant Field Values
      • PERM_ATTRIBUTE_UPDATE_FAILED

        public static final int PERM_ATTRIBUTE_UPDATE_FAILED
        The supplied Permission Attribute update failed
        See Also:
        Constant Field Values
      • PSWD_READ_FAILED

        public static final int PSWD_READ_FAILED
        The Password policy could not be read from server.
        See Also:
        Constant Field Values
      • PSWD_CREATE_FAILED

        public static final int PSWD_CREATE_FAILED
        The supplied Password policy could not be added to server.
        See Also:
        Constant Field Values
      • PSWD_UPDATE_FAILED

        public static final int PSWD_UPDATE_FAILED
        The supplied Password policy could not be updated on server.
        See Also:
        Constant Field Values
      • PSWD_DELETE_FAILED

        public static final int PSWD_DELETE_FAILED
        The supplied Password policy could not be removed from server.
        See Also:
        Constant Field Values
      • PSWD_SEARCH_FAILED

        public static final int PSWD_SEARCH_FAILED
        The supplied Password policy search failed on server.
        See Also:
        Constant Field Values
      • PSWD_NOT_FOUND

        public static final int PSWD_NOT_FOUND
        The supplied Password policy was not found on server.
        See Also:
        Constant Field Values
      • PSWD_QLTY_INVLD_LEN

        public static final int PSWD_QLTY_INVLD_LEN
        The supplied Password quality value failed length check.
        See Also:
        Constant Field Values
      • PSWD_QLTY_INVLD

        public static final int PSWD_QLTY_INVLD
        The supplied Password quality value invalid.
        See Also:
        Constant Field Values
      • PSWD_MAXAGE_INVLD

        public static final int PSWD_MAXAGE_INVLD
        The supplied Password max age value is invalid.
        See Also:
        Constant Field Values
      • PSWD_MINAGE_INVLD

        public static final int PSWD_MINAGE_INVLD
        The supplied Password min age value is invalid.
        See Also:
        Constant Field Values
      • PSWD_MINLEN_INVLD

        public static final int PSWD_MINLEN_INVLD
        The supplied Password minLength is invalid.
        See Also:
        Constant Field Values
      • PSWD_INTERVAL_INVLD

        public static final int PSWD_INTERVAL_INVLD
        The supplied Password interval value invalid.
        See Also:
        Constant Field Values
      • PSWD_MAXFAIL_INVLD

        public static final int PSWD_MAXFAIL_INVLD
        The Password max failure count invalid.
        See Also:
        Constant Field Values
      • PSWD_MUSTCHG_INVLD

        public static final int PSWD_MUSTCHG_INVLD
        The Password must change value invalid.
        See Also:
        Constant Field Values
      • PSWD_SAFECHG_INVLD

        public static final int PSWD_SAFECHG_INVLD
        The supplied Password safe change attribute invalid.
        See Also:
        Constant Field Values
      • PSWD_ALLOWCHG_INVLD

        public static final int PSWD_ALLOWCHG_INVLD
        The supplied Password allow change attribute invalid.
        See Also:
        Constant Field Values
      • PSWD_HISTORY_INVLD

        public static final int PSWD_HISTORY_INVLD
        The supplied Password history value invalid.
        See Also:
        Constant Field Values
      • PSWD_GRACE_INVLD

        public static final int PSWD_GRACE_INVLD
        The supplied Password grace value invalid.
        See Also:
        Constant Field Values
      • PSWD_LOCKOUTDUR_INVLD

        public static final int PSWD_LOCKOUTDUR_INVLD
        The supplied lockout duration was invalid.
        See Also:
        Constant Field Values
      • PSWD_EXPWARN_INVLD

        public static final int PSWD_EXPWARN_INVLD
        The supplied password expiration value was invalid.
        See Also:
        Constant Field Values
      • PSWD_LOCKOUT_INVLD

        public static final int PSWD_LOCKOUT_INVLD
        The supplied password lockout attribute is invalid.
        See Also:
        Constant Field Values
      • PSWD_NAME_NULL

        public static final int PSWD_NAME_NULL
        The supplied Password policy name is required and cannot be null.
        See Also:
        Constant Field Values
      • PSWD_PLCY_NULL

        public static final int PSWD_PLCY_NULL
        The supplied Password entity is required and cannot be null.
        See Also:
        Constant Field Values
      • PSWD_CONST_VIOLATION

        public static final int PSWD_CONST_VIOLATION
        Server returned password policy constraint violation.
        See Also:
        Constant Field Values
      • ROLE_SEARCH_FAILED

        public static final int ROLE_SEARCH_FAILED
        The RBAC Role search failed on server.
        See Also:
        Constant Field Values
      • ROLE_READ_FAILED

        public static final int ROLE_READ_FAILED
        The RBAC Role read failed on server.
        See Also:
        Constant Field Values
      • ROLE_ADD_FAILED

        public static final int ROLE_ADD_FAILED
        The supplied RBAC Role could not be added to server.
        See Also:
        Constant Field Values
      • ROLE_UPDATE_FAILED

        public static final int ROLE_UPDATE_FAILED
        The supplied RBAC Role could not be updated on server.
        See Also:
        Constant Field Values
      • ROLE_DELETE_FAILED

        public static final int ROLE_DELETE_FAILED
        The supplied RBAC Role could not be removed from server.
        See Also:
        Constant Field Values
      • ROLE_NM_NULL

        public static final int ROLE_NM_NULL
        The RBAC Role name is required and cannot be null.
        See Also:
        Constant Field Values
      • ROLE_NOT_FOUND

        public static final int ROLE_NOT_FOUND
        The RBAC Role was not found on server.
        See Also:
        Constant Field Values
      • ROLE_NULL

        public static final int ROLE_NULL
        The RBAC Role entity is required and cannot be null
        See Also:
        Constant Field Values
      • ROLE_USER_ASSIGN_FAILED

        public static final int ROLE_USER_ASSIGN_FAILED
        The RBAC Role assignment failed on the server.
        See Also:
        Constant Field Values
      • ROLE_USER_DEASSIGN_FAILED

        public static final int ROLE_USER_DEASSIGN_FAILED
        The RBAC Role deassignment operation failed on the server.
        See Also:
        Constant Field Values
      • ROLE_LST_NULL

        public static final int ROLE_LST_NULL
        The RBAC Role list is required and cannot be null.
        See Also:
        Constant Field Values
      • ROLE_OCCUPANT_SEARCH_FAILED

        public static final int ROLE_OCCUPANT_SEARCH_FAILED
        Role occupant search failed.
        See Also:
        Constant Field Values
      • ROLE_REMOVE_OCCUPANT_FAILED

        public static final int ROLE_REMOVE_OCCUPANT_FAILED
        The operation to remove User as occupant to Roles failed..
        See Also:
        Constant Field Values
      • PARENT_ROLE_NULL

        public static final int PARENT_ROLE_NULL
        The RBAC Parent Role entity is required for this operation and cannot be null
        See Also:
        Constant Field Values
      • CHILD_ROLE_NULL

        public static final int CHILD_ROLE_NULL
        The RBAC Child Role entity is required for this operation and cannot be null
        See Also:
        Constant Field Values
      • ROLE_REMOVE_PARENT_FAILED

        public static final int ROLE_REMOVE_PARENT_FAILED
        The operation to remove parent attribute to Role failed..
        See Also:
        Constant Field Values
      • HIER_READ_FAILED

        public static final int HIER_READ_FAILED
        The Hierarchical node could not be read from the server.
        See Also:
        Constant Field Values
      • HIER_ADD_FAILED

        public static final int HIER_ADD_FAILED
        The supplied Hierarchical data could not be added to the server.
        See Also:
        Constant Field Values
      • HIER_UPDATE_FAILED

        public static final int HIER_UPDATE_FAILED
        The supplied Hierarchical data could not be updated on the server.
        See Also:
        Constant Field Values
      • HIER_DELETE_FAILED

        public static final int HIER_DELETE_FAILED
        The supplied Hierarchical data could not be removed from the server.
        See Also:
        Constant Field Values
      • HIER_NOT_FOUND

        public static final int HIER_NOT_FOUND
        The requested Hierarchical data could not be found on the server.
        See Also:
        Constant Field Values
      • HIER_REL_INVLD

        public static final int HIER_REL_INVLD
        The specified relationship is invalid.
        See Also:
        Constant Field Values
      • HIER_DEL_FAILED_HAS_CHILD

        public static final int HIER_DEL_FAILED_HAS_CHILD
        The parent cannot be removed from server because it has child. Must remove child first.
        See Also:
        Constant Field Values
      • HIER_REL_EXIST

        public static final int HIER_REL_EXIST
        The specified parent-child relationship already exists on the server.
        See Also:
        Constant Field Values
      • HIER_REL_NOT_EXIST

        public static final int HIER_REL_NOT_EXIST
        The specified parent-child relationship does not exist on the server.
        See Also:
        Constant Field Values
      • HIER_NULL

        public static final int HIER_NULL
        The supplied Hierarchical entity is required and cannot be null.
        See Also:
        Constant Field Values
      • HIER_TYPE_NULL

        public static final int HIER_TYPE_NULL
        The supplied Hierarchical type is required and cannot be null.
        See Also:
        Constant Field Values
      • HIER_CANNOT_PERFORM

        public static final int HIER_CANNOT_PERFORM
        The supplied Hierarchical type is required and cannot be null.
        See Also:
        Constant Field Values
      • HIER_REL_CYCLIC

        public static final int HIER_REL_CYCLIC
        The specified relationship would cause a cyclic dependency in graph.
        See Also:
        Constant Field Values
      • SSD_SEARCH_FAILED

        public static final int SSD_SEARCH_FAILED
        The Static Separation of Duty constraint search failed on the server.
        See Also:
        Constant Field Values
      • SSD_READ_FAILED

        public static final int SSD_READ_FAILED
        The Static Separation of Duty constraint read failed on the server.
        See Also:
        Constant Field Values
      • SSD_ADD_FAILED

        public static final int SSD_ADD_FAILED
        The Static Separation of Duty constraint cannot be added to the server.
        See Also:
        Constant Field Values
      • SSD_UPDATE_FAILED

        public static final int SSD_UPDATE_FAILED
        The Static Separation of Duty constraint cannot be updated on the server.
        See Also:
        Constant Field Values
      • SSD_DELETE_FAILED

        public static final int SSD_DELETE_FAILED
        The Static Separation of Duty constraint cannot be removed from the server.
        See Also:
        Constant Field Values
      • SSD_NM_NULL

        public static final int SSD_NM_NULL
        The Static Separation of Duty name is required and cannot be null.
        See Also:
        Constant Field Values
      • SSD_NOT_FOUND

        public static final int SSD_NOT_FOUND
        The Static Separation of Duty constraint could not be found on the server.
        See Also:
        Constant Field Values
      • SSD_NULL

        public static final int SSD_NULL
        The Static Separation of Duty Constraint entity is required and cannot be null.
        See Also:
        Constant Field Values
      • SSD_VALIDATION_FAILED

        public static final int SSD_VALIDATION_FAILED
        The validation for Static Separation of Duty constraint data failed.
        See Also:
        Constant Field Values
      • DSD_SEARCH_FAILED

        public static final int DSD_SEARCH_FAILED
        The Dynamic Separation of Duty constraint search failed on the server.
        See Also:
        Constant Field Values
      • DSD_READ_FAILED

        public static final int DSD_READ_FAILED
        The Dynamic Separation of Duty constraint read failed on the server.
        See Also:
        Constant Field Values
      • DSD_ADD_FAILED

        public static final int DSD_ADD_FAILED
        The Dynamic Separation of Duty constraint cannot be added to the server.
        See Also:
        Constant Field Values
      • DSD_UPDATE_FAILED

        public static final int DSD_UPDATE_FAILED
        The Dynamic Separation of Duty constraint cannot be updated on the server.
        See Also:
        Constant Field Values
      • DSD_DELETE_FAILED

        public static final int DSD_DELETE_FAILED
        The Dynamic Separation of Duty constraint cannot be removed from the server.
        See Also:
        Constant Field Values
      • DSD_NM_NULL

        public static final int DSD_NM_NULL
        The Dynamic Separation of Duty name is required and cannot be null.
        See Also:
        Constant Field Values
      • DSD_NOT_FOUND

        public static final int DSD_NOT_FOUND
        The Dynamic Separation of Duty constraint could not be found on the server.
        See Also:
        Constant Field Values
      • DSD_NULL

        public static final int DSD_NULL
        The Dynamic Separation of Duty Constraint entity is required and cannot be null.
        See Also:
        Constant Field Values
      • DSD_VALIDATION_FAILED

        public static final int DSD_VALIDATION_FAILED
        The validation for Dynamic Separation of Duty constraint data failed.
        See Also:
        Constant Field Values
      • ROLE_CONSTRAINT_TYPE_NULL

        public static final int ROLE_CONSTRAINT_TYPE_NULL
        The validation for Role Constraint type failed.
        See Also:
        Constant Field Values
      • ROLE_CONSTRAINT_VALUE_NULL

        public static final int ROLE_CONSTRAINT_VALUE_NULL
        The validation for Role Constraint failed value is null.
        See Also:
        Constant Field Values
      • ROLE_CONSTRAINT_NULL

        public static final int ROLE_CONSTRAINT_NULL
        The validation for Role Constraint entity reference not set.
        See Also:
        Constant Field Values
      • ROLE_CONSTRAINT_KEY_NULL

        public static final int ROLE_CONSTRAINT_KEY_NULL
        The validation for Role Constraint failed key is required.
        See Also:
        Constant Field Values
      • ROLE_CONSTRAINT_NOT_ENABLED

        public static final int ROLE_CONSTRAINT_NOT_ENABLED
        An attempt to add a user-role constraint when the role constraint has not been enabled (added).
        See Also:
        Constant Field Values
      • CNTR_CREATE_FAILED

        public static final int CNTR_CREATE_FAILED
        The supplied directory could not be created on server.
        See Also:
        Constant Field Values
      • CNTR_DELETE_FAILED

        public static final int CNTR_DELETE_FAILED
        The supplied directory could not be removed from the server.
        See Also:
        Constant Field Values
      • CNTR_NAME_NULL

        public static final int CNTR_NAME_NULL
        The directory name is required and cannot be null.
        See Also:
        Constant Field Values
      • CNTR_NAME_INVLD

        public static final int CNTR_NAME_INVLD
        The directory name failed length check.
        See Also:
        Constant Field Values
      • CNTR_PARENT_NULL

        public static final int CNTR_PARENT_NULL
        The supplied parent directory name is required and cannot be null.
        See Also:
        Constant Field Values
      • CNTR_PARENT_INVLD

        public static final int CNTR_PARENT_INVLD
        The supplied parent directory name is invalid.
        See Also:
        Constant Field Values
      • SUFX_CREATE_FAILED

        public static final int SUFX_CREATE_FAILED
        The suffix could not be created on the server.
        See Also:
        Constant Field Values
      • SUFX_DELETE_FAILED

        public static final int SUFX_DELETE_FAILED
        The suffix could not be removed from the server.
        See Also:
        Constant Field Values
      • SUFX_NAME_NULL

        public static final int SUFX_NAME_NULL
        The suffix name is required and cannot be null.
        See Also:
        Constant Field Values
      • SUFX_NAME_INVLD

        public static final int SUFX_NAME_INVLD
        The supplied suffix name failed length check.
        See Also:
        Constant Field Values
      • SUFX_DCTOP_NULL

        public static final int SUFX_DCTOP_NULL
        The suffix domain component top level qualifier is required and cannot be null.
        See Also:
        Constant Field Values
      • SUFX_DCTOP_INVLD

        public static final int SUFX_DCTOP_INVLD
        The Suffix domain component top level qualifier name failed the length check.
        See Also:
        Constant Field Values
      • AUDT_BIND_SEARCH_FAILED

        public static final int AUDT_BIND_SEARCH_FAILED
        The audit bind search failed on the server.
        See Also:
        Constant Field Values
      • AUDT_INPUT_NULL

        public static final int AUDT_INPUT_NULL
        The Audit input entity is required on this method and cannot be supplied as null
        See Also:
        Constant Field Values
      • AUDT_AUTHZ_SEARCH_FAILED

        public static final int AUDT_AUTHZ_SEARCH_FAILED
        The Audit search for authorization records failed on the server.
        See Also:
        Constant Field Values
      • AUDT_MOD_SEARCH_FAILED

        public static final int AUDT_MOD_SEARCH_FAILED
        The Audit search for modifications failed on the server.
        See Also:
        Constant Field Values
      • AUDT_MOD_ADMIN_SEARCH_FAILED

        public static final int AUDT_MOD_ADMIN_SEARCH_FAILED
        The Audit mod search by administrator internal id failed on server.
        See Also:
        Constant Field Values
      • AUDT_AUTHN_INVALID_FAILED

        public static final int AUDT_AUTHN_INVALID_FAILED
        The Audit search for authentication events failed on the server.
        See Also:
        Constant Field Values
      • ORG_NULL

        public static final int ORG_NULL
        The supplied organization unity entity is required and cannot be null.
        See Also:
        Constant Field Values
      • ORG_READ_FAILED_USER

        public static final int ORG_READ_FAILED_USER
        The supplied User OU entity could not be read due to error on server.
        See Also:
        Constant Field Values
      • ORG_ADD_FAILED_USER

        public static final int ORG_ADD_FAILED_USER
        The supplied User OU entity could not be added due to error.
        See Also:
        Constant Field Values
      • ORG_UPDATE_FAILED_USER

        public static final int ORG_UPDATE_FAILED_USER
        The supplied User OU entity could not be updated due to error on server..
        See Also:
        Constant Field Values
      • ORG_DELETE_FAILED_USER

        public static final int ORG_DELETE_FAILED_USER
        The supplied User OU entity could not be removed due to error on server..
        See Also:
        Constant Field Values
      • ORG_SEARCH_FAILED_USER

        public static final int ORG_SEARCH_FAILED_USER
        The OU User search failed due to error on server..
        See Also:
        Constant Field Values
      • ORG_GET_FAILED_USER

        public static final int ORG_GET_FAILED_USER
        The search for User OU's failed due to error on server..
        See Also:
        Constant Field Values
      • ORG_NOT_FOUND_USER

        public static final int ORG_NOT_FOUND_USER
        The supplied User OU not found due to error on server..
        See Also:
        Constant Field Values
      • ORG_NULL_USER

        public static final int ORG_NULL_USER
        The supplied User OU is required and cannot be null.
        See Also:
        Constant Field Values
      • ORG_TYPE_NULL_USER

        public static final int ORG_TYPE_NULL_USER
        The supplied User OU type is required and cannot be null.
        See Also:
        Constant Field Values
      • ORG_DEL_FAILED_USER

        public static final int ORG_DEL_FAILED_USER
        The supplied User OU entry could not be removed from the server.
        See Also:
        Constant Field Values
      • ORG_REMOVE_PARENT_FAILED_USER

        public static final int ORG_REMOVE_PARENT_FAILED_USER
        The supplied Perm OU entity parent attribute could not be updated due to error on server.
        See Also:
        Constant Field Values
      • ORG_READ_FAILED_PERM

        public static final int ORG_READ_FAILED_PERM
        The supplied Perm OU entity could not be read due to error on server.
        See Also:
        Constant Field Values
      • ORG_ADD_FAILED_PERM

        public static final int ORG_ADD_FAILED_PERM
        The supplied Perm OU entity could not be added due to error on server.
        See Also:
        Constant Field Values
      • ORG_UPDATE_FAILED_PERM

        public static final int ORG_UPDATE_FAILED_PERM
        The supplied Perm OU entity could not be updated due to error on server.
        See Also:
        Constant Field Values
      • ORG_DELETE_FAILED_PERM

        public static final int ORG_DELETE_FAILED_PERM
        The supplied Perm OU entity could not be removed due to error on server.
        See Also:
        Constant Field Values
      • ORG_SEARCH_FAILED_PERM

        public static final int ORG_SEARCH_FAILED_PERM
        The OU Perm search failed due to error on server.
        See Also:
        Constant Field Values
      • ORG_GET_FAILED_PERM

        public static final int ORG_GET_FAILED_PERM
        The search for Perm OU's failed due to error on server.
        See Also:
        Constant Field Values
      • ORG_NOT_FOUND_PERM

        public static final int ORG_NOT_FOUND_PERM
        The supplied Perm OU not found on server.
        See Also:
        Constant Field Values
      • ORG_NULL_PERM

        public static final int ORG_NULL_PERM
        The supplied Perm OU is required and cannot be null.
        See Also:
        Constant Field Values
      • ORG_TYPE_NULL_PERM

        public static final int ORG_TYPE_NULL_PERM
        The supplied Perm OU type is required and cannot be null.
        See Also:
        Constant Field Values
      • ORG_DEL_FAILED_PERM

        public static final int ORG_DEL_FAILED_PERM
        The supplied Perm OU entry could not be removed from the server.
        See Also:
        Constant Field Values
      • ORG_PARENT_NULL

        public static final int ORG_PARENT_NULL
        The supplied Parent OU is required for this operation and cannot be null.
        See Also:
        Constant Field Values
      • ORG_CHILD_NULL

        public static final int ORG_CHILD_NULL
        The supplied Parent OU is required for this operation and cannot be null.
        See Also:
        Constant Field Values
      • ORG_REMOVE_PARENT_FAILED_PERM

        public static final int ORG_REMOVE_PARENT_FAILED_PERM
        The supplied Perm OU parent attribute could not be removed due to error on server.
        See Also:
        Constant Field Values
      • ARLE_SEARCH_FAILED

        public static final int ARLE_SEARCH_FAILED
        The Administrative Role search failed on server.
        See Also:
        Constant Field Values
      • ARLE_READ_FAILED

        public static final int ARLE_READ_FAILED
        The Administrative Role read failed on server.
        See Also:
        Constant Field Values
      • ARLE_ADD_FAILED

        public static final int ARLE_ADD_FAILED
        The supplied Administrative Role could not be added to server.
        See Also:
        Constant Field Values
      • ARLE_UPDATE_FAILED

        public static final int ARLE_UPDATE_FAILED
        The supplied Administrative Role could not be updated on server.
        See Also:
        Constant Field Values
      • ARLE_DELETE_FAILED

        public static final int ARLE_DELETE_FAILED
        The supplied Administrative Role could not be removed from server.
        See Also:
        Constant Field Values
      • ARLE_NM_NULL

        public static final int ARLE_NM_NULL
        The Administrative Role name is required and cannot be null.
        See Also:
        Constant Field Values
      • ARLE_NOT_FOUND

        public static final int ARLE_NOT_FOUND
        The Administrative Role was not found on server.
        See Also:
        Constant Field Values
      • ARLE_NULL

        public static final int ARLE_NULL
        The Administrative Role entity is required and cannot be null
        See Also:
        Constant Field Values
      • ARLE_USER_ASSIGN_FAILED

        public static final int ARLE_USER_ASSIGN_FAILED
        The User Administrative Role assignment failed.
        See Also:
        Constant Field Values
      • ARLE_USER_DEASSIGN_FAILED

        public static final int ARLE_USER_DEASSIGN_FAILED
        The User Administrative Role deassignment failed.
        See Also:
        Constant Field Values
      • ARLE_LST_NULL

        public static final int ARLE_LST_NULL
        Method requires list of Administrative Roles and cannot be null.
        See Also:
        Constant Field Values
      • ARLE_BEGIN_RANGE_NULL

        public static final int ARLE_BEGIN_RANGE_NULL
        The supplied begin range for Administrative Role is required and cannot be null.
        See Also:
        Constant Field Values
      • ARLE_END_RANGE_NULL

        public static final int ARLE_END_RANGE_NULL
        The supplied end range for Administrative Role is required and cannot be null.
        See Also:
        Constant Field Values
      • ARLE_INVLD_RANGE

        public static final int ARLE_INVLD_RANGE
        The supplied range for Administrative Role is invalid.
        See Also:
        Constant Field Values
      • ARLE_INVLD_RANGE_INCLUSIVE

        public static final int ARLE_INVLD_RANGE_INCLUSIVE
        The supplied range for Administrative Role inclusion is invalid.
        See Also:
        Constant Field Values
      • ARLE_ACTIVATE_FAILED

        public static final int ARLE_ACTIVATE_FAILED
        The supplied Administrative Role could not be activated in the User's Session.
        See Also:
        Constant Field Values
      • ARLE_DEACTIVE_FAILED

        public static final int ARLE_DEACTIVE_FAILED
        The supplied Administrative Role could not be deactivated from the User's session.
        See Also:
        Constant Field Values
      • ARLE_ALREADY_ACTIVE

        public static final int ARLE_ALREADY_ACTIVE
        The Administrative Role is already activated in User's Session.
        See Also:
        Constant Field Values
      • ARLE_NOT_ACTIVE

        public static final int ARLE_NOT_ACTIVE
        The supplied Administrative Role is not activated in User's Session.
        See Also:
        Constant Field Values
      • ARLE_USER_SEARCH_FAILED

        public static final int ARLE_USER_SEARCH_FAILED
        The Administrative Role search could failed on server.
        See Also:
        Constant Field Values
      • ARLE_PARENT_NULL

        public static final int ARLE_PARENT_NULL
        The Parent Administrative Role entity is required and cannot be null
        See Also:
        Constant Field Values
      • ARLE_CHILD_NULL

        public static final int ARLE_CHILD_NULL
        The Child Administrative Role entity is required and cannot be null
        See Also:
        Constant Field Values
      • ARLE_ASSIGN_EXIST

        public static final int ARLE_ASSIGN_EXIST
        The Admin Role could not be assigned to User already has it assigned.
        See Also:
        Constant Field Values
      • ARLE_ASSIGN_NOT_EXIST

        public static final int ARLE_ASSIGN_NOT_EXIST
        The User Admin Role could not be deassigned from User because it wasn't assigned in the first place.
        See Also:
        Constant Field Values
      • ARLE_DEASSIGN_NOT_EXIST

        public static final int ARLE_DEASSIGN_NOT_EXIST
        The User Admin Role could not be deassigned from User because it wasn't assigned in the first place.
        See Also:
        Constant Field Values
      • ARLE_ASSIGN_FAILED

        public static final int ARLE_ASSIGN_FAILED
        The User Admin Role assignment failed.
        See Also:
        Constant Field Values
      • ARLE_DEASSIGN_FAILED

        public static final int ARLE_DEASSIGN_FAILED
        The User Admin Role deassignment failed.
        See Also:
        Constant Field Values
      • ARLE_OCCUPANT_SEARCH_FAILED

        public static final int ARLE_OCCUPANT_SEARCH_FAILED
        AdminRole occupant search failed.
        See Also:
        Constant Field Values
      • ARLE_REMOVE_OCCUPANT_FAILED

        public static final int ARLE_REMOVE_OCCUPANT_FAILED
        The operation to remove User as occupant to AdminRoles failed..
        See Also:
        Constant Field Values
      • ARLE_REMOVE_PARENT_FAILED

        public static final int ARLE_REMOVE_PARENT_FAILED
        The supplied Administrative Role parent attribute could not be removed on the server.
        See Also:
        Constant Field Values
      • CONST_INVLD_TEXT

        public static final int CONST_INVLD_TEXT
        The constraint contains invalid text.
        See Also:
        Constant Field Values
      • CONST_INVLD_FIELD_LEN

        public static final int CONST_INVLD_FIELD_LEN
        The Constraint value failed length check.
        See Also:
        Constant Field Values
      • CONST_TIMEOUT_INVLD

        public static final int CONST_TIMEOUT_INVLD
        The Constraint contains an invalid timeout value.
        See Also:
        Constant Field Values
      • CONST_BEGINTIME_INVLD

        public static final int CONST_BEGINTIME_INVLD
        The Constraint contains an invalid beginTime value.
        See Also:
        Constant Field Values
      • CONST_BEGINTIME_LEN_ERR

        public static final int CONST_BEGINTIME_LEN_ERR
        The Constraint contains an invalid beginTime length.
        See Also:
        Constant Field Values
      • CONST_ENDTIME_INVLD

        public static final int CONST_ENDTIME_INVLD
        The Constraint contains an invalid endTime value.
        See Also:
        Constant Field Values
      • CONST_ENDTIME_LEN_ERR

        public static final int CONST_ENDTIME_LEN_ERR
        The Constraint contains an invalid endTime length.
        See Also:
        Constant Field Values
      • CONST_BEGINDATE_INVLD

        public static final int CONST_BEGINDATE_INVLD
        The Constraint contains an invalid beginDate value.
        See Also:
        Constant Field Values
      • CONST_BEGINDATE_NULL

        public static final int CONST_BEGINDATE_NULL
        The Constraint contains an invalid beginDate length.
        See Also:
        Constant Field Values
      • CONST_ENDDATE_INVLD

        public static final int CONST_ENDDATE_INVLD
        The Constraint contains an invalid endDate value.
        See Also:
        Constant Field Values
      • CONST_ENDDATE_NULL

        public static final int CONST_ENDDATE_NULL
        The Constraint contains an invalid endDate length.
        See Also:
        Constant Field Values
      • CONST_DAYMASK_INVLD

        public static final int CONST_DAYMASK_INVLD
        The Constraint contains an invalid dayMask value.
        See Also:
        Constant Field Values
      • CONST_DAYMASK_NULL

        public static final int CONST_DAYMASK_NULL
        The Constraint contains a null dayMask value.
        See Also:
        Constant Field Values
      • CONST_DESC_LEN_INVLD

        public static final int CONST_DESC_LEN_INVLD
        The Constraint description is optional but cannot exceed length of GlobalIds.DESC_LEN if supplied.
        See Also:
        Constant Field Values
      • CONST_NULL_TEXT

        public static final int CONST_NULL_TEXT
        The Constraint contains a null value.
        See Also:
        Constant Field Values
      • REST_WEB_ERR

        public static final int REST_WEB_ERR
        The REST function failed with HTTP error.
        See Also:
        Constant Field Values
      • REST_IO_ERR

        public static final int REST_IO_ERR
        The REST function failed with an IO error.
        See Also:
        Constant Field Values
      • REST_MARSHALL_ERR

        public static final int REST_MARSHALL_ERR
        The REST function failed during XML marshaling.
        See Also:
        Constant Field Values
      • REST_UNMARSHALL_ERR

        public static final int REST_UNMARSHALL_ERR
        The REST function failed during XML unmarshal
        See Also:
        Constant Field Values
      • REST_GET_FAILED

        public static final int REST_GET_FAILED
        The REST fucntion failed with HTTP Get.
        See Also:
        Constant Field Values
      • REST_NOT_FOUND_ERR

        public static final int REST_NOT_FOUND_ERR
        The REST endpoint was not found.
        See Also:
        Constant Field Values
      • REST_UNKNOWN_ERR

        public static final int REST_UNKNOWN_ERR
        The REST function failed with an unknown error.
        See Also:
        Constant Field Values
      • REST_FORBIDDEN_ERR

        public static final int REST_FORBIDDEN_ERR
        The REST function failed with HTTP forbidden error.
        See Also:
        Constant Field Values
      • REST_UNAUTHORIZED_ERR

        public static final int REST_UNAUTHORIZED_ERR
        The REST function failed with an HTTP unauthorized error.
        See Also:
        Constant Field Values
      • REST_NULL_HTTP_REQ_ERR

        public static final int REST_NULL_HTTP_REQ_ERR
        The REST function could not get handle to HTTP Request.
        See Also:
        Constant Field Values
      • REST_INTERNAL_ERR

        public static final int REST_INTERNAL_ERR
        The REST function failed with an HTTP 500 Internal error.
        See Also:
        Constant Field Values
      • REST_VALIDATION_ERR

        public static final int REST_VALIDATION_ERR
        The REST function failed with an HTTP 400 Validation Exception.
        See Also:
        Constant Field Values
      • ACEL_CREATE_SESSION_ERR

        public static final int ACEL_CREATE_SESSION_ERR
        The RBAC Accelerator function failed because CreateSession LDAP extended operation error.
        See Also:
        Constant Field Values
      • ACEL_DELETE_SESSION_ERR

        public static final int ACEL_DELETE_SESSION_ERR
        The RBAC Accelerator function failed because DeleteSession LDAP extended operation error.
        See Also:
        Constant Field Values
      • ACEL_CHECK_ACCESS_ERR

        public static final int ACEL_CHECK_ACCESS_ERR
        The RBAC Accelerator function failed because CheckAccess LDAP extended operation error.
        See Also:
        Constant Field Values
      • ACEL_ADD_ROLE_ERR

        public static final int ACEL_ADD_ROLE_ERR
        The RBAC Accelerator function failed because AddRole LDAP extended operation error.
        See Also:
        Constant Field Values
      • ACEL_DROP_ROLE_ERR

        public static final int ACEL_DROP_ROLE_ERR
        The RBAC Accelerator function failed because DropRole LDAP extended operation error.
        See Also:
        Constant Field Values
      • ACEL_SESSION_ROLES_ERR

        public static final int ACEL_SESSION_ROLES_ERR
        The RBAC Accelerator function failed because SessionRoles LDAP extended operation error.
        See Also:
        Constant Field Values
      • GROUP_SEARCH_FAILED

        public static final int GROUP_SEARCH_FAILED
        The Group search failed on server.
        See Also:
        Constant Field Values
      • GROUP_READ_FAILED

        public static final int GROUP_READ_FAILED
        The Group read failed on server.
        See Also:
        Constant Field Values
      • GROUP_ADD_FAILED

        public static final int GROUP_ADD_FAILED
        The supplied Group could not be added to server.
        See Also:
        Constant Field Values
      • GROUP_UPDATE_FAILED

        public static final int GROUP_UPDATE_FAILED
        The supplied Group could not be updated on server.
        See Also:
        Constant Field Values
      • GROUP_DELETE_FAILED

        public static final int GROUP_DELETE_FAILED
        The supplied Group could not be removed from server.
        See Also:
        Constant Field Values
      • GROUP_ADD_PROPERTY_FAILED

        public static final int GROUP_ADD_PROPERTY_FAILED
        The supplied Group could not be updated on server.
        See Also:
        Constant Field Values
      • GROUP_DELETE_PROPERTY_FAILED

        public static final int GROUP_DELETE_PROPERTY_FAILED
        The supplied Group could not be removed from server.
        See Also:
        Constant Field Values
      • GROUP_NOT_FOUND

        public static final int GROUP_NOT_FOUND
        The Group was not found on server.
        See Also:
        Constant Field Values
      • GROUP_NULL

        public static final int GROUP_NULL
        The Group entity is required and cannot be null
        See Also:
        Constant Field Values
      • GROUP_USER_ASSIGN_FAILED

        public static final int GROUP_USER_ASSIGN_FAILED
        The Group assignment failed on the server.
        See Also:
        Constant Field Values
      • GROUP_USER_DEASSIGN_FAILED

        public static final int GROUP_USER_DEASSIGN_FAILED
        The Group deassignment operation failed on the server.
        See Also:
        Constant Field Values
      • GROUP_NAME_NULL

        public static final int GROUP_NAME_NULL
        The group name is required and cannot be null.
        See Also:
        Constant Field Values
      • GROUP_NAME_INVLD

        public static final int GROUP_NAME_INVLD
        The supplied group name failed length check.
        See Also:
        Constant Field Values
      • GROUP_PROTOCOL_INVLD

        public static final int GROUP_PROTOCOL_INVLD
        The supplied group protocol name failed length check.
        See Also:
        Constant Field Values
      • GROUP_TYPE_INVLD

        public static final int GROUP_TYPE_INVLD
        The supplied group type is invalid for operation
        See Also:
        Constant Field Values
      • GROUP_MEMBER_NULL

        public static final int GROUP_MEMBER_NULL
        The Group member is required and cannot be null
        See Also:
        Constant Field Values
      • RCON_NULL

        public static final int RCON_NULL
        The RoleConstraint entity was not supplied but is required.
        See Also:
        Constant Field Values
      • RCON_NOT_FOUND

        public static final int RCON_NOT_FOUND
        The RoleConstraint entity was not found
        See Also:
        Constant Field Values
      • ENTITY_PROP_NOT_SUPPORTED

        public static final int ENTITY_PROP_NOT_SUPPORTED
        The entity does not support properties
        See Also:
        Constant Field Values
      • ENTITY_PROPS_NOT_FOUND

        public static final int ENTITY_PROPS_NOT_FOUND
        The entity was not found
        See Also:
        Constant Field Values
      • ENTITY_PROPS_LOAD_FAILED

        public static final int ENTITY_PROPS_LOAD_FAILED
        The entity was not found
        See Also:
        Constant Field Values