com.hyperion.css.common
Interface CSSErrorCodeIF


public interface CSSErrorCodeIF

This interface defines all the error codes associated to exceptions, which should be used to construct various exceptions. All the error codes are mapped to error messages defined in error message property file.

The following code shows the mapping of error code and error message.


 long GENERAL_ERROR = 1000;
  error.css.1000=Abnormal behavior encountered. Please try again later.
 

Following are error code definition ranges.

General Error Codes: 1000-2999

Initialization Error Codes: 3000-3499

Configuration Error Codes: 3500-3999

LDAP Provider Error Codes: 4000-4499

MSAD Provider Error Codes: 4500-4999

DB Provider Error Codes: 5000-5499

NTLM Provider Error Codes: 5500-5999

SAP Provider Error Codes: 6000-6499

Native Provider Error Codes:6500-6999

Note: a) All the error codes are mapped in resource bundle by prefixing "error.css." b) All the error code should be of long data type. c) The value of the error code should not prefixed with zero.

Author:
Venu

Field Summary
static long ACCOUNT_DISABLED
          The specified account has been disabled.
static long ACCOUNT_INACTIVE
          The specified account is inactive.
static long ACCOUNT_IP_LOCKED_ERROR
          Warning indicating that the specified account has been locked from an IP address.
static long ACCOUNT_LOCKED_ERROR
          The specified account has been locked.
static long ACTIVATE_GROUP_ERROR
           Constant specifying that error has been encountered while activating one or more groups.
static long ACTIVATE_USER_ERROR
           Constant specifying that error has been encountered while activating one or more users.
static long ADD_DELEGATE_LIST_ERROR
           Constant specifying that error has been encountered while adding a delegated list.
static long ADD_GROUP_MEMBERS_ERROR
          Constant specifying that some group members could not be added.
static long ADD_NATIVE_GROUP_ERROR
           Constant specifying that error has been encountered while adding a group.
static long ADD_NATIVE_ROLE_ERROR
           Constant specifying that error has been encountered while adding a role.
static long ADD_NATIVE_USER_ERROR
           Constant specifying that error has been encountered while adding a user.
static long ADD_USER_MEMBERS_ERROR
          Constant specifying that error has been encountered while adding user members
static long ADMIN_ROLE_UNAVAILABLE_ERROR
          Constant specifying that admin role was not available among the list of roles passed
static long ADMIN_USR_RESERVED_ERROR
           Constant specifying that admin user is reserved.
static long ANONY_BIND_NOT_SUPRTD_ERROR
          Constant specifying anonymous bind is not supported
static long APP_ALREADY_EXISTS_ERROR
          Constant specifying that the application already exists in the project
static java.lang.String APP_CALL_BACK_URL_ARG
           Constant that holds the value "error.css.arg.error.css.arg.appCallBackUrl", a key in the resource bundle.
static java.lang.String APP_ID_ARG
          Constant that holds the value "error.css.arg.applicationId", a key in the resource bundle.
static java.lang.String APP_IDS_ARG
          Constant that holds the value "error.css.arg.appIds", a key in the resource bundle.
static java.lang.String APP_INSTANCE_ARG
          Constant that holds the value "error.css.arg.appInstance", a key in the resource bundle.
static long APP_NOT_FOUND_ERROR
          Constant specifying that target application does not exist
static java.lang.String APPEND_LIST_ARG
          Constant that holds the value "error.css.arg.appendList", a key in the resource bundle.
static java.lang.String ATTRIBUTE_NAME_ARG
          Constant that holds the value "error.css.arg.attributeName", a key in the resource bundle.
static long ATTRIBUTE_NOT_DETERMINED_ERROR
          Constant specifying that an attribute cannot be determined
static long AUDIT_CLIENT_INTIALIZATION_ERROR
          Constant specifying Custom Login Class Name cannot be null or empty.
static long AUDIT_CLIENT_STOPPING_ERROR
          Constant specifying Custom Login Class Name cannot be null or empty.
static long AUDIT_PROP_FILE_NOT_FOUND_ERROR
          Constant specifying Custom Login Class Name cannot be null or empty.
static long AUTHENTICATION_ERROR
          Constant defines an authentication exception.
static long AUTHORIZATION_ERROR
          Constant specifying an authorization exception.
static long BAD_PASSWORD_ERROR
          The password is invalid for specified user account.
static java.lang.String BASE_LIST_ARG
          Constant that holds the value "error.css.arg.baseList", a key in the resource bundle.
static java.lang.String BUNDLE_ARG
          Constant that holds the value "error.css.arg.bundle", a key in the resource bundle.
static long CIRCULAR_DEPENDENCY_ERROR
          Constant specifying a circular dependency exception.
static long CLASS_LOADER_UNAVAILABLE_ERROR
          The class loader is not available.
static long COMMAND_EXECUTION_ERROR
          Command execution error.
static long COMMUNICATION_ERROR
           Constant defines that the directory could not be contacted and is not available for the request.
static java.lang.String CONFIG_URL_ARG
           Constant that holds the value "error.css.arg.configUrl", a key in the resource bundle.
static long CONFIGURATION_ERROR
          Constant specifying that the configuration cannot be retrieved, is not valid, or is corrupted.
static long CONNECTION_FAILED_ERROR
          Connection failed error
static java.lang.String CONTEXT_ARG
          Constant that holds the value "context", a key in the resource bundle.
static long COPY_PROVISIONING_ERROR
          Constant specifying that copy provisioning cannot be done within same application
static long CREATE_CSSUID_ERROR
           create CSSUID error
static long CREATE_EXTERNAL_LINK_ERROR
           Constant specifying that error has been encountered while creating an external link for identity.
static long CREATE_IDENTITY_FAILED_ERROR
           Constant specifying that error has been encountered while creating identity.
static long CREATE_INITIAL_DIRCONTEXT_ERROR
          Constant specifying that an error has occured while creating an InitialDirContext
static java.lang.String CREATE_ROLE
          Constant that holds the value "error.css.arg.operation.createRole", a key in the resource bundle.
static long CREATE_ROLE_NODE_ERROR
          Constant specifying that error has been encountered while creating role node array
static java.lang.String CREATION_TIME_ARG
           Constant that holds the value "error.css.arg.creationTime", a key in the resource bundle.
static long CSS_CONFIG_FILE_ERROR
          Constant specifying that the There was a File Not Found error.
static long CSS_DLL_ERROR
           Exception encountered in DLL
static java.lang.String CSS_XML_ARG
           Constant that holds the value "CSS XML", a key in the resource bundle.
static java.lang.String CSSUSERIF_ARG
          Constant that holds the value "error.css.arg.cssUserIF", a key in the resource bundle.
static long CUSTOM_AUTH_MODULE_INSTANTIATE_ERROR
          Constant specifying that Custom Authentication Module Class Could not be instantiated
static long CUSTOM_AUTHENTICATION_ERROR
          Constant specifying that Custom Authentication Failed
static long CUSTOM_LOGIN_CLASS_INSTANTIATE_ERROR
          Could not instantiate custom login class
static long DB_GET_POOL_ERROR
          Failed to get DB pool.
static long DB_INCOMPATIBLE_PROVIDER_ERROR
          Incompatible DB provider.
static long DB_NOT_AVAILABLE_ERROR
          Database is not available.
static long DB_POOL_COMMUNICATION_ERROR
          Exception while using DB pool.
static long DEACTIVATE_GROUP_ERROR
           Constant specifying that error has been encountered while de-activating one or more grouprs.
static long DEACTIVATE_USER_ERROR
           Constant specifying that error has been encountered while de-activating one or more users.
static java.lang.String DEFAULT_MESSAGE_ARG
          Constant that holds the value "error.css.arg.defaultMessage", a key in the resource bundle.
static long DELEGATE_LIST_ERROR
           Constant specifying that operations cannot be performed on delegated list when delegated mode is off.
static java.lang.String DELEGATED_LIST_NAME_ARG
           Constant that holds the value "delListName", a key in the resource bundle.
static long DELETE_DELEGATE_LIST_ERROR
           Constant specifying that error has been encountered while deleting a delegated list.
static long DELETE_NATIVE_GROUP_ERROR
           Constant specifying that error has been encountered while deleting a group.
static long DELETE_NATIVE_ROLE_ERROR
           Constant specifying that error has been encountered while deleting a role.
static long DELETE_NATIVE_USER_ERROR
           Constant specifying that error has been encountered while deleting a user.
static java.lang.String DIR_CONTEXT_ARG
          Constant that holds the value "error.css.arg.directoryContext", a key in the resource bundle.
static long DIRECTORY_NOT_INITIALIZED_ERROR
           Constant specifying that Provider is not initialized.
static long DIRECTORY_UNTRUSTED_ERROR
          Constant specifying that the directory is untrusted and the required operation cannot be performed.
static java.lang.String DOMAIN_ARG
           Constant that holds the value "error.css.arg.domain", a key in the resource bundle.
static long DOMAIN_CONTROLLER_NOT_FOUND_ERROR
          No connected DCs
static java.lang.String EMAIL_ARG
          Constant that holds the value "email", a key in the resource bundle.
static long EMAIL_NOT_VALID_ERROR
           Constant specifying that email passed is invalid.
static long ENTITY_ALREADY_EXISTS_ERROR
          Constant specifying that the entity already exists.
static java.lang.String ENTRY_IDENTITIES_ARG
           Constant that holds the value "entryIds", a key in the resource bundle.
static java.lang.String ENTRY_IDENTITY_ARG
          Constant that holds the value "error.css.arg.entryIdentity", a key in the resource bundle.
static java.lang.String ENTRY_TYPE_ARG
          Constant that holds the value "error.css.arg.entryType", a key in the resource bundle.
static java.lang.String ENVIRONMENT_ARG
          Constant that holds the value "error.css.arg.environment", a key in the resource bundle.
static java.lang.String ERROR_ARG_PREFIX
           
static java.lang.String ERROR_KEY_PREFIX
           
static java.lang.String errorMessageBundleName
           
static long EXTRNL_ID_NOT_SUPPRTD_ERROR
          Constant specifying that external identity should not be passed while removing group parents
static java.lang.String FIRST_NAME_ARG
          Constant that holds the value "firstName", a key in the resource bundle.
static java.lang.String FROM_APP_ID_ARG
          Constant that holds the value "error.css.arg.fromAppId", a key in the resource bundle.
static java.lang.String FUNCTION_ARG
          Constant that holds the value "error.css.arg.function", a key in the resource bundle.
static long GENERAL_ERROR
           Constant specifying for any general error occurred.
static long GET_DELEGATE_LIST_ERROR
           Constant specifying that error has been encountered while getting a delegated list.
static long GET_PROJECTS_ERROR
          Constant specifying that error has been encountered while getting the projects
static long GET_ROLE_LIST_ERROR
          Constant specifying that error has been encountered while getting role list for identity
static long GET_ROLE_LIST_FOR_ENTRIES_ERROR
          Constant specifying that error has been encountered while getting role list for entry/entries
static long GROUP_ALRDY_CHILD_ERROR
          Constant specifying that group is already a child
static long GROUP_ALRDY_PARENT_ERROR
          Constant specifying that group is already a parent
static long GROUP_AUTHORIZATION_ERROR
          Constant specifying that group is not authorized to perform an operation
static long GROUP_BASE_MISMATCH_ERROR
           Constant specifying that the group base does not match for the group in specified directory.
static long GROUP_CACHE_INFO_ERROR
           Constant specifying that the operation failed while building group cache.
static long GROUP_IDENTITY_SEARCH_ERROR
          Exception while searching group with identity.
static java.lang.String GROUP_IDS_ARG
          Constant that holds the value "error.css.arg.groupIds", a key in the resource bundle.
static java.lang.String GROUP_INFO_ARG
          Constant that holds the value "error.css.arg.groupInfo", a key in the resource bundle.
static java.lang.String GROUP_LIST_ARG
          Constant that holds the value "error.css.arg.groupList", a key in the resource bundle.
static java.lang.String GROUP_NAME_ARG
           Constant that holds the value "groupName", a key in the resource bundle.
static long GROUP_NOT_FOUND_WITH_IDENTITY_ERROR
          Constant specifying that Group not found with identity.
static long GROUP_NOT_FOUND_WITH_PROVIDER_ERROR
          Constant specifying that group does not exist in a provider
static long GROUP_NOT_PROVISIONED_ERROR
          Constant specifying that the Group is not provisioned.
static long GROUP_OBJECT_CLASS_CAST_ERROR
           Constant specifying that the group object class is not of type to which it is cast.
static java.lang.String GROUPS_TABLE_ARG
          Constant that holds the value "error.css.arg.groupsTable", a key in the resource bundle.
static long GRP_ALREADY_EXISTS_ERROR
           Constant specifying that error has been encountered while adding/updating a group because a group by the name already exists.
static long GRP_SRCH_PERFMNCE_ERROR
          Constant specifying URL specified returns more than recommended limit of groups
static long ID_NOT_NATIVE_TYPE_ERROR
          Constant specifying that the identity is is not of native type.
static java.lang.String IDENTITIES_ARG
          Constant that holds the value "identities", a key in the resource bundle.
static java.lang.String IDENTITY_ARG
          Constant that holds the value "error.css.arg.identity", a key in the resource bundle.
static long INTERFACE_NOT_IMPLEMENTED_ERROR
          ustom Login class does not implement interface com.hyperion.css.CSSSecurityAgentIF
static long INVALID_ACCESS_TYPE_ERROR
          Constant specifying that access type is invalid
static long INVALID_APP_ID_ERROR
          Constant specifying that application id is invalid
static long INVALID_APP_URL_ERROR
           Constant specifying that the applicationURL configuration is wrong or not valid or corrupted.
static long INVALID_ARGUMENT_ERROR
          Constant that specifies an illegal argument to a method.
static long INVALID_ARGUMENT_WITH_ARG_NAME_AND_VALUE_ERROR
           Constant that specifies an illegal argument to a method.
static long INVALID_ARGUMENT_WITH_ARG_NAME_ERROR
           Constant that specifies an illegal argument to a method.
static long INVALID_ARGUMENT_WITH_ARG_NAMES_ERROR
           Constant that specifies an illegal argument to a method.
static long INVALID_ATTRS_ERROR
          Constant specifying invalid attributes
static long INVALID_BASE64_BYTE_ERROR
           byte is not of type base64 error
static long INVALID_BASEDN_ERROR
          Constant specifying invalid base dn
static long INVALID_BASEDN_USERDN_ERROR
          Constant specifying that the host , port , base dn are invalid invalid
static long INVALID_CLASS_LOADER_ERROR
           Invalid class loader
static long INVALID_CONFIG_ANON_BIND_ERROR
          Constant specifying anonymous bind not supported or invalid configuration
static long INVALID_CONFIG_ERROR
          Constant specifying invalid configuration
static long INVALID_CREDENTIALS_ERROR
          Constant specifying that the UserDN , password are invalid
static long INVALID_CUSTOM_LOGIN_CLASS
          Constant specifying Custom Login Class Name cannot be null or empty.
static long INVALID_DELEGATED_LIST_ERROR
          Constant specifying that the delegated list specified does not exist, but existed at some time.
static long INVALID_DOMAIN_DNS_ERROR
          Constant specifying that the domain , dns , ad site and base dn are invalid invalid
static long INVALID_EXTERNAL_URL_ERROR
           Constant specifying that the externalURL configuration is wrong or not valid or corrupted.
static long INVALID_FILE_ERROR
           invalid file error
static long INVALID_GROUP_ERROR
          Constant specifying that the group specified does not exist.
static long INVALID_GROUP_IDENTITY_ERROR
           Constant specifying that the group identity specified does not belong to the directory.
static long INVALID_GROUP_OBJECT_CLASS_ERROR
           Constant specifying that the group object class is not valid.
static long INVALID_GROUP_URL_ERROR
           Constant specifying that the groupURL configuration is wrong or not valid or corrupted.
static long INVALID_GRP_FILTR_ERROR
          Constant specifying group filter is invalid
static long INVALID_HOST_PORT_BASEDN_ERROR
          Constant specifying that the host , port , base dn are invalid invalid
static long INVALID_HTTP_HEADER_ERROR
          Custom HTTP Header Name cannot be null or empty
static long INVALID_ID_ATTR_ERROR
          Constant specifying invalid identity attribute
static long INVALID_IDENTITY_DETAIL_ERROR
          Incalid Identity
static long INVALID_IDENTITY_ERROR
          Constant specifying that the identity is invalid or not in the correct format.
static long INVALID_PORT_ERROR
          Constant specifying that the port is invalid invalid
static long INVALID_PRINCIPAL_ERROR
          Constant specifying that the principal specified does not exist, but existed at some time.
static long INVALID_PRODUCT_TYPE_ERROR
           Constant specifying that invalid product type found.
static long INVALID_PROJECT_ID_ERROR
          Constant specifying that application id is invalid
static long INVALID_PROJECT_URL_ERROR
           Constant specifying that the projectURL configuration is wrong or not valid or corrupted.
static long INVALID_PROVIDER_TYPE_ERROR
          Constant specifying invalid provider type
static long INVALID_ROLE_ERROR
          Constant specifying that the role specified does not exist, but existed at some time.
static long INVALID_ROLE_IDENTITY_ERROR
           Constant specifying that the user identity specified does not belong to the directory.
static long INVALID_ROLE_OBJECT_CLASS_ERROR
           Constant specifying that the role object class is not valid.
static long INVALID_ROLE_URL_ERROR
           Constant specifying that the roleURL configuration is wrong or not valid or corrupted.
static long INVALID_SAP_KEYSTORE_ERROR
          Invalid SAP key store
static long INVALID_SAP_TICKET_ERROR
          Invalid SAP ticket
static long INVALID_SID_ERROR
          Invalid SI error
static long INVALID_TRUSTED_SERVICE_KEY
          Constant specifying that Invalid Service Request.
static long INVALID_URL_ERROR
          Invalid URL
static long INVALID_USER_ERROR
          Constant specifying that the user specified does not exist, but existed at some time.
static long INVALID_USER_FILTER_ERROR
          Constant specifying invalid user filter
static long INVALID_USER_IDENTITY_ERROR
           Constant specifying that the user identity specified does not belong to the directory.
static long INVALID_USER_OBJECT_CLASS_ERROR
           Constant specifying that the user object class is not valid.
static long INVALID_USER_URL_ERROR
           Constant specifying that the userURL configuration is wrong or not valid or corrupted.
static long IO_ERROR
          Constant specifying that the There was an IO error in Configuration.
static long JNDI_NAMING_ERROR
           Constant specifying that JNDI exception has occurred while doing some operation with the directory.
static java.lang.String KEY_ARG
          Constant that holds the value "error.css.arg.key", a key in the resource bundle.
static java.lang.String LAST_NAME_ARG
          Constant that holds the value "lastName", a key in the resource bundle.
static long LDAP_CMD_PATH_NOT_FOUND_ERROR
           Constant that specifies Native Directory LDAP command path not available
static long LIST_ALREADY_EXISTS_ERROR
           Constant specifying that error has been encountered while adding/updating a delegated list because a list by the name already exists.
static long LOAD_PROPERTIES_ERROR
           environemnt propertiesi error
static java.lang.String LOG_LEVEL_ARG
          Constant that holds the value "log level", a key in the resource bundle.
static long LOGGER_PROPERTIES_NOT_FOUND_ERROR
          Constant specifying logger properties not found.
static java.lang.String LOGIN_NAME_ARG
          Constant that holds the value "loginName", a key in the resource bundle.
static java.lang.String LOOKUP_ARRAY_ARG
          Constant that holds the value "error.css.arg.loopupArray", a key in the resource bundle.
static long MALFORMED_GROUP_IDENTITY_ERROR
           Constant specifying that the group identity specified is not in correct format.
static long MALFORMED_ROLE_IDENTITY_ERROR
           Constant specifying that the role identity specified is not in correct format.
static long MALFORMED_SCHEMA_ERROR
          Constant specifying that schama is invalid
static long MALFORMED_URL_ERROR
           Constant specifying that the malformed URL passed.
static long MALFORMED_USER_IDENTITY_ERROR
           Constant specifying that the user identity specified is not in correct format.
static long METHOD_NOT_IMPELEMENTED_ERROR
          Constant specifying that a method is not implemented
static long METHOD_NOT_SUPPORTED_ERROR
          Constant specifying that a method is not supporrted
static long MOVE_APP_ERROR
          Constant specifying that error was encountered while moving application
static long MSAD_ATTRIBUTE_ERROR
          MSAD attribute exception
static long MSAD_PAGINATION_ERROR
          MSAD Pagination error
static java.lang.String NAME_ARG
          Constant that holds the value "error.css.arg.name", a key in the resource bundle.
static java.lang.String NEW_PASSWORD_ARG
           Constant that holds the value "newPassword", a key in the resource bundle.
static long NEXT_LEVEL_NODE_NULL_ERROR
           Next level cannot be null
static long NO_ID_FOR_ROLE_ERROR
           Constant specifying that role does not have an object ID.
static long NO_PROVIDER_ERROR
          Constant specifying that the provider does not exist.
static long NO_VALUE_FOR_KEY_ERROR
          Constant specifying that no value specified for the key
static long NTLM_REMOTE_ERROR
          remote exception for NTLM HRAM
static long NULL_ARGUMENT_ERROR
           Constant specifying that the operation fails with null key as qrguement.
static long NULL_PASSWORD
          The specified password is null.
static long NV_DOWN_ERROR
          Constant specifying that Native Directory is not reachable.
static java.lang.String OBJECT_ID_ARG
          Constant that holds the value "error.css.arg.objectID", a key in the resource bundle.
static java.lang.String OBJECTCLASS_ARG
           Constant that holds the value "error.css.arg.objectclass", a key in the resource bundle.
static java.lang.String OLD_PASSWORD_ARG
           Constant that holds the value "oldPassword", a key in the resource bundle.
static long OPERATION_NOT_SUPPORTED_BY_PROVIDER_ERROR
          Constant specifying that a particular provider does not support this operation.
static long OPERATION_NOT_SUPPORTED_ERROR
          Constant specifying that a particular operation has not been performed properly.This is general.
static long PASSWORD_ALPHA_NUMERIC_VIOLATION_ERROR
          The specified password does not meet the minimum number of alpha-numeric characters criteria.
static java.lang.String PASSWORD_ARG
           Constant that holds the value "password", a key in the resource bundle.
static long PASSWORD_CHANGE_FAILED_ERROR
          Constant specifying that the password cannot be changed for the user
static long PASSWORD_CHANGE_REQUIRED_ERROR
          The password for the specified account must be changed prior to use.
static long PASSWORD_EXPIRED_ERROR
          The password for the specified account has expired.
static long PASSWORD_EXPIRY_ERROR
          Warning indicating that the password for the specified account is about to expire.
static long PASSWORD_GRACE_LOGIN_MODE_ERROR
          Warning indicating that the password for the specified account is in grace login mode.
static long PASSWORD_ILLEGAL_ERROR
          The specified password is illegal.
static long PASSWORD_IN_HISTORY_VIOLATION_ERROR
          The specified password does is use available in History Reuse old password as new password criteria.
static long PASSWORD_MAX_RPT_CHARS_VIOLATION_ERROR
          The specified password exceeds the maximum repeated characters allowed.
static long PASSWORD_MIN_AGE_SELFMODIFY_ERROR
          The specified password cannot be modified Pwd min age self modify.
static long PASSWORD_MIN_ALPHABETIC_CHARS_VIOLATION_ERROR
          The specified password does not meet the minimum number of alphabetical chars criteria.
static long PASSWORD_MIN_LENGTH_VIOLATION_ERROR
          The specified password does not meet the minimum length criteria.
static long PASSWORD_MIN_LOWERCASE_VIOLATION_ERROR
          The specified password does not meet the minimum number of lowercase criteria.
static long PASSWORD_MIN_SPECIAL_CHARS_VIOLATION_ERROR
          The specified password does not meet the minimum number of special chars criteria.
static long PASSWORD_MIN_UPPERCASE_VIOLATION_ERROR
          The specified password does not meet the minimum number of uppercase criteria.
static long PASSWORD_MISMATCH_ERROR
          Constant specifying that the password doesnt match
static long PASSWORD_POLICY_ERROR
          A password policy error has been encountered.
static long PASSWORD_VALIDATE_ERROR
          Constant specifying that error was encountered while validating password
static long PASSWORD_WILL_EXPIRE_TODAY_ERROR
           
static long PRE_CONFIGURE_ROLE_RESERVED_ERROR
           Constant specifying that pre-configured roles are reserved and actions cannot be performed on.
static long PREV_LEVEL_NODE_NULL_ERROR
           Previous level cannot be null
static long PRIMARY_GROUP_ID_ERROR
          Primary Group ID
static java.lang.String PRINCIPAL_ARG
          Constant that holds the value "error.css.arg.principal", a key in the resource bundle.
static long PRINCIPAL_AUTHORIZATION_ERROR
          Constant specifying that principal is not authorized to perform an operation
static long PROCESS_REGISTRATION_FAILED_ERROR
          Constant specifying that the process registration had failed for a specific product type
static long PROD_TYPE_MISMATCH_ROLE_ERROR
          Constant specifying that the product type of the application doesn't match with that of the role
static long PRODUCT_MISMATCH_ERROR
          Constant specifying that product codes does not match
static java.lang.String PRODUCT_TYPE_ARG
          Constant that holds the value "productType", a key in the resource bundle.
static long PROJECT_DOES_NOT_EXIST_ERROR
          Constant specifying that target project does not exist
static java.lang.String PROJECT_ID_ARG
          Constant that holds the value "error.css.arg.projectId", a key in the resource bundle.
static long PROVIDER_COMMUNICATION_ERROR
          Constant specifying the user not available.
static long PROVIDER_NOT_AVAILABLE_ERROR
           Constant specifying that the specified provider type is not available.
static long PROVIDER_NOT_INITIALIZED_ERROR
           Constant specifying that Provider is not initialized.
static java.lang.String PROVIDER_TYPE_ARG
          Constant that holds the value "error.css.arg.providerType", a key in the resource bundle.
static java.lang.String RDN_ARG
          Constant that holds the value "error.css.arg.rdn", a key in the resource bundle.
static long REGISTRATION_ERROR
          Constant specifying a registration exception.
static long REGISTRY_INTIALIZATION_ERROR
          Constant specifying Error initializing Registry.
static long REGISTRY_TRUSTED_SERVICE_WRITE_ERROR
          Constant specifying Error writing CSS_TRUSTED_SERVICES_KEY to the registry
static long REGISTRY_WRITE_ERROR
          Constant specifying that Registry write exception.
static long REMOTE_SERVER_COMMUNICATION_ERROR
          Failed to connect to remote NTLM
static long REMOVE_APP_FAILED_ERROR
          Constant specifying that target application cannot be removed
static long REMOVE_ATTR_FROM_LIST_ERROR
           Constant specifying that error has been encountered while removing attribute from delegated list.
static long REMOVE_MEMBERS_ERROR
           Constant specifying that error has been encountered while removing members.
static long REMOVE_PROJECT_FAILED_ERROR
          Constant specifying that target project cannot be removed
static long REMOVE_ROLE_RELATION_ERROR
           Constant specifying that error has been encountered while deleting role relationship.
static long REQ_FILE_NOT_FOUND_ERROR
          Constant specifying that tThe file required for this operation is not available
static long RESOURCE_STREAM_UNAVAILABLE_ERROR
           Resource stream unavailabale
static long ROLE_ALREADY_EXISTS_ERROR
           Constant specifying that error has been encountered while adding/updating a role because a role by the name already exists.
static java.lang.String ROLE_ARG
          Constant that holds the value "error.css.arg.role", a key in the resource bundle.
static long ROLE_BASE_MISMATCH_ERROR
          Constant specifying that the role base does not match for the role in provider
static java.lang.String ROLE_INFO_ARG
           Constant that holds the value "error.css.arg.roleInfo", a key in the resource bundle.
static java.lang.String ROLE_NAME_ARG
           Constant that holds the value "roleName", a key in the resource bundle.
static long ROLE_NOT_FOUND_ERROR
          Exception while searching role with identity.
static long ROLE_OBJECT_CLASS_CAST_ERROR
           Constant specifying that the role object class is not of type to which it is cast.
static long ROLE_VERSION_MISMATCH
          Constant specifying that error has been encountered while adding a role because the role's product type does not match the principal's provisioned apps.
static long ROLLBACK_ERROR
          Constant specifying that enveloping transacation needs to be rolled back.
static long SAP_ARCHIVE_ABSENT_ERROR
          No archive present for SAP
static long SAP_AUTHENTICATION_ERROR
          SAP authentication failure
static long SAP_CERTIFICATE_LOAD_ERROR
          Invalid SAP certificate
static java.lang.String SAP_CLIENT_ARG
          Constant that holds the value "error.css.arg.sapclient", a key in the resource bundle.
static long SAP_FUNCTION_CREATE_ERROR
          Unable to create function
static long SAP_KEYSTORE_PERMISSION_ERROR
          SAP keystore permission
static long SAP_POOL_CREATE_ERROR
          Unable to create SAP Pool
static long SAVE_PROPERTIES_ERROR
           properties save error
static long SEARCH_ORDER_NOT_CONFIGURED_ERROR
          Constant specifying search order not configured.
static long SECURITY_AGENT_GET_USERNAME_ERROR
          Constant specifying that error retrieving username/password from security agent.
static long SECURITY_AGENT_HEADER_IS_EMPTY
          Constant specifying that the security agent header is not available or empty.
static long SECURITY_AGENT_N_C_FOR_LOGIN_NAME
          Constant specifying that Security Agent not configured so cannot accept login name.
static long SECURITY_AGENT_NOT_CONFIGURED_ERROR
          Constant specifying that the Security Agent is not configured but header is passed in.
static long SET_PASSWORD_ERROR
           Constant specifying that error has been encountered while setting password for the user.
static long SOCKET_TIMEOUT_ERROR
          Socket time out error
static long STRING_TRANSLATION_ERROR
          Constant specifying that the input string cannot be translated
static java.lang.String TO_APP_ID_ARG
          Constant that holds the value "error.css.arg.toAppId", a key in the resource bundle.
static java.lang.String TOKEN_ARG
          Constant that holds the value "error.css.arg.token", a key in the resource bundle.
static long TOKEN_CANNOT_BE_CREATED
          Constant specifying that Unable to construct token.
static long TOKEN_CANNOT_BE_DECRYPTED_ERROR
          Constant specifying that the token cannot be decrypted into useful information.
static long TOKEN_CANNOT_BE_ENCRYPTED_ERROR
          Constant specifying that the information needed to create the token exists, hence the token has been created, but it cannot be encrypted.
static long TOKEN_NOT_ACCEPTED_ERROR
          Constant that specifies that the token passed in from another source (another application) is not a valid token and therefore is rejected.
static long TOKEN_NOT_AVAILABLE_ERROR
          Constant specifying that the token cannot be created or is not available.
static long TWO_SECURITY_AGENTS_SPECIFIED_ERROR
          Constant specifying that two agent, Netegrity & Kerberos were both specified in login context.
static long UNABLE_TO_FIND_CONTROLLER_FOR_DOMAIN_ERROR
          Controller not found for domain
static long UNABLE_TO_RETRIEVE_ROLE_ERROR
          Constant specifying that the role cannot be retrieved from key-binding.
static long UNKNOWN_HOST_ERROR
          Unknown host error
static long UPDATE_DELEGATE_LIST_ERROR
           Constant specifying that error has been encountered while updating a delegated list.
static long UPDATE_IDENTITY_ERROR
           Constant specifying that error has been encountered while updating ild identity with new one.
static long UPDATE_NATIVE_GROUP_ERROR
           Constant specifying that error has been encountered while updating a group.
static long UPDATE_NATIVE_ROLE_ERROR
           Constant specifying that error has been encountered while updating a role.
static long UPDATE_NATIVE_USER_ERROR
           Constant specifying that error has been encountered while updating a user.
static java.lang.String UPDATE_USER_GRP_MBR
          Constant that holds the value "error.css.arg.operation.updateUsrGrpMbr", a key in the resource bundle.
static java.lang.String URL_ARG
          Constant that holds the value "error.css.arg.url", a key in the resource bundle.
static long USER_ACCOUNT_EXPIRED_ERROR
          User account expired
static long USER_ALREADY_EXISTS_ERROR
           Constant specifying that error has been encountered while adding/updating a user because a user by the name already exists.
static java.lang.String USER_ARG
           Constant that holds the value "error.css.arg.user", a key in the resource bundle.
static long USER_AUTHORIZATION_ERROR
          Constant specifying that user is not authorized to perform an operation
static long USER_BASE_MISMATCH_ERROR
           Constant specifying that the user base does not match for the user in specified directory.
static long USER_DELEGATED_ADMIN_ERROR
          Constant specifying that the user doesn't have delegated admin rights to perform the operation
static java.lang.String USER_ID_ARG
          Constant that holds the value "error.css.arg.userId", a key in the resource bundle.
static long USER_IDENTITY_SEARCH_ERROR
          Exception while searching user with identity.
static java.lang.String USER_IDS_ARG
          Constant that holds the value "error.css.arg.userIds", a key in the resource bundle.
static java.lang.String USER_INFO_ARG
           Constant that holds the value "error.css.arg.userInfo", a key in the resource bundle.
static java.lang.String USER_LIST_ARG
          Constant that holds the value "error.css.arg.userList", a key in the resource bundle.
static java.lang.String USER_NAME_ARG
          Constant that holds the value "error.css.arg.userName", a key in the resource bundle.
static long USER_NOT_FOUND_ERROR
          Constant specifying that the user specified does not exist.
static long USER_NOT_FOUND_WITH_IDENTITY_ERROR
           Constant specifying that user not found with reason.
static long USER_NOT_FOUND_WITH_PROVIDER_ERROR
          Constant specifying that user does not exist in a provider
static long USER_NOT_PROVISIONED_ERROR
          Constant specifying that the User is not provisioned.
static long USER_NOT_PROVISIONED_FOR_OPERATION
          Constant specifying that the user is not provisioned for the specific operation.
static long USER_OBJECT_CLASS_CAST_ERROR
           Constant specifying that the user object class is not of type to which it is cast.
static long USER_SELF_ACTION_ERROR
           Constant specifying that user cannot perform some operations on himself
static long USERNAME_UNAVAILABLE_IN_REQ_HEADER_ERROR
          Username is not present in the request header
static long USR_SRCH_PERFMNCE_ERROR
          Constant specifying URL specified returns more than recommended limit of users
static long VALIDATE_USER_BINDING_ERROR
           Constant specifying that error has been encountered while binding userDN with password.
static long WRLD_GRP_CANNOT_BE_CHILD_ERROR
          Constant specifying that World group cannot be set as child to any group
static long WRLD_GRP_CANNOT_BE_PARENT_ERROR
          Constant specifying that World group cannot be set as parent to any group
static long WRLD_GRP_FOUND_ERROR
           Constant specifying that the specified that WORLD Group found.
static long WRLD_GRP_RESERVED_ERROR
          Constant specifying that world group cannot br removed
static long XML_GENERAL_ERROR
          Constant specifying that the There was an XML error in Configuration.
static java.lang.String XML_IN_STREAM_ARG
           Constant that holds the value "error.css.arg.xmlIn", a key in the resource bundle.
 

Field Detail

errorMessageBundleName

public static final java.lang.String errorMessageBundleName
See Also:
Constant Field Values

ERROR_KEY_PREFIX

public static final java.lang.String ERROR_KEY_PREFIX
See Also:
Constant Field Values

ERROR_ARG_PREFIX

public static final java.lang.String ERROR_ARG_PREFIX
See Also:
Constant Field Values

GENERAL_ERROR

public static final long GENERAL_ERROR

Constant specifying for any general error occurred.

The value of this constant is "1000".

See Also:
Constant Field Values

INVALID_ARGUMENT_ERROR

public static final long INVALID_ARGUMENT_ERROR

Constant that specifies an illegal argument to a method.

The value of this constant is "1001".

See Also:
Constant Field Values

INVALID_ARGUMENT_WITH_ARG_NAME_ERROR

public static final long INVALID_ARGUMENT_WITH_ARG_NAME_ERROR

Constant that specifies an illegal argument to a method. This takes arguement name as parameter.

The value of this constant is "1002".

See Also:
Constant Field Values

INVALID_ARGUMENT_WITH_ARG_NAME_AND_VALUE_ERROR

public static final long INVALID_ARGUMENT_WITH_ARG_NAME_AND_VALUE_ERROR

Constant that specifies an illegal argument to a method. This takes arguement name and value as parameter.

The value of this constant is "1003".

See Also:
Constant Field Values

INVALID_ARGUMENT_WITH_ARG_NAMES_ERROR

public static final long INVALID_ARGUMENT_WITH_ARG_NAMES_ERROR

Constant that specifies an illegal argument to a method. This takes more than one arguement names as parameter.

The value of this constant is "1004".

See Also:
Constant Field Values

AUTHENTICATION_ERROR

public static final long AUTHENTICATION_ERROR

Constant defines an authentication exception. This implies that a user is found but the password does not match; in other words, the credentials are invalid.

The value of this constant is "1005".

See Also:
Constant Field Values

COMMUNICATION_ERROR

public static final long COMMUNICATION_ERROR

Constant defines that the directory could not be contacted and is not available for the request.

The value of this constant is "1006".

See Also:
Constant Field Values

INVALID_USER_ERROR

public static final long INVALID_USER_ERROR

Constant specifying that the user specified does not exist, but existed at some time. This exception is likely to occur if the identity is passed in but no user can be found with that identity. The user might have been deleted.

The value of this constant is "1007".

See Also:
Constant Field Values

NO_PROVIDER_ERROR

public static final long NO_PROVIDER_ERROR

Constant specifying that the provider does not exist. It is possible that the provider name specified does not match those that exist in the configuration.

The value of this constant is "1008".

See Also:
Constant Field Values

TOKEN_NOT_AVAILABLE_ERROR

public static final long TOKEN_NOT_AVAILABLE_ERROR

Constant specifying that the token cannot be created or is not available.

The value of this constant is "1009".

See Also:
Constant Field Values

TOKEN_CANNOT_BE_ENCRYPTED_ERROR

public static final long TOKEN_CANNOT_BE_ENCRYPTED_ERROR

Constant specifying that the information needed to create the token exists, hence the token has been created, but it cannot be encrypted.

The value of this constant is "1010".

See Also:
Constant Field Values

TOKEN_CANNOT_BE_DECRYPTED_ERROR

public static final long TOKEN_CANNOT_BE_DECRYPTED_ERROR

Constant specifying that the token cannot be decrypted into useful information.

The value of this constant is "1011".

See Also:
Constant Field Values

USER_NOT_FOUND_ERROR

public static final long USER_NOT_FOUND_ERROR

Constant specifying that the user specified does not exist. This usually happens during authentication when no user is found with that loginName.

The value of this constant is "1013".

See Also:
Constant Field Values

TOKEN_NOT_ACCEPTED_ERROR

public static final long TOKEN_NOT_ACCEPTED_ERROR

Constant that specifies that the token passed in from another source (another application) is not a valid token and therefore is rejected.

The value of this constant is "1014".

See Also:
Constant Field Values

INVALID_IDENTITY_ERROR

public static final long INVALID_IDENTITY_ERROR

Constant specifying that the identity is invalid or not in the correct format.

The value of this constant is "1015".

See Also:
Constant Field Values

OPERATION_NOT_SUPPORTED_BY_PROVIDER_ERROR

public static final long OPERATION_NOT_SUPPORTED_BY_PROVIDER_ERROR

Constant specifying that a particular provider does not support this operation.

The value of this constant is "1016".

See Also:
Constant Field Values

OPERATION_NOT_SUPPORTED_ERROR

public static final long OPERATION_NOT_SUPPORTED_ERROR

Constant specifying that a particular operation has not been performed properly.This is general.

The value of this constant is "1017".

See Also:
Constant Field Values

INVALID_GROUP_ERROR

public static final long INVALID_GROUP_ERROR

Constant specifying that the group specified does not exist. This exception might occur if the identity is passed in but no group could be found with that identity. The group may have been deleted.

The value of this constant is "1018".

See Also:
Constant Field Values

DIRECTORY_UNTRUSTED_ERROR

public static final long DIRECTORY_UNTRUSTED_ERROR

Constant specifying that the directory is untrusted and the required operation cannot be performed. This exception might occur if the token does not carry the password for a user based in a directory that is not trusted.

The value of this constant is "1019".

See Also:
Constant Field Values

NO_VALUE_FOR_KEY_ERROR

public static final long NO_VALUE_FOR_KEY_ERROR

Constant specifying that no value specified for the key

The value of this constant is "1027".;

See Also:
Constant Field Values

USER_NOT_FOUND_WITH_IDENTITY_ERROR

public static final long USER_NOT_FOUND_WITH_IDENTITY_ERROR

Constant specifying that user not found with reason.

The value of this constant is "1039".;

See Also:
Constant Field Values

GROUP_NOT_FOUND_WITH_IDENTITY_ERROR

public static final long GROUP_NOT_FOUND_WITH_IDENTITY_ERROR

Constant specifying that Group not found with identity.

The value of this constant is "1040".

See Also:
Constant Field Values

SECURITY_AGENT_HEADER_IS_EMPTY

public static final long SECURITY_AGENT_HEADER_IS_EMPTY

Constant specifying that the security agent header is not available or empty.

The value of this constant is "1043".

See Also:
Constant Field Values

USER_NOT_PROVISIONED_ERROR

public static final long USER_NOT_PROVISIONED_ERROR

Constant specifying that the User is not provisioned.

The value of this constant is "1044".

See Also:
Constant Field Values

USER_NOT_PROVISIONED_FOR_OPERATION

public static final long USER_NOT_PROVISIONED_FOR_OPERATION

Constant specifying that the user is not provisioned for the specific operation.

The value of this constant is "1155".

See Also:
Constant Field Values

GROUP_NOT_PROVISIONED_ERROR

public static final long GROUP_NOT_PROVISIONED_ERROR

Constant specifying that the Group is not provisioned.

The value of this constant is "1045".

See Also:
Constant Field Values

INVALID_PRINCIPAL_ERROR

public static final long INVALID_PRINCIPAL_ERROR

Constant specifying that the principal specified does not exist, but existed at some time. This exception is likely to occur if the identity is passed in but no user can be found with that identity. The user might have been deleted.

The value of this constant is "1046".

See Also:
Constant Field Values

ENTITY_ALREADY_EXISTS_ERROR

public static final long ENTITY_ALREADY_EXISTS_ERROR

Constant specifying that the entity already exists.

The value of this constant is "1047".

See Also:
Constant Field Values

ROLLBACK_ERROR

public static final long ROLLBACK_ERROR

Constant specifying that enveloping transacation needs to be rolled back.

The value of this constant is "1048".

See Also:
Constant Field Values

BAD_PASSWORD_ERROR

public static final long BAD_PASSWORD_ERROR

The password is invalid for specified user account.

The value of this constant is "1049".

See Also:
Constant Field Values

ACCOUNT_LOCKED_ERROR

public static final long ACCOUNT_LOCKED_ERROR

The specified account has been locked.

The value of this constant is "1050".

See Also:
Constant Field Values

PASSWORD_CHANGE_REQUIRED_ERROR

public static final long PASSWORD_CHANGE_REQUIRED_ERROR

The password for the specified account must be changed prior to use.

The value of this constant is "1051".

See Also:
Constant Field Values

PASSWORD_EXPIRED_ERROR

public static final long PASSWORD_EXPIRED_ERROR

The password for the specified account has expired.

The value of this constant is "1052".

See Also:
Constant Field Values

PASSWORD_EXPIRY_ERROR

public static final long PASSWORD_EXPIRY_ERROR

Warning indicating that the password for the specified account is about to expire.

The value of this constant is "1053".

See Also:
Constant Field Values

PASSWORD_GRACE_LOGIN_MODE_ERROR

public static final long PASSWORD_GRACE_LOGIN_MODE_ERROR

Warning indicating that the password for the specified account is in grace login mode.

The value of this constant is "1054".

See Also:
Constant Field Values

ACCOUNT_IP_LOCKED_ERROR

public static final long ACCOUNT_IP_LOCKED_ERROR

Warning indicating that the specified account has been locked from an IP address.

The value of this constant is "1055".

See Also:
Constant Field Values

ACCOUNT_DISABLED

public static final long ACCOUNT_DISABLED

The specified account has been disabled.

The value of this constant is "1056".

See Also:
Constant Field Values

ACCOUNT_INACTIVE

public static final long ACCOUNT_INACTIVE

The specified account is inactive.

The value of this constant is "1057".

See Also:
Constant Field Values

NULL_PASSWORD

public static final long NULL_PASSWORD

The specified password is null.

The value of this constant is "1058".

See Also:
Constant Field Values

DIRECTORY_NOT_INITIALIZED_ERROR

public static final long DIRECTORY_NOT_INITIALIZED_ERROR

Constant specifying that Provider is not initialized.

The value of this constant is "1059".

See Also:
Constant Field Values

PROVIDER_COMMUNICATION_ERROR

public static final long PROVIDER_COMMUNICATION_ERROR

Constant specifying the user not available.

The value of this constant is 1062.

See Also:
Constant Field Values

GROUP_IDENTITY_SEARCH_ERROR

public static final long GROUP_IDENTITY_SEARCH_ERROR

Exception while searching group with identity.

The value of this constant is 1063.

See Also:
Constant Field Values

USER_IDENTITY_SEARCH_ERROR

public static final long USER_IDENTITY_SEARCH_ERROR

Exception while searching user with identity.

The value of this constant is 1064.

See Also:
Constant Field Values

INVALID_IDENTITY_DETAIL_ERROR

public static final long INVALID_IDENTITY_DETAIL_ERROR

Incalid Identity

The value of this constant is 1065.

See Also:
Constant Field Values

PASSWORD_WILL_EXPIRE_TODAY_ERROR

public static final long PASSWORD_WILL_EXPIRE_TODAY_ERROR
See Also:
Constant Field Values

PASSWORD_POLICY_ERROR

public static final long PASSWORD_POLICY_ERROR
A password policy error has been encountered.

See Also:
Constant Field Values

PASSWORD_MIN_LENGTH_VIOLATION_ERROR

public static final long PASSWORD_MIN_LENGTH_VIOLATION_ERROR

The specified password does not meet the minimum length criteria.

See Also:
Constant Field Values

PASSWORD_ALPHA_NUMERIC_VIOLATION_ERROR

public static final long PASSWORD_ALPHA_NUMERIC_VIOLATION_ERROR

The specified password does not meet the minimum number of alpha-numeric characters criteria.

See Also:
Constant Field Values

PASSWORD_ILLEGAL_ERROR

public static final long PASSWORD_ILLEGAL_ERROR

The specified password is illegal.

See Also:
Constant Field Values

PASSWORD_MAX_RPT_CHARS_VIOLATION_ERROR

public static final long PASSWORD_MAX_RPT_CHARS_VIOLATION_ERROR

The specified password exceeds the maximum repeated characters allowed.

See Also:
Constant Field Values

PASSWORD_MIN_UPPERCASE_VIOLATION_ERROR

public static final long PASSWORD_MIN_UPPERCASE_VIOLATION_ERROR

The specified password does not meet the minimum number of uppercase criteria.

See Also:
Constant Field Values

PASSWORD_MIN_LOWERCASE_VIOLATION_ERROR

public static final long PASSWORD_MIN_LOWERCASE_VIOLATION_ERROR
The specified password does not meet the minimum number of lowercase criteria.

See Also:
Constant Field Values

PASSWORD_MIN_SPECIAL_CHARS_VIOLATION_ERROR

public static final long PASSWORD_MIN_SPECIAL_CHARS_VIOLATION_ERROR

The specified password does not meet the minimum number of special chars criteria.

See Also:
Constant Field Values

PASSWORD_MIN_ALPHABETIC_CHARS_VIOLATION_ERROR

public static final long PASSWORD_MIN_ALPHABETIC_CHARS_VIOLATION_ERROR

The specified password does not meet the minimum number of alphabetical chars criteria.

See Also:
Constant Field Values

PASSWORD_IN_HISTORY_VIOLATION_ERROR

public static final long PASSWORD_IN_HISTORY_VIOLATION_ERROR

The specified password does is use available in History Reuse old password as new password criteria.

See Also:
Constant Field Values

PASSWORD_MIN_AGE_SELFMODIFY_ERROR

public static final long PASSWORD_MIN_AGE_SELFMODIFY_ERROR

The specified password cannot be modified Pwd min age self modify.

See Also:
Constant Field Values

METHOD_NOT_IMPELEMENTED_ERROR

public static final long METHOD_NOT_IMPELEMENTED_ERROR

Constant specifying that a method is not implemented

The value of this constant is "1078".

See Also:
Constant Field Values

CIRCULAR_DEPENDENCY_ERROR

public static final long CIRCULAR_DEPENDENCY_ERROR

Constant specifying a circular dependency exception.

The value of this constant is "1079".

See Also:
Constant Field Values

AUTHORIZATION_ERROR

public static final long AUTHORIZATION_ERROR

Constant specifying an authorization exception.

The value of this constant is "1080".

See Also:
Constant Field Values

REGISTRATION_ERROR

public static final long REGISTRATION_ERROR

Constant specifying a registration exception.

The value of this constant is "1081".

See Also:
Constant Field Values

TWO_SECURITY_AGENTS_SPECIFIED_ERROR

public static final long TWO_SECURITY_AGENTS_SPECIFIED_ERROR

Constant specifying that two agent, Netegrity & Kerberos were both specified in login context. Only 1 may be specified. .

The value of this constant is "1082".

See Also:
Constant Field Values

SECURITY_AGENT_GET_USERNAME_ERROR

public static final long SECURITY_AGENT_GET_USERNAME_ERROR

Constant specifying that error retrieving username/password from security agent.

The value of this constant is "1083".

See Also:
Constant Field Values

SECURITY_AGENT_N_C_FOR_LOGIN_NAME

public static final long SECURITY_AGENT_N_C_FOR_LOGIN_NAME

Constant specifying that Security Agent not configured so cannot accept login name.

The value of this constant is "1084".

See Also:
Constant Field Values

INVALID_TRUSTED_SERVICE_KEY

public static final long INVALID_TRUSTED_SERVICE_KEY

Constant specifying that Invalid Service Request.

The value of this constant is "1085".

See Also:
Constant Field Values

TOKEN_CANNOT_BE_CREATED

public static final long TOKEN_CANNOT_BE_CREATED

Constant specifying that Unable to construct token.

The value of this constant is "1086".

See Also:
Constant Field Values

REGISTRY_WRITE_ERROR

public static final long REGISTRY_WRITE_ERROR

Constant specifying that Registry write exception.

The value of this constant is "1087".

See Also:
Constant Field Values

INVALID_CUSTOM_LOGIN_CLASS

public static final long INVALID_CUSTOM_LOGIN_CLASS

Constant specifying Custom Login Class Name cannot be null or empty.

The value of this constant is "1088".

See Also:
Constant Field Values

AUDIT_PROP_FILE_NOT_FOUND_ERROR

public static final long AUDIT_PROP_FILE_NOT_FOUND_ERROR

Constant specifying Custom Login Class Name cannot be null or empty.

The value of this constant is "1089".

See Also:
Constant Field Values

AUDIT_CLIENT_INTIALIZATION_ERROR

public static final long AUDIT_CLIENT_INTIALIZATION_ERROR

Constant specifying Custom Login Class Name cannot be null or empty.

The value of this constant is "1090".

See Also:
Constant Field Values

AUDIT_CLIENT_STOPPING_ERROR

public static final long AUDIT_CLIENT_STOPPING_ERROR

Constant specifying Custom Login Class Name cannot be null or empty.

The value of this constant is "1091".

See Also:
Constant Field Values

REGISTRY_INTIALIZATION_ERROR

public static final long REGISTRY_INTIALIZATION_ERROR

Constant specifying Error initializing Registry.

The value of this constant is "1092".

See Also:
Constant Field Values

REGISTRY_TRUSTED_SERVICE_WRITE_ERROR

public static final long REGISTRY_TRUSTED_SERVICE_WRITE_ERROR

Constant specifying Error writing CSS_TRUSTED_SERVICES_KEY to the registry

The value of this constant is "1093".

See Also:
Constant Field Values

COMMAND_EXECUTION_ERROR

public static final long COMMAND_EXECUTION_ERROR

Command execution error.

The value of this constant is "1094".

See Also:
Constant Field Values

INVALID_USER_URL_ERROR

public static final long INVALID_USER_URL_ERROR

Constant specifying that the userURL configuration is wrong or not valid or corrupted.

The value of this constant is "1095".

See Also:
Constant Field Values

INVALID_USER_IDENTITY_ERROR

public static final long INVALID_USER_IDENTITY_ERROR

Constant specifying that the user identity specified does not belong to the directory.

The value of this constant is "1096".

See Also:
Constant Field Values

USER_BASE_MISMATCH_ERROR

public static final long USER_BASE_MISMATCH_ERROR

Constant specifying that the user base does not match for the user in specified directory.

The value of this constant is "1097".

See Also:
Constant Field Values

MALFORMED_USER_IDENTITY_ERROR

public static final long MALFORMED_USER_IDENTITY_ERROR

Constant specifying that the user identity specified is not in correct format.

The value of this constant is "1098".

See Also:
Constant Field Values

MALFORMED_GROUP_IDENTITY_ERROR

public static final long MALFORMED_GROUP_IDENTITY_ERROR

Constant specifying that the group identity specified is not in correct format.

The value of this constant is "1099".

See Also:
Constant Field Values

GROUP_BASE_MISMATCH_ERROR

public static final long GROUP_BASE_MISMATCH_ERROR

Constant specifying that the group base does not match for the group in specified directory.

The value of this constant is "1100".

See Also:
Constant Field Values

JNDI_NAMING_ERROR

public static final long JNDI_NAMING_ERROR

Constant specifying that JNDI exception has occurred while doing some operation with the directory.

The value of this constant is "1101".

See Also:
Constant Field Values

INVALID_GROUP_OBJECT_CLASS_ERROR

public static final long INVALID_GROUP_OBJECT_CLASS_ERROR

Constant specifying that the group object class is not valid.

The value of this constant is "1102".

See Also:
Constant Field Values

INVALID_GROUP_URL_ERROR

public static final long INVALID_GROUP_URL_ERROR

Constant specifying that the groupURL configuration is wrong or not valid or corrupted.

The value of this constant is "1103".

See Also:
Constant Field Values

GROUP_OBJECT_CLASS_CAST_ERROR

public static final long GROUP_OBJECT_CLASS_CAST_ERROR

Constant specifying that the group object class is not of type to which it is cast.

The value of this constant is "1104".

See Also:
Constant Field Values

USER_OBJECT_CLASS_CAST_ERROR

public static final long USER_OBJECT_CLASS_CAST_ERROR

Constant specifying that the user object class is not of type to which it is cast.

The value of this constant is "1105".

See Also:
Constant Field Values

INVALID_USER_OBJECT_CLASS_ERROR

public static final long INVALID_USER_OBJECT_CLASS_ERROR

Constant specifying that the user object class is not valid.

The value of this constant is "1106".

See Also:
Constant Field Values

MALFORMED_URL_ERROR

public static final long MALFORMED_URL_ERROR

Constant specifying that the malformed URL passed.

The value of this constant is "1107".

See Also:
Constant Field Values

NULL_ARGUMENT_ERROR

public static final long NULL_ARGUMENT_ERROR

Constant specifying that the operation fails with null key as qrguement. This takes an arguement specifying group user Etc. The type of operation may be searching user info or setting group info etc.

The value of this constant is "1108".

See Also:
Constant Field Values

SOCKET_TIMEOUT_ERROR

public static final long SOCKET_TIMEOUT_ERROR

Socket time out error

The value of this constant is "1109".

See Also:
Constant Field Values

INVALID_URL_ERROR

public static final long INVALID_URL_ERROR

Invalid URL

The value of this constant is "1110".

See Also:
Constant Field Values

UNKNOWN_HOST_ERROR

public static final long UNKNOWN_HOST_ERROR

Unknown host error

The value of this constant is "1111".

See Also:
Constant Field Values

CONNECTION_FAILED_ERROR

public static final long CONNECTION_FAILED_ERROR

Connection failed error

The value of this constant is "1112".

See Also:
Constant Field Values

INVALID_GROUP_IDENTITY_ERROR

public static final long INVALID_GROUP_IDENTITY_ERROR

Constant specifying that the group identity specified does not belong to the directory.

The value of this constant is "1113".

See Also:
Constant Field Values

GROUP_CACHE_INFO_ERROR

public static final long GROUP_CACHE_INFO_ERROR

Constant specifying that the operation failed while building group cache. This takes an argument specifying the detals.

The value of this constant is "1114".

See Also:
Constant Field Values

INVALID_HTTP_HEADER_ERROR

public static final long INVALID_HTTP_HEADER_ERROR

Custom HTTP Header Name cannot be null or empty

The value of this constant is "1115".

See Also:
Constant Field Values

USERNAME_UNAVAILABLE_IN_REQ_HEADER_ERROR

public static final long USERNAME_UNAVAILABLE_IN_REQ_HEADER_ERROR

Username is not present in the request header

The value of this constant is "1116".

See Also:
Constant Field Values

INTERFACE_NOT_IMPLEMENTED_ERROR

public static final long INTERFACE_NOT_IMPLEMENTED_ERROR

ustom Login class does not implement interface com.hyperion.css.CSSSecurityAgentIF

The value of this constant is "1117".

See Also:
Constant Field Values

CUSTOM_LOGIN_CLASS_INSTANTIATE_ERROR

public static final long CUSTOM_LOGIN_CLASS_INSTANTIATE_ERROR

Could not instantiate custom login class

The value of this constant is "1118".

See Also:
Constant Field Values

ATTRIBUTE_NOT_DETERMINED_ERROR

public static final long ATTRIBUTE_NOT_DETERMINED_ERROR

Constant specifying that an attribute cannot be determined

The value of this constant is "1119".

See Also:
Constant Field Values

CREATE_INITIAL_DIRCONTEXT_ERROR

public static final long CREATE_INITIAL_DIRCONTEXT_ERROR

Constant specifying that an error has occured while creating an InitialDirContext

The value of this constant is "1120".

See Also:
Constant Field Values

ADD_USER_MEMBERS_ERROR

public static final long ADD_USER_MEMBERS_ERROR

Constant specifying that error has been encountered while adding user members

The value of this constant is "1121".

See Also:
Constant Field Values

WRLD_GRP_CANNOT_BE_CHILD_ERROR

public static final long WRLD_GRP_CANNOT_BE_CHILD_ERROR

Constant specifying that World group cannot be set as child to any group

The value of this constant is "1122".

See Also:
Constant Field Values

GROUP_ALRDY_PARENT_ERROR

public static final long GROUP_ALRDY_PARENT_ERROR

Constant specifying that group is already a parent

The value of this constant is "1123".

See Also:
Constant Field Values

WRLD_GRP_CANNOT_BE_PARENT_ERROR

public static final long WRLD_GRP_CANNOT_BE_PARENT_ERROR

Constant specifying that World group cannot be set as parent to any group

The value of this constant is "1124".

See Also:
Constant Field Values

GROUP_ALRDY_CHILD_ERROR

public static final long GROUP_ALRDY_CHILD_ERROR

Constant specifying that group is already a child

The value of this constant is "1125".

See Also:
Constant Field Values

WRLD_GRP_RESERVED_ERROR

public static final long WRLD_GRP_RESERVED_ERROR

Constant specifying that world group cannot br removed

The value of this constant is "1126".

See Also:
Constant Field Values

EXTRNL_ID_NOT_SUPPRTD_ERROR

public static final long EXTRNL_ID_NOT_SUPPRTD_ERROR

Constant specifying that external identity should not be passed while removing group parents

The value of this constant is "1127".

See Also:
Constant Field Values

ADD_GROUP_MEMBERS_ERROR

public static final long ADD_GROUP_MEMBERS_ERROR

Constant specifying that some group members could not be added.

The value of this constant is 1128.

See Also:
Constant Field Values

PRINCIPAL_AUTHORIZATION_ERROR

public static final long PRINCIPAL_AUTHORIZATION_ERROR

Constant specifying that principal is not authorized to perform an operation

The value of this constant is "1129".

See Also:
Constant Field Values

INVALID_ACCESS_TYPE_ERROR

public static final long INVALID_ACCESS_TYPE_ERROR

Constant specifying that access type is invalid

The value of this constant is "1130".

See Also:
Constant Field Values

MALFORMED_SCHEMA_ERROR

public static final long MALFORMED_SCHEMA_ERROR

Constant specifying that schama is invalid

The value of this constant is "1131".

See Also:
Constant Field Values

STRING_TRANSLATION_ERROR

public static final long STRING_TRANSLATION_ERROR

Constant specifying that the input string cannot be translated

The value of this constant is "1132".

See Also:
Constant Field Values

GROUP_AUTHORIZATION_ERROR

public static final long GROUP_AUTHORIZATION_ERROR

Constant specifying that group is not authorized to perform an operation

The value of this constant is "1133".

See Also:
Constant Field Values

USER_AUTHORIZATION_ERROR

public static final long USER_AUTHORIZATION_ERROR

Constant specifying that user is not authorized to perform an operation

The value of this constant is "1134".

See Also:
Constant Field Values

PROVIDER_NOT_AVAILABLE_ERROR

public static final long PROVIDER_NOT_AVAILABLE_ERROR

Constant specifying that the specified provider type is not available.

The value of this constant is "1135".

See Also:
Constant Field Values

CREATE_EXTERNAL_LINK_ERROR

public static final long CREATE_EXTERNAL_LINK_ERROR

Constant specifying that error has been encountered while creating an external link for identity.

The value of this constant is "1136".

See Also:
Constant Field Values

UPDATE_IDENTITY_ERROR

public static final long UPDATE_IDENTITY_ERROR

Constant specifying that error has been encountered while updating ild identity with new one.

The value of this constant is "1137".

See Also:
Constant Field Values

VALIDATE_USER_BINDING_ERROR

public static final long VALIDATE_USER_BINDING_ERROR

Constant specifying that error has been encountered while binding userDN with password.

The value of this constant is "1138".

See Also:
Constant Field Values

METHOD_NOT_SUPPORTED_ERROR

public static final long METHOD_NOT_SUPPORTED_ERROR

Constant specifying that a method is not supporrted

The value of this constant is "1139".

See Also:
Constant Field Values

CREATE_IDENTITY_FAILED_ERROR

public static final long CREATE_IDENTITY_FAILED_ERROR

Constant specifying that error has been encountered while creating identity.

The value of this constant is "1140".

See Also:
Constant Field Values

CSS_DLL_ERROR

public static final long CSS_DLL_ERROR

Exception encountered in DLL

The value of this constant is "1141".

See Also:
Constant Field Values

NEXT_LEVEL_NODE_NULL_ERROR

public static final long NEXT_LEVEL_NODE_NULL_ERROR

Next level cannot be null

The value of this constant is "1142".

See Also:
Constant Field Values

PREV_LEVEL_NODE_NULL_ERROR

public static final long PREV_LEVEL_NODE_NULL_ERROR

Previous level cannot be null

The value of this constant is "1143".

See Also:
Constant Field Values

LOAD_PROPERTIES_ERROR

public static final long LOAD_PROPERTIES_ERROR

environemnt propertiesi error

The value of this constant is "1144".

See Also:
Constant Field Values

SAVE_PROPERTIES_ERROR

public static final long SAVE_PROPERTIES_ERROR

properties save error

The value of this constant is "1145".

See Also:
Constant Field Values

INVALID_BASE64_BYTE_ERROR

public static final long INVALID_BASE64_BYTE_ERROR

byte is not of type base64 error

The value of this constant is "1146".

See Also:
Constant Field Values

INVALID_FILE_ERROR

public static final long INVALID_FILE_ERROR

invalid file error

The value of this constant is "1147".

See Also:
Constant Field Values

INVALID_CLASS_LOADER_ERROR

public static final long INVALID_CLASS_LOADER_ERROR

Invalid class loader

The value of this constant is "1148".

See Also:
Constant Field Values

RESOURCE_STREAM_UNAVAILABLE_ERROR

public static final long RESOURCE_STREAM_UNAVAILABLE_ERROR

Resource stream unavailabale

The value of this constant is "1149".

See Also:
Constant Field Values

CREATE_CSSUID_ERROR

public static final long CREATE_CSSUID_ERROR

create CSSUID error

The value of this constant is "1150".

See Also:
Constant Field Values

PASSWORD_VALIDATE_ERROR

public static final long PASSWORD_VALIDATE_ERROR

Constant specifying that error was encountered while validating password

The value of this constant is "1151".

See Also:
Constant Field Values

WRLD_GRP_FOUND_ERROR

public static final long WRLD_GRP_FOUND_ERROR

Constant specifying that the specified that WORLD Group found.

The value of this constant is "1152".

See Also:
Constant Field Values

CUSTOM_AUTH_MODULE_INSTANTIATE_ERROR

public static final long CUSTOM_AUTH_MODULE_INSTANTIATE_ERROR

Constant specifying that Custom Authentication Module Class Could not be instantiated

The value of this constant is "1153".

See Also:
Constant Field Values

CUSTOM_AUTHENTICATION_ERROR

public static final long CUSTOM_AUTHENTICATION_ERROR

Constant specifying that Custom Authentication Failed

The value of this constant is "1154".

See Also:
Constant Field Values

USER_NOT_FOUND_WITH_PROVIDER_ERROR

public static final long USER_NOT_FOUND_WITH_PROVIDER_ERROR

Constant specifying that user does not exist in a provider

The value of this constant is "1156".

See Also:
Constant Field Values

GROUP_NOT_FOUND_WITH_PROVIDER_ERROR

public static final long GROUP_NOT_FOUND_WITH_PROVIDER_ERROR

Constant specifying that group does not exist in a provider

The value of this constant is "1157".

See Also:
Constant Field Values

NV_DOWN_ERROR

public static final long NV_DOWN_ERROR

Constant specifying that Native Directory is not reachable.

The value of this constant is "3008".

See Also:
Constant Field Values

PROVIDER_NOT_INITIALIZED_ERROR

public static final long PROVIDER_NOT_INITIALIZED_ERROR

Constant specifying that Provider is not initialized.

The value of this constant is "3022".

See Also:
Constant Field Values

SEARCH_ORDER_NOT_CONFIGURED_ERROR

public static final long SEARCH_ORDER_NOT_CONFIGURED_ERROR

Constant specifying search order not configured.

The value of this constant is "3023".

See Also:
Constant Field Values

LOGGER_PROPERTIES_NOT_FOUND_ERROR

public static final long LOGGER_PROPERTIES_NOT_FOUND_ERROR

Constant specifying logger properties not found.

The value of this constant is "3024".

See Also:
Constant Field Values

CONFIGURATION_ERROR

public static final long CONFIGURATION_ERROR

Constant specifying that the configuration cannot be retrieved, is not valid, or is corrupted.

The value of this constant is "3500".

See Also:
Constant Field Values

CLASS_LOADER_UNAVAILABLE_ERROR

public static final long CLASS_LOADER_UNAVAILABLE_ERROR

The class loader is not available.

The value of this constant is "3502".

See Also:
Constant Field Values

REQ_FILE_NOT_FOUND_ERROR

public static final long REQ_FILE_NOT_FOUND_ERROR

Constant specifying that tThe file required for this operation is not available

The value of this constant is "3503".

See Also:
Constant Field Values

XML_GENERAL_ERROR

public static final long XML_GENERAL_ERROR

Constant specifying that the There was an XML error in Configuration.

The value of this constant is "3501".

See Also:
Constant Field Values

CSS_CONFIG_FILE_ERROR

public static final long CSS_CONFIG_FILE_ERROR

Constant specifying that the There was a File Not Found error.

The value of this constant is "3504".

See Also:
Constant Field Values

IO_ERROR

public static final long IO_ERROR

Constant specifying that the There was an IO error in Configuration.

The value of this constant is "3505".

See Also:
Constant Field Values

SECURITY_AGENT_NOT_CONFIGURED_ERROR

public static final long SECURITY_AGENT_NOT_CONFIGURED_ERROR

Constant specifying that the Security Agent is not configured but header is passed in.

The value of this constant is "3506".

See Also:
Constant Field Values

INVALID_CREDENTIALS_ERROR

public static final long INVALID_CREDENTIALS_ERROR

Constant specifying that the UserDN , password are invalid

The value of this constant is "3507".

See Also:
Constant Field Values

INVALID_DOMAIN_DNS_ERROR

public static final long INVALID_DOMAIN_DNS_ERROR

Constant specifying that the domain , dns , ad site and base dn are invalid invalid

The value of this constant is "3508".

See Also:
Constant Field Values

INVALID_HOST_PORT_BASEDN_ERROR

public static final long INVALID_HOST_PORT_BASEDN_ERROR

Constant specifying that the host , port , base dn are invalid invalid

The value of this constant is "3509".

See Also:
Constant Field Values

INVALID_BASEDN_USERDN_ERROR

public static final long INVALID_BASEDN_USERDN_ERROR

Constant specifying that the host , port , base dn are invalid invalid

The value of this constant is "3510".

See Also:
Constant Field Values

INVALID_PORT_ERROR

public static final long INVALID_PORT_ERROR

Constant specifying that the port is invalid invalid

The value of this constant is "3511".

See Also:
Constant Field Values

INVALID_CONFIG_ANON_BIND_ERROR

public static final long INVALID_CONFIG_ANON_BIND_ERROR

Constant specifying anonymous bind not supported or invalid configuration

The value of this constant is "3512".

See Also:
Constant Field Values

INVALID_CONFIG_ERROR

public static final long INVALID_CONFIG_ERROR

Constant specifying invalid configuration

The value of this constant is "3513".

See Also:
Constant Field Values

ANONY_BIND_NOT_SUPRTD_ERROR

public static final long ANONY_BIND_NOT_SUPRTD_ERROR

Constant specifying anonymous bind is not supported

The value of this constant is "3514".

See Also:
Constant Field Values

INVALID_BASEDN_ERROR

public static final long INVALID_BASEDN_ERROR

Constant specifying invalid base dn

The value of this constant is "3515".

See Also:
Constant Field Values

INVALID_PROVIDER_TYPE_ERROR

public static final long INVALID_PROVIDER_TYPE_ERROR

Constant specifying invalid provider type

The value of this constant is "3516".

See Also:
Constant Field Values

INVALID_ID_ATTR_ERROR

public static final long INVALID_ID_ATTR_ERROR

Constant specifying invalid identity attribute

The value of this constant is "3517".

See Also:
Constant Field Values

INVALID_USER_FILTER_ERROR

public static final long INVALID_USER_FILTER_ERROR

Constant specifying invalid user filter

The value of this constant is "3518".

See Also:
Constant Field Values

INVALID_ATTRS_ERROR

public static final long INVALID_ATTRS_ERROR

Constant specifying invalid attributes

The value of this constant is "3519".

See Also:
Constant Field Values

USR_SRCH_PERFMNCE_ERROR

public static final long USR_SRCH_PERFMNCE_ERROR

Constant specifying URL specified returns more than recommended limit of users

The value of this constant is "3520".

See Also:
Constant Field Values

INVALID_GRP_FILTR_ERROR

public static final long INVALID_GRP_FILTR_ERROR

Constant specifying group filter is invalid

The value of this constant is "3521".

See Also:
Constant Field Values

GRP_SRCH_PERFMNCE_ERROR

public static final long GRP_SRCH_PERFMNCE_ERROR

Constant specifying URL specified returns more than recommended limit of groups

The value of this constant is "3522".

See Also:
Constant Field Values

LDAP_CMD_PATH_NOT_FOUND_ERROR

public static final long LDAP_CMD_PATH_NOT_FOUND_ERROR

Constant that specifies Native Directory LDAP command path not available

The value of this constant is "3523".

See Also:
Constant Field Values

PRIMARY_GROUP_ID_ERROR

public static final long PRIMARY_GROUP_ID_ERROR

Primary Group ID

The value of this constant is "4501".

See Also:
Constant Field Values

MSAD_ATTRIBUTE_ERROR

public static final long MSAD_ATTRIBUTE_ERROR

MSAD attribute exception

The value of this constant is "4502".

See Also:
Constant Field Values

USER_ACCOUNT_EXPIRED_ERROR

public static final long USER_ACCOUNT_EXPIRED_ERROR

User account expired

The value of this constant is "4503".

See Also:
Constant Field Values

MSAD_PAGINATION_ERROR

public static final long MSAD_PAGINATION_ERROR

MSAD Pagination error

The value of this constant is "4504".

See Also:
Constant Field Values

DOMAIN_CONTROLLER_NOT_FOUND_ERROR

public static final long DOMAIN_CONTROLLER_NOT_FOUND_ERROR

No connected DCs

The value of this constant is "4505".

See Also:
Constant Field Values

INVALID_SID_ERROR

public static final long INVALID_SID_ERROR

Invalid SI error

The value of this constant is "4506".

See Also:
Constant Field Values

DB_POOL_COMMUNICATION_ERROR

public static final long DB_POOL_COMMUNICATION_ERROR

Exception while using DB pool.

The value of this constant is 5001.

See Also:
Constant Field Values

DB_NOT_AVAILABLE_ERROR

public static final long DB_NOT_AVAILABLE_ERROR

Database is not available.

The value of this constant is 5002.

See Also:
Constant Field Values

DB_GET_POOL_ERROR

public static final long DB_GET_POOL_ERROR

Failed to get DB pool.

The value of this constant is 5003.

See Also:
Constant Field Values

DB_INCOMPATIBLE_PROVIDER_ERROR

public static final long DB_INCOMPATIBLE_PROVIDER_ERROR

Incompatible DB provider.

The value of this constant is 5004.

See Also:
Constant Field Values

UNABLE_TO_FIND_CONTROLLER_FOR_DOMAIN_ERROR

public static final long UNABLE_TO_FIND_CONTROLLER_FOR_DOMAIN_ERROR

Controller not found for domain

The value of this constant is "5502".

See Also:
Constant Field Values

NTLM_REMOTE_ERROR

public static final long NTLM_REMOTE_ERROR

remote exception for NTLM HRAM

The value of this constant is "5503".

See Also:
Constant Field Values

REMOTE_SERVER_COMMUNICATION_ERROR

public static final long REMOTE_SERVER_COMMUNICATION_ERROR

Failed to connect to remote NTLM

The value of this constant is "5504".

See Also:
Constant Field Values

SAP_POOL_CREATE_ERROR

public static final long SAP_POOL_CREATE_ERROR

Unable to create SAP Pool

The value of this constant is "6001".

See Also:
Constant Field Values

SAP_ARCHIVE_ABSENT_ERROR

public static final long SAP_ARCHIVE_ABSENT_ERROR

No archive present for SAP

The value of this constant is "6002".

See Also:
Constant Field Values

SAP_FUNCTION_CREATE_ERROR

public static final long SAP_FUNCTION_CREATE_ERROR

Unable to create function

The value of this constant is "6003".

See Also:
Constant Field Values

SAP_AUTHENTICATION_ERROR

public static final long SAP_AUTHENTICATION_ERROR

SAP authentication failure

The value of this constant is "6004".

See Also:
Constant Field Values

INVALID_SAP_TICKET_ERROR

public static final long INVALID_SAP_TICKET_ERROR

Invalid SAP ticket

The value of this constant is "6005".

See Also:
Constant Field Values

INVALID_SAP_KEYSTORE_ERROR

public static final long INVALID_SAP_KEYSTORE_ERROR

Invalid SAP key store

The value of this constant is "6006".

See Also:
Constant Field Values

SAP_CERTIFICATE_LOAD_ERROR

public static final long SAP_CERTIFICATE_LOAD_ERROR

Invalid SAP certificate

The value of this constant is "6007".

See Also:
Constant Field Values

SAP_KEYSTORE_PERMISSION_ERROR

public static final long SAP_KEYSTORE_PERMISSION_ERROR

SAP keystore permission

The value of this constant is "6008".

See Also:
Constant Field Values

INVALID_DELEGATED_LIST_ERROR

public static final long INVALID_DELEGATED_LIST_ERROR

Constant specifying that the delegated list specified does not exist, but existed at some time. This exception is likely to occur if the identity is passed in but no delegated list can be found with that identity. The role delegated have been deleted.

The value of this constant is "6501".

See Also:
Constant Field Values

INVALID_ROLE_ERROR

public static final long INVALID_ROLE_ERROR

Constant specifying that the role specified does not exist, but existed at some time. This exception is likely to occur if the identity is passed in but no role can be found with that identity. The role might have been deleted.

The value of this constant is "6522".

See Also:
Constant Field Values

PASSWORD_CHANGE_FAILED_ERROR

public static final long PASSWORD_CHANGE_FAILED_ERROR

Constant specifying that the password cannot be changed for the user

The value of this constant is "6502".

See Also:
Constant Field Values

PASSWORD_MISMATCH_ERROR

public static final long PASSWORD_MISMATCH_ERROR

Constant specifying that the password doesnt match

The value of this constant is "6503".

See Also:
Constant Field Values

INVALID_ROLE_URL_ERROR

public static final long INVALID_ROLE_URL_ERROR

Constant specifying that the roleURL configuration is wrong or not valid or corrupted.

The value of this constant is "6504".

See Also:
Constant Field Values

INVALID_PROJECT_URL_ERROR

public static final long INVALID_PROJECT_URL_ERROR

Constant specifying that the projectURL configuration is wrong or not valid or corrupted.

The value of this constant is "6505".

See Also:
Constant Field Values

INVALID_APP_URL_ERROR

public static final long INVALID_APP_URL_ERROR

Constant specifying that the applicationURL configuration is wrong or not valid or corrupted.

The value of this constant is "6506".

See Also:
Constant Field Values

INVALID_EXTERNAL_URL_ERROR

public static final long INVALID_EXTERNAL_URL_ERROR

Constant specifying that the externalURL configuration is wrong or not valid or corrupted.

The value of this constant is "6507".

See Also:
Constant Field Values

INVALID_ROLE_OBJECT_CLASS_ERROR

public static final long INVALID_ROLE_OBJECT_CLASS_ERROR

Constant specifying that the role object class is not valid.

The value of this constant is "6508".

See Also:
Constant Field Values

ROLE_OBJECT_CLASS_CAST_ERROR

public static final long ROLE_OBJECT_CLASS_CAST_ERROR

Constant specifying that the role object class is not of type to which it is cast.

The value of this constant is "6509".

See Also:
Constant Field Values

MALFORMED_ROLE_IDENTITY_ERROR

public static final long MALFORMED_ROLE_IDENTITY_ERROR

Constant specifying that the role identity specified is not in correct format.

The value of this constant is "6510".

See Also:
Constant Field Values

ROLE_BASE_MISMATCH_ERROR

public static final long ROLE_BASE_MISMATCH_ERROR

Constant specifying that the role base does not match for the role in provider

The value of this constant is "6511".

See Also:
Constant Field Values

ROLE_NOT_FOUND_ERROR

public static final long ROLE_NOT_FOUND_ERROR

Exception while searching role with identity.

The value of this constant is 6512.

See Also:
Constant Field Values

INVALID_ROLE_IDENTITY_ERROR

public static final long INVALID_ROLE_IDENTITY_ERROR

Constant specifying that the user identity specified does not belong to the directory.

The value of this constant is "6513".

See Also:
Constant Field Values

PROD_TYPE_MISMATCH_ROLE_ERROR

public static final long PROD_TYPE_MISMATCH_ROLE_ERROR

Constant specifying that the product type of the application doesn't match with that of the role

The value of this constant is "6514".

See Also:
Constant Field Values

UNABLE_TO_RETRIEVE_ROLE_ERROR

public static final long UNABLE_TO_RETRIEVE_ROLE_ERROR

Constant specifying that the role cannot be retrieved from key-binding.

The value of this constant is 6515.

See Also:
Constant Field Values

COPY_PROVISIONING_ERROR

public static final long COPY_PROVISIONING_ERROR

Constant specifying that copy provisioning cannot be done within same application

The value of this constant is "6516".

See Also:
Constant Field Values

PRODUCT_MISMATCH_ERROR

public static final long PRODUCT_MISMATCH_ERROR

Constant specifying that product codes does not match

The value of this constant is "6517".

See Also:
Constant Field Values

INVALID_APP_ID_ERROR

public static final long INVALID_APP_ID_ERROR

Constant specifying that application id is invalid

The value of this constant is "6518".

See Also:
Constant Field Values

APP_NOT_FOUND_ERROR

public static final long APP_NOT_FOUND_ERROR

Constant specifying that target application does not exist

The value of this constant is "6519".

See Also:
Constant Field Values

PROCESS_REGISTRATION_FAILED_ERROR

public static final long PROCESS_REGISTRATION_FAILED_ERROR

Constant specifying that the process registration had failed for a specific product type

The value of this constant is "6520".

See Also:
Constant Field Values

PROJECT_DOES_NOT_EXIST_ERROR

public static final long PROJECT_DOES_NOT_EXIST_ERROR

Constant specifying that target project does not exist

The value of this constant is "6521".

See Also:
Constant Field Values

REMOVE_PROJECT_FAILED_ERROR

public static final long REMOVE_PROJECT_FAILED_ERROR

Constant specifying that target project cannot be removed

The value of this constant is "6523".

See Also:
Constant Field Values

REMOVE_APP_FAILED_ERROR

public static final long REMOVE_APP_FAILED_ERROR

Constant specifying that target application cannot be removed

The value of this constant is "6524".

See Also:
Constant Field Values

INVALID_PROJECT_ID_ERROR

public static final long INVALID_PROJECT_ID_ERROR

Constant specifying that application id is invalid

The value of this constant is "6525".

See Also:
Constant Field Values

APP_ALREADY_EXISTS_ERROR

public static final long APP_ALREADY_EXISTS_ERROR

Constant specifying that the application already exists in the project

The value of this constant is "6526".

See Also:
Constant Field Values

GET_ROLE_LIST_ERROR

public static final long GET_ROLE_LIST_ERROR

Constant specifying that error has been encountered while getting role list for identity

The value of this constant is "6527".

See Also:
Constant Field Values

CREATE_ROLE_NODE_ERROR

public static final long CREATE_ROLE_NODE_ERROR

Constant specifying that error has been encountered while creating role node array

The value of this constant is "6528".

See Also:
Constant Field Values

GET_ROLE_LIST_FOR_ENTRIES_ERROR

public static final long GET_ROLE_LIST_FOR_ENTRIES_ERROR

Constant specifying that error has been encountered while getting role list for entry/entries

The value of this constant is "6529".

See Also:
Constant Field Values

ADMIN_ROLE_UNAVAILABLE_ERROR

public static final long ADMIN_ROLE_UNAVAILABLE_ERROR

Constant specifying that admin role was not available among the list of roles passed

The value of this constant is "6530".

See Also:
Constant Field Values

MOVE_APP_ERROR

public static final long MOVE_APP_ERROR

Constant specifying that error was encountered while moving application

The value of this constant is "6531".

See Also:
Constant Field Values

REMOVE_ATTR_FROM_LIST_ERROR

public static final long REMOVE_ATTR_FROM_LIST_ERROR

Constant specifying that error has been encountered while removing attribute from delegated list.

The value of this constant is "6532".

See Also:
Constant Field Values

USER_DELEGATED_ADMIN_ERROR

public static final long USER_DELEGATED_ADMIN_ERROR

Constant specifying that the user doesn't have delegated admin rights to perform the operation

The value of this constant is "6533".

See Also:
Constant Field Values

GET_PROJECTS_ERROR

public static final long GET_PROJECTS_ERROR

Constant specifying that error has been encountered while getting the projects

The value of this constant is "6534".

See Also:
Constant Field Values

ACTIVATE_GROUP_ERROR

public static final long ACTIVATE_GROUP_ERROR

Constant specifying that error has been encountered while activating one or more groups.

The value of this constant is "6535".

See Also:
Constant Field Values

ACTIVATE_USER_ERROR

public static final long ACTIVATE_USER_ERROR

Constant specifying that error has been encountered while activating one or more users.

The value of this constant is "6536".

See Also:
Constant Field Values

GRP_ALREADY_EXISTS_ERROR

public static final long GRP_ALREADY_EXISTS_ERROR

Constant specifying that error has been encountered while adding/updating a group because a group by the name already exists.

The value of this constant is "6537".

See Also:
Constant Field Values

ADD_NATIVE_GROUP_ERROR

public static final long ADD_NATIVE_GROUP_ERROR

Constant specifying that error has been encountered while adding a group.

The value of this constant is "6538".

See Also:
Constant Field Values

ROLE_ALREADY_EXISTS_ERROR

public static final long ROLE_ALREADY_EXISTS_ERROR

Constant specifying that error has been encountered while adding/updating a role because a role by the name already exists.

The value of this constant is "6539".

See Also:
Constant Field Values

ROLE_VERSION_MISMATCH

public static final long ROLE_VERSION_MISMATCH

Constant specifying that error has been encountered while adding a role because the role's product type does not match the principal's provisioned apps.

The value of this constant is "6567".

See Also:
Constant Field Values

ADD_NATIVE_ROLE_ERROR

public static final long ADD_NATIVE_ROLE_ERROR

Constant specifying that error has been encountered while adding a role.

The value of this constant is "6540".

See Also:
Constant Field Values

USER_ALREADY_EXISTS_ERROR

public static final long USER_ALREADY_EXISTS_ERROR

Constant specifying that error has been encountered while adding/updating a user because a user by the name already exists.

The value of this constant is "6541".

See Also:
Constant Field Values

EMAIL_NOT_VALID_ERROR

public static final long EMAIL_NOT_VALID_ERROR

Constant specifying that email passed is invalid.

The value of this constant is "6542".

See Also:
Constant Field Values

ADD_NATIVE_USER_ERROR

public static final long ADD_NATIVE_USER_ERROR

Constant specifying that error has been encountered while adding a user.

The value of this constant is "6543".

See Also:
Constant Field Values

DEACTIVATE_GROUP_ERROR

public static final long DEACTIVATE_GROUP_ERROR

Constant specifying that error has been encountered while de-activating one or more grouprs.

The value of this constant is "6544".

See Also:
Constant Field Values

DEACTIVATE_USER_ERROR

public static final long DEACTIVATE_USER_ERROR

Constant specifying that error has been encountered while de-activating one or more users.

The value of this constant is "6545".

See Also:
Constant Field Values

ADMIN_USR_RESERVED_ERROR

public static final long ADMIN_USR_RESERVED_ERROR

Constant specifying that admin user is reserved. Some operations cannot be performed on this user

The value of this constant is "6546".

See Also:
Constant Field Values

USER_SELF_ACTION_ERROR

public static final long USER_SELF_ACTION_ERROR

Constant specifying that user cannot perform some operations on himself

The value of this constant is "6547".

See Also:
Constant Field Values

DELETE_NATIVE_GROUP_ERROR

public static final long DELETE_NATIVE_GROUP_ERROR

Constant specifying that error has been encountered while deleting a group.

The value of this constant is "6548".

See Also:
Constant Field Values

DELETE_NATIVE_USER_ERROR

public static final long DELETE_NATIVE_USER_ERROR

Constant specifying that error has been encountered while deleting a user.

The value of this constant is "6549".

See Also:
Constant Field Values

DELETE_NATIVE_ROLE_ERROR

public static final long DELETE_NATIVE_ROLE_ERROR

Constant specifying that error has been encountered while deleting a role.

The value of this constant is "6550".

See Also:
Constant Field Values

PRE_CONFIGURE_ROLE_RESERVED_ERROR

public static final long PRE_CONFIGURE_ROLE_RESERVED_ERROR

Constant specifying that pre-configured roles are reserved and actions cannot be performed on.

The value of this constant is "6551".

See Also:
Constant Field Values

REMOVE_ROLE_RELATION_ERROR

public static final long REMOVE_ROLE_RELATION_ERROR

Constant specifying that error has been encountered while deleting role relationship.

The value of this constant is "6552".

See Also:
Constant Field Values

ID_NOT_NATIVE_TYPE_ERROR

public static final long ID_NOT_NATIVE_TYPE_ERROR

Constant specifying that the identity is is not of native type.

The value of this constant is 6553.

See Also:
Constant Field Values

SET_PASSWORD_ERROR

public static final long SET_PASSWORD_ERROR

Constant specifying that error has been encountered while setting password for the user.

The value of this constant is "6554".

See Also:
Constant Field Values

REMOVE_MEMBERS_ERROR

public static final long REMOVE_MEMBERS_ERROR

Constant specifying that error has been encountered while removing members.

The value of this constant is "6555".

See Also:
Constant Field Values

UPDATE_NATIVE_GROUP_ERROR

public static final long UPDATE_NATIVE_GROUP_ERROR

Constant specifying that error has been encountered while updating a group.

The value of this constant is "6556".

See Also:
Constant Field Values

UPDATE_NATIVE_USER_ERROR

public static final long UPDATE_NATIVE_USER_ERROR

Constant specifying that error has been encountered while updating a user.

The value of this constant is "6557".

See Also:
Constant Field Values

UPDATE_NATIVE_ROLE_ERROR

public static final long UPDATE_NATIVE_ROLE_ERROR

Constant specifying that error has been encountered while updating a role.

The value of this constant is "6558".

See Also:
Constant Field Values

NO_ID_FOR_ROLE_ERROR

public static final long NO_ID_FOR_ROLE_ERROR

Constant specifying that role does not have an object ID.

The value of this constant is "6559".

See Also:
Constant Field Values

DELEGATE_LIST_ERROR

public static final long DELEGATE_LIST_ERROR

Constant specifying that operations cannot be performed on delegated list when delegated mode is off.

The value of this constant is "6560".

See Also:
Constant Field Values

LIST_ALREADY_EXISTS_ERROR

public static final long LIST_ALREADY_EXISTS_ERROR

Constant specifying that error has been encountered while adding/updating a delegated list because a list by the name already exists.

The value of this constant is "6561".

See Also:
Constant Field Values

ADD_DELEGATE_LIST_ERROR

public static final long ADD_DELEGATE_LIST_ERROR

Constant specifying that error has been encountered while adding a delegated list.

The value of this constant is "6562".

See Also:
Constant Field Values

UPDATE_DELEGATE_LIST_ERROR

public static final long UPDATE_DELEGATE_LIST_ERROR

Constant specifying that error has been encountered while updating a delegated list.

The value of this constant is "6563".

See Also:
Constant Field Values

DELETE_DELEGATE_LIST_ERROR

public static final long DELETE_DELEGATE_LIST_ERROR

Constant specifying that error has been encountered while deleting a delegated list.

The value of this constant is "6564".

See Also:
Constant Field Values

GET_DELEGATE_LIST_ERROR

public static final long GET_DELEGATE_LIST_ERROR

Constant specifying that error has been encountered while getting a delegated list.

The value of this constant is "6565".

See Also:
Constant Field Values

INVALID_PRODUCT_TYPE_ERROR

public static final long INVALID_PRODUCT_TYPE_ERROR

Constant specifying that invalid product type found.

The value of this constant is "6566".

See Also:
Constant Field Values

TOKEN_ARG

public static final java.lang.String TOKEN_ARG

Constant that holds the value "error.css.arg.token", a key in the resource bundle.

See Also:
Constant Field Values

NAME_ARG

public static final java.lang.String NAME_ARG

Constant that holds the value "error.css.arg.name", a key in the resource bundle.

See Also:
Constant Field Values

FROM_APP_ID_ARG

public static final java.lang.String FROM_APP_ID_ARG

Constant that holds the value "error.css.arg.fromAppId", a key in the resource bundle.

See Also:
Constant Field Values

TO_APP_ID_ARG

public static final java.lang.String TO_APP_ID_ARG

Constant that holds the value "error.css.arg.toAppId", a key in the resource bundle.

See Also:
Constant Field Values

PRINCIPAL_ARG

public static final java.lang.String PRINCIPAL_ARG

Constant that holds the value "error.css.arg.principal", a key in the resource bundle.

See Also:
Constant Field Values

APP_ID_ARG

public static final java.lang.String APP_ID_ARG

Constant that holds the value "error.css.arg.applicationId", a key in the resource bundle.

See Also:
Constant Field Values

PROJECT_ID_ARG

public static final java.lang.String PROJECT_ID_ARG

Constant that holds the value "error.css.arg.projectId", a key in the resource bundle.

See Also:
Constant Field Values

USER_NAME_ARG

public static final java.lang.String USER_NAME_ARG

Constant that holds the value "error.css.arg.userName", a key in the resource bundle.

See Also:
Constant Field Values

USER_ID_ARG

public static final java.lang.String USER_ID_ARG

Constant that holds the value "error.css.arg.userId", a key in the resource bundle.

See Also:
Constant Field Values

BASE_LIST_ARG

public static final java.lang.String BASE_LIST_ARG

Constant that holds the value "error.css.arg.baseList", a key in the resource bundle.

See Also:
Constant Field Values

APPEND_LIST_ARG

public static final java.lang.String APPEND_LIST_ARG

Constant that holds the value "error.css.arg.appendList", a key in the resource bundle.

See Also:
Constant Field Values

GROUP_LIST_ARG

public static final java.lang.String GROUP_LIST_ARG

Constant that holds the value "error.css.arg.groupList", a key in the resource bundle.

See Also:
Constant Field Values

USER_LIST_ARG

public static final java.lang.String USER_LIST_ARG

Constant that holds the value "error.css.arg.userList", a key in the resource bundle.

See Also:
Constant Field Values

CSSUSERIF_ARG

public static final java.lang.String CSSUSERIF_ARG

Constant that holds the value "error.css.arg.cssUserIF", a key in the resource bundle.

See Also:
Constant Field Values

IDENTITY_ARG

public static final java.lang.String IDENTITY_ARG

Constant that holds the value "error.css.arg.identity", a key in the resource bundle.

See Also:
Constant Field Values

PROVIDER_TYPE_ARG

public static final java.lang.String PROVIDER_TYPE_ARG

Constant that holds the value "error.css.arg.providerType", a key in the resource bundle.

See Also:
Constant Field Values

ATTRIBUTE_NAME_ARG

public static final java.lang.String ATTRIBUTE_NAME_ARG

Constant that holds the value "error.css.arg.attributeName", a key in the resource bundle.

See Also:
Constant Field Values

ENTRY_TYPE_ARG

public static final java.lang.String ENTRY_TYPE_ARG

Constant that holds the value "error.css.arg.entryType", a key in the resource bundle.

See Also:
Constant Field Values

OBJECT_ID_ARG

public static final java.lang.String OBJECT_ID_ARG

Constant that holds the value "error.css.arg.objectID", a key in the resource bundle.

See Also:
Constant Field Values

BUNDLE_ARG

public static final java.lang.String BUNDLE_ARG

Constant that holds the value "error.css.arg.bundle", a key in the resource bundle.

See Also:
Constant Field Values

KEY_ARG

public static final java.lang.String KEY_ARG

Constant that holds the value "error.css.arg.key", a key in the resource bundle.

See Also:
Constant Field Values

DEFAULT_MESSAGE_ARG

public static final java.lang.String DEFAULT_MESSAGE_ARG

Constant that holds the value "error.css.arg.defaultMessage", a key in the resource bundle.

See Also:
Constant Field Values

LOOKUP_ARRAY_ARG

public static final java.lang.String LOOKUP_ARRAY_ARG

Constant that holds the value "error.css.arg.loopupArray", a key in the resource bundle.

See Also:
Constant Field Values

SAP_CLIENT_ARG

public static final java.lang.String SAP_CLIENT_ARG

Constant that holds the value "error.css.arg.sapclient", a key in the resource bundle.

See Also:
Constant Field Values

FUNCTION_ARG

public static final java.lang.String FUNCTION_ARG

Constant that holds the value "error.css.arg.function", a key in the resource bundle.

See Also:
Constant Field Values

GROUPS_TABLE_ARG

public static final java.lang.String GROUPS_TABLE_ARG

Constant that holds the value "error.css.arg.groupsTable", a key in the resource bundle.

See Also:
Constant Field Values

ENVIRONMENT_ARG

public static final java.lang.String ENVIRONMENT_ARG

Constant that holds the value "error.css.arg.environment", a key in the resource bundle.

See Also:
Constant Field Values

CONTEXT_ARG

public static final java.lang.String CONTEXT_ARG

Constant that holds the value "context", a key in the resource bundle.

See Also:
Constant Field Values

LOGIN_NAME_ARG

public static final java.lang.String LOGIN_NAME_ARG

Constant that holds the value "loginName", a key in the resource bundle.

See Also:
Constant Field Values

EMAIL_ARG

public static final java.lang.String EMAIL_ARG

Constant that holds the value "email", a key in the resource bundle.

See Also:
Constant Field Values

FIRST_NAME_ARG

public static final java.lang.String FIRST_NAME_ARG

Constant that holds the value "firstName", a key in the resource bundle.

See Also:
Constant Field Values

LAST_NAME_ARG

public static final java.lang.String LAST_NAME_ARG

Constant that holds the value "lastName", a key in the resource bundle.

See Also:
Constant Field Values

PRODUCT_TYPE_ARG

public static final java.lang.String PRODUCT_TYPE_ARG

Constant that holds the value "productType", a key in the resource bundle.

See Also:
Constant Field Values

OLD_PASSWORD_ARG

public static final java.lang.String OLD_PASSWORD_ARG

Constant that holds the value "oldPassword", a key in the resource bundle.

See Also:
Constant Field Values

NEW_PASSWORD_ARG

public static final java.lang.String NEW_PASSWORD_ARG

Constant that holds the value "newPassword", a key in the resource bundle.

See Also:
Constant Field Values

PASSWORD_ARG

public static final java.lang.String PASSWORD_ARG

Constant that holds the value "password", a key in the resource bundle.

See Also:
Constant Field Values

GROUP_NAME_ARG

public static final java.lang.String GROUP_NAME_ARG

Constant that holds the value "groupName", a key in the resource bundle.

See Also:
Constant Field Values

ROLE_NAME_ARG

public static final java.lang.String ROLE_NAME_ARG

Constant that holds the value "roleName", a key in the resource bundle.

See Also:
Constant Field Values

DELEGATED_LIST_NAME_ARG

public static final java.lang.String DELEGATED_LIST_NAME_ARG

Constant that holds the value "delListName", a key in the resource bundle.

See Also:
Constant Field Values

IDENTITIES_ARG

public static final java.lang.String IDENTITIES_ARG

Constant that holds the value "identities", a key in the resource bundle.

See Also:
Constant Field Values

ROLE_INFO_ARG

public static final java.lang.String ROLE_INFO_ARG

Constant that holds the value "error.css.arg.roleInfo", a key in the resource bundle.

See Also:
Constant Field Values

ENTRY_IDENTITIES_ARG

public static final java.lang.String ENTRY_IDENTITIES_ARG

Constant that holds the value "entryIds", a key in the resource bundle.

See Also:
Constant Field Values

CREATION_TIME_ARG

public static final java.lang.String CREATION_TIME_ARG

Constant that holds the value "error.css.arg.creationTime", a key in the resource bundle.

See Also:
Constant Field Values

LOG_LEVEL_ARG

public static final java.lang.String LOG_LEVEL_ARG

Constant that holds the value "log level", a key in the resource bundle.

See Also:
Constant Field Values

GROUP_INFO_ARG

public static final java.lang.String GROUP_INFO_ARG

Constant that holds the value "error.css.arg.groupInfo", a key in the resource bundle.

See Also:
Constant Field Values

CSS_XML_ARG

public static final java.lang.String CSS_XML_ARG

Constant that holds the value "CSS XML", a key in the resource bundle.

See Also:
Constant Field Values

USER_INFO_ARG

public static final java.lang.String USER_INFO_ARG

Constant that holds the value "error.css.arg.userInfo", a key in the resource bundle.

See Also:
Constant Field Values

USER_ARG

public static final java.lang.String USER_ARG

Constant that holds the value "error.css.arg.user", a key in the resource bundle.

See Also:
Constant Field Values

DOMAIN_ARG

public static final java.lang.String DOMAIN_ARG

Constant that holds the value "error.css.arg.domain", a key in the resource bundle.

See Also:
Constant Field Values

OBJECTCLASS_ARG

public static final java.lang.String OBJECTCLASS_ARG

Constant that holds the value "error.css.arg.objectclass", a key in the resource bundle.

See Also:
Constant Field Values

DIR_CONTEXT_ARG

public static final java.lang.String DIR_CONTEXT_ARG

Constant that holds the value "error.css.arg.directoryContext", a key in the resource bundle.

See Also:
Constant Field Values

RDN_ARG

public static final java.lang.String RDN_ARG

Constant that holds the value "error.css.arg.rdn", a key in the resource bundle.

See Also:
Constant Field Values

URL_ARG

public static final java.lang.String URL_ARG

Constant that holds the value "error.css.arg.url", a key in the resource bundle.

See Also:
Constant Field Values

APP_INSTANCE_ARG

public static final java.lang.String APP_INSTANCE_ARG

Constant that holds the value "error.css.arg.appInstance", a key in the resource bundle.

See Also:
Constant Field Values

GROUP_IDS_ARG

public static final java.lang.String GROUP_IDS_ARG

Constant that holds the value "error.css.arg.groupIds", a key in the resource bundle.

See Also:
Constant Field Values

USER_IDS_ARG

public static final java.lang.String USER_IDS_ARG

Constant that holds the value "error.css.arg.userIds", a key in the resource bundle.

See Also:
Constant Field Values

ENTRY_IDENTITY_ARG

public static final java.lang.String ENTRY_IDENTITY_ARG

Constant that holds the value "error.css.arg.entryIdentity", a key in the resource bundle.

See Also:
Constant Field Values

APP_IDS_ARG

public static final java.lang.String APP_IDS_ARG

Constant that holds the value "error.css.arg.appIds", a key in the resource bundle.

See Also:
Constant Field Values

ROLE_ARG

public static final java.lang.String ROLE_ARG

Constant that holds the value "error.css.arg.role", a key in the resource bundle.

See Also:
Constant Field Values

XML_IN_STREAM_ARG

public static final java.lang.String XML_IN_STREAM_ARG

Constant that holds the value "error.css.arg.xmlIn", a key in the resource bundle.

See Also:
Constant Field Values

APP_CALL_BACK_URL_ARG

public static final java.lang.String APP_CALL_BACK_URL_ARG

Constant that holds the value "error.css.arg.error.css.arg.appCallBackUrl", a key in the resource bundle.

See Also:
Constant Field Values

CONFIG_URL_ARG

public static final java.lang.String CONFIG_URL_ARG

Constant that holds the value "error.css.arg.configUrl", a key in the resource bundle.

See Also:
Constant Field Values

CREATE_ROLE

public static final java.lang.String CREATE_ROLE
Constant that holds the value "error.css.arg.operation.createRole", a key in the resource bundle.

See Also:
Constant Field Values

UPDATE_USER_GRP_MBR

public static final java.lang.String UPDATE_USER_GRP_MBR
Constant that holds the value "error.css.arg.operation.updateUsrGrpMbr", a key in the resource bundle.

See Also:
Constant Field Values


Copyright © 2005-2009 Oracle Corporation.