|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
public static final java.lang.String errorMessageBundleName
public static final java.lang.String ERROR_KEY_PREFIX
public static final java.lang.String ERROR_ARG_PREFIX
public static final long GENERAL_ERROR
Constant specifying for any general error occurred.
The value of this constant is "1000".
public static final long INVALID_ARGUMENT_ERROR
Constant that specifies an illegal argument to a method.
The value of this constant is "1001".
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".
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".
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".
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".
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".
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".
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".
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".
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".
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".
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".
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".
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".
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".
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".
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".
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".
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".;
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".;
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".
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".
public static final long USER_NOT_PROVISIONED_ERROR
Constant specifying that the User is not provisioned.
The value of this constant is "1044".
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".
public static final long GROUP_NOT_PROVISIONED_ERROR
Constant specifying that the Group is not provisioned.
The value of this constant is "1045".
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".
public static final long ENTITY_ALREADY_EXISTS_ERROR
Constant specifying that the entity already exists.
The value of this constant is "1047".
public static final long ROLLBACK_ERROR
Constant specifying that enveloping transacation needs to be rolled back.
The value of this constant is "1048".
public static final long BAD_PASSWORD_ERROR
The password is invalid for specified user account.
The value of this constant is "1049".
public static final long ACCOUNT_LOCKED_ERROR
The specified account has been locked.
The value of this constant is "1050".
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".
public static final long PASSWORD_EXPIRED_ERROR
The password for the specified account has expired.
The value of this constant is "1052".
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".
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".
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".
public static final long ACCOUNT_DISABLED
The specified account has been disabled.
The value of this constant is "1056".
public static final long ACCOUNT_INACTIVE
The specified account is inactive.
The value of this constant is "1057".
public static final long NULL_PASSWORD
The specified password is null.
The value of this constant is "1058".
public static final long DIRECTORY_NOT_INITIALIZED_ERROR
Constant specifying that Provider is not initialized.
The value of this constant is "1059".
public static final long PROVIDER_COMMUNICATION_ERROR
Constant specifying the user not available.
The value of this constant is 1062.
public static final long GROUP_IDENTITY_SEARCH_ERROR
Exception while searching group with identity.
The value of this constant is 1063.
public static final long USER_IDENTITY_SEARCH_ERROR
Exception while searching user with identity.
The value of this constant is 1064.
public static final long INVALID_IDENTITY_DETAIL_ERROR
Incalid Identity
The value of this constant is 1065.
public static final long PASSWORD_WILL_EXPIRE_TODAY_ERROR
public static final long PASSWORD_POLICY_ERROR
public static final long PASSWORD_MIN_LENGTH_VIOLATION_ERROR
The specified password does not meet the minimum length criteria.
public static final long PASSWORD_ALPHA_NUMERIC_VIOLATION_ERROR
The specified password does not meet the minimum number of alpha-numeric characters criteria.
public static final long PASSWORD_ILLEGAL_ERROR
The specified password is illegal.
public static final long PASSWORD_MAX_RPT_CHARS_VIOLATION_ERROR
The specified password exceeds the maximum repeated characters allowed.
public static final long PASSWORD_MIN_UPPERCASE_VIOLATION_ERROR
The specified password does not meet the minimum number of uppercase criteria.
public static final long PASSWORD_MIN_LOWERCASE_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.
public static final long PASSWORD_MIN_ALPHABETIC_CHARS_VIOLATION_ERROR
The specified password does not meet the minimum number of alphabetical chars criteria.
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.
public static final long PASSWORD_MIN_AGE_SELFMODIFY_ERROR
The specified password cannot be modified Pwd min age self modify.
public static final long METHOD_NOT_IMPELEMENTED_ERROR
Constant specifying that a method is not implemented
The value of this constant is "1078".
public static final long CIRCULAR_DEPENDENCY_ERROR
Constant specifying a circular dependency exception.
The value of this constant is "1079".
public static final long AUTHORIZATION_ERROR
Constant specifying an authorization exception.
The value of this constant is "1080".
public static final long REGISTRATION_ERROR
Constant specifying a registration exception.
The value of this constant is "1081".
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".
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".
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".
public static final long INVALID_TRUSTED_SERVICE_KEY
Constant specifying that Invalid Service Request.
The value of this constant is "1085".
public static final long TOKEN_CANNOT_BE_CREATED
Constant specifying that Unable to construct token.
The value of this constant is "1086".
public static final long REGISTRY_WRITE_ERROR
Constant specifying that Registry write exception.
The value of this constant is "1087".
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".
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".
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".
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".
public static final long REGISTRY_INTIALIZATION_ERROR
Constant specifying Error initializing Registry.
The value of this constant is "1092".
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".
public static final long COMMAND_EXECUTION_ERROR
Command execution error.
The value of this constant is "1094".
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".
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".
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".
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".
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".
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".
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".
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".
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".
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".
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".
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".
public static final long MALFORMED_URL_ERROR
Constant specifying that the malformed URL passed.
The value of this constant is "1107".
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".
public static final long SOCKET_TIMEOUT_ERROR
Socket time out error
The value of this constant is "1109".
public static final long INVALID_URL_ERROR
Invalid URL
The value of this constant is "1110".
public static final long UNKNOWN_HOST_ERROR
Unknown host error
The value of this constant is "1111".
public static final long CONNECTION_FAILED_ERROR
Connection failed error
The value of this constant is "1112".
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".
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".
public static final long INVALID_HTTP_HEADER_ERROR
Custom HTTP Header Name cannot be null or empty
The value of this constant is "1115".
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".
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".
public static final long CUSTOM_LOGIN_CLASS_INSTANTIATE_ERROR
Could not instantiate custom login class
The value of this constant is "1118".
public static final long ATTRIBUTE_NOT_DETERMINED_ERROR
Constant specifying that an attribute cannot be determined
The value of this constant is "1119".
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".
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".
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".
public static final long GROUP_ALRDY_PARENT_ERROR
Constant specifying that group is already a parent
The value of this constant is "1123".
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".
public static final long GROUP_ALRDY_CHILD_ERROR
Constant specifying that group is already a child
The value of this constant is "1125".
public static final long WRLD_GRP_RESERVED_ERROR
Constant specifying that world group cannot br removed
The value of this constant is "1126".
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".
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.
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".
public static final long INVALID_ACCESS_TYPE_ERROR
Constant specifying that access type is invalid
The value of this constant is "1130".
public static final long MALFORMED_SCHEMA_ERROR
Constant specifying that schama is invalid
The value of this constant is "1131".
public static final long STRING_TRANSLATION_ERROR
Constant specifying that the input string cannot be translated
The value of this constant is "1132".
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".
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".
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".
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".
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".
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".
public static final long METHOD_NOT_SUPPORTED_ERROR
Constant specifying that a method is not supporrted
The value of this constant is "1139".
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".
public static final long CSS_DLL_ERROR
Exception encountered in DLL
The value of this constant is "1141".
public static final long NEXT_LEVEL_NODE_NULL_ERROR
Next level cannot be null
The value of this constant is "1142".
public static final long PREV_LEVEL_NODE_NULL_ERROR
Previous level cannot be null
The value of this constant is "1143".
public static final long LOAD_PROPERTIES_ERROR
environemnt propertiesi error
The value of this constant is "1144".
public static final long SAVE_PROPERTIES_ERROR
properties save error
The value of this constant is "1145".
public static final long INVALID_BASE64_BYTE_ERROR
byte is not of type base64 error
The value of this constant is "1146".
public static final long INVALID_FILE_ERROR
invalid file error
The value of this constant is "1147".
public static final long INVALID_CLASS_LOADER_ERROR
Invalid class loader
The value of this constant is "1148".
public static final long RESOURCE_STREAM_UNAVAILABLE_ERROR
Resource stream unavailabale
The value of this constant is "1149".
public static final long CREATE_CSSUID_ERROR
create CSSUID error
The value of this constant is "1150".
public static final long PASSWORD_VALIDATE_ERROR
Constant specifying that error was encountered while validating password
The value of this constant is "1151".
public static final long WRLD_GRP_FOUND_ERROR
Constant specifying that the specified that WORLD Group found.
The value of this constant is "1152".
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".
public static final long CUSTOM_AUTHENTICATION_ERROR
Constant specifying that Custom Authentication Failed
The value of this constant is "1154".
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".
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".
public static final long NV_DOWN_ERROR
Constant specifying that Native Directory is not reachable.
The value of this constant is "3008".
public static final long PROVIDER_NOT_INITIALIZED_ERROR
Constant specifying that Provider is not initialized.
The value of this constant is "3022".
public static final long SEARCH_ORDER_NOT_CONFIGURED_ERROR
Constant specifying search order not configured.
The value of this constant is "3023".
public static final long LOGGER_PROPERTIES_NOT_FOUND_ERROR
Constant specifying logger properties not found.
The value of this constant is "3024".
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".
public static final long CLASS_LOADER_UNAVAILABLE_ERROR
The class loader is not available.
The value of this constant is "3502".
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".
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".
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".
public static final long IO_ERROR
Constant specifying that the There was an IO error in Configuration.
The value of this constant is "3505".
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".
public static final long INVALID_CREDENTIALS_ERROR
Constant specifying that the UserDN , password are invalid
The value of this constant is "3507".
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".
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".
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".
public static final long INVALID_PORT_ERROR
Constant specifying that the port is invalid invalid
The value of this constant is "3511".
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".
public static final long INVALID_CONFIG_ERROR
Constant specifying invalid configuration
The value of this constant is "3513".
public static final long ANONY_BIND_NOT_SUPRTD_ERROR
Constant specifying anonymous bind is not supported
The value of this constant is "3514".
public static final long INVALID_BASEDN_ERROR
Constant specifying invalid base dn
The value of this constant is "3515".
public static final long INVALID_PROVIDER_TYPE_ERROR
Constant specifying invalid provider type
The value of this constant is "3516".
public static final long INVALID_ID_ATTR_ERROR
Constant specifying invalid identity attribute
The value of this constant is "3517".
public static final long INVALID_USER_FILTER_ERROR
Constant specifying invalid user filter
The value of this constant is "3518".
public static final long INVALID_ATTRS_ERROR
Constant specifying invalid attributes
The value of this constant is "3519".
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".
public static final long INVALID_GRP_FILTR_ERROR
Constant specifying group filter is invalid
The value of this constant is "3521".
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".
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".
public static final long PRIMARY_GROUP_ID_ERROR
Primary Group ID
The value of this constant is "4501".
public static final long MSAD_ATTRIBUTE_ERROR
MSAD attribute exception
The value of this constant is "4502".
public static final long USER_ACCOUNT_EXPIRED_ERROR
User account expired
The value of this constant is "4503".
public static final long MSAD_PAGINATION_ERROR
MSAD Pagination error
The value of this constant is "4504".
public static final long DOMAIN_CONTROLLER_NOT_FOUND_ERROR
No connected DCs
The value of this constant is "4505".
public static final long INVALID_SID_ERROR
Invalid SI error
The value of this constant is "4506".
public static final long DB_POOL_COMMUNICATION_ERROR
Exception while using DB pool.
The value of this constant is 5001.
public static final long DB_NOT_AVAILABLE_ERROR
Database is not available.
The value of this constant is 5002.
public static final long DB_GET_POOL_ERROR
Failed to get DB pool.
The value of this constant is 5003.
public static final long DB_INCOMPATIBLE_PROVIDER_ERROR
Incompatible DB provider.
The value of this constant is 5004.
public static final long UNABLE_TO_FIND_CONTROLLER_FOR_DOMAIN_ERROR
Controller not found for domain
The value of this constant is "5502".
public static final long NTLM_REMOTE_ERROR
remote exception for NTLM HRAM
The value of this constant is "5503".
public static final long REMOTE_SERVER_COMMUNICATION_ERROR
Failed to connect to remote NTLM
The value of this constant is "5504".
public static final long SAP_POOL_CREATE_ERROR
Unable to create SAP Pool
The value of this constant is "6001".
public static final long SAP_ARCHIVE_ABSENT_ERROR
No archive present for SAP
The value of this constant is "6002".
public static final long SAP_FUNCTION_CREATE_ERROR
Unable to create function
The value of this constant is "6003".
public static final long SAP_AUTHENTICATION_ERROR
SAP authentication failure
The value of this constant is "6004".
public static final long INVALID_SAP_TICKET_ERROR
Invalid SAP ticket
The value of this constant is "6005".
public static final long INVALID_SAP_KEYSTORE_ERROR
Invalid SAP key store
The value of this constant is "6006".
public static final long SAP_CERTIFICATE_LOAD_ERROR
Invalid SAP certificate
The value of this constant is "6007".
public static final long SAP_KEYSTORE_PERMISSION_ERROR
SAP keystore permission
The value of this constant is "6008".
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".
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".
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".
public static final long PASSWORD_MISMATCH_ERROR
Constant specifying that the password doesnt match
The value of this constant is "6503".
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".
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".
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".
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".
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".
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".
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".
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".
public static final long ROLE_NOT_FOUND_ERROR
Exception while searching role with identity.
The value of this constant is 6512.
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".
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".
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.
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".
public static final long PRODUCT_MISMATCH_ERROR
Constant specifying that product codes does not match
The value of this constant is "6517".
public static final long INVALID_APP_ID_ERROR
Constant specifying that application id is invalid
The value of this constant is "6518".
public static final long APP_NOT_FOUND_ERROR
Constant specifying that target application does not exist
The value of this constant is "6519".
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".
public static final long PROJECT_DOES_NOT_EXIST_ERROR
Constant specifying that target project does not exist
The value of this constant is "6521".
public static final long REMOVE_PROJECT_FAILED_ERROR
Constant specifying that target project cannot be removed
The value of this constant is "6523".
public static final long REMOVE_APP_FAILED_ERROR
Constant specifying that target application cannot be removed
The value of this constant is "6524".
public static final long INVALID_PROJECT_ID_ERROR
Constant specifying that application id is invalid
The value of this constant is "6525".
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".
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".
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".
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".
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".
public static final long MOVE_APP_ERROR
Constant specifying that error was encountered while moving application
The value of this constant is "6531".
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".
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".
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".
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".
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".
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".
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".
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".
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".
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".
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".
public static final long EMAIL_NOT_VALID_ERROR
Constant specifying that email passed is invalid.
The value of this constant is "6542".
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".
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".
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".
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".
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".
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".
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".
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".
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".
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".
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.
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".
public static final long REMOVE_MEMBERS_ERROR
Constant specifying that error has been encountered while removing members.
The value of this constant is "6555".
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".
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".
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".
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".
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".
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".
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".
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".
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".
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".
public static final long INVALID_PRODUCT_TYPE_ERROR
Constant specifying that invalid product type found.
The value of this constant is "6566".
public static final java.lang.String TOKEN_ARG
Constant that holds the value "error.css.arg.token", a key in the resource bundle.
public static final java.lang.String NAME_ARG
Constant that holds the value "error.css.arg.name", a key in the resource bundle.
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.
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.
public static final java.lang.String PRINCIPAL_ARG
Constant that holds the value "error.css.arg.principal", a key in the resource bundle.
public static final java.lang.String APP_ID_ARG
Constant that holds the value "error.css.arg.applicationId", a key in the resource bundle.
public static final java.lang.String PROJECT_ID_ARG
Constant that holds the value "error.css.arg.projectId", a key in the resource bundle.
public static final java.lang.String USER_NAME_ARG
Constant that holds the value "error.css.arg.userName", a key in the resource bundle.
public static final java.lang.String USER_ID_ARG
Constant that holds the value "error.css.arg.userId", a key in the resource bundle.
public static final java.lang.String BASE_LIST_ARG
Constant that holds the value "error.css.arg.baseList", a key in the resource bundle.
public static final java.lang.String APPEND_LIST_ARG
Constant that holds the value "error.css.arg.appendList", a key in the resource bundle.
public static final java.lang.String GROUP_LIST_ARG
Constant that holds the value "error.css.arg.groupList", a key in the resource bundle.
public static final java.lang.String USER_LIST_ARG
Constant that holds the value "error.css.arg.userList", a key in the resource bundle.
public static final java.lang.String CSSUSERIF_ARG
Constant that holds the value "error.css.arg.cssUserIF", a key in the resource bundle.
public static final java.lang.String IDENTITY_ARG
Constant that holds the value "error.css.arg.identity", a key in the resource bundle.
public static final java.lang.String PROVIDER_TYPE_ARG
Constant that holds the value "error.css.arg.providerType", a key in the resource bundle.
public static final java.lang.String ATTRIBUTE_NAME_ARG
Constant that holds the value "error.css.arg.attributeName", a key in the resource bundle.
public static final java.lang.String ENTRY_TYPE_ARG
Constant that holds the value "error.css.arg.entryType", a key in the resource bundle.
public static final java.lang.String OBJECT_ID_ARG
Constant that holds the value "error.css.arg.objectID", a key in the resource bundle.
public static final java.lang.String BUNDLE_ARG
Constant that holds the value "error.css.arg.bundle", a key in the resource bundle.
public static final java.lang.String KEY_ARG
Constant that holds the value "error.css.arg.key", a key in the resource bundle.
public static final java.lang.String DEFAULT_MESSAGE_ARG
Constant that holds the value "error.css.arg.defaultMessage", a key in the resource bundle.
public static final java.lang.String LOOKUP_ARRAY_ARG
Constant that holds the value "error.css.arg.loopupArray", a key in the resource bundle.
public static final java.lang.String SAP_CLIENT_ARG
Constant that holds the value "error.css.arg.sapclient", a key in the resource bundle.
public static final java.lang.String FUNCTION_ARG
Constant that holds the value "error.css.arg.function", a key in the resource bundle.
public static final java.lang.String GROUPS_TABLE_ARG
Constant that holds the value "error.css.arg.groupsTable", a key in the resource bundle.
public static final java.lang.String ENVIRONMENT_ARG
Constant that holds the value "error.css.arg.environment", a key in the resource bundle.
public static final java.lang.String CONTEXT_ARG
Constant that holds the value "context", a key in the resource bundle.
public static final java.lang.String LOGIN_NAME_ARG
Constant that holds the value "loginName", a key in the resource bundle.
public static final java.lang.String EMAIL_ARG
Constant that holds the value "email", a key in the resource bundle.
public static final java.lang.String FIRST_NAME_ARG
Constant that holds the value "firstName", a key in the resource bundle.
public static final java.lang.String LAST_NAME_ARG
Constant that holds the value "lastName", a key in the resource bundle.
public static final java.lang.String PRODUCT_TYPE_ARG
Constant that holds the value "productType", a key in the resource bundle.
public static final java.lang.String OLD_PASSWORD_ARG
Constant that holds the value "oldPassword", a key in the resource bundle.
public static final java.lang.String NEW_PASSWORD_ARG
Constant that holds the value "newPassword", a key in the resource bundle.
public static final java.lang.String PASSWORD_ARG
Constant that holds the value "password", a key in the resource bundle.
public static final java.lang.String GROUP_NAME_ARG
Constant that holds the value "groupName", a key in the resource bundle.
public static final java.lang.String ROLE_NAME_ARG
Constant that holds the value "roleName", a key in the resource bundle.
public static final java.lang.String DELEGATED_LIST_NAME_ARG
Constant that holds the value "delListName", a key in the resource bundle.
public static final java.lang.String IDENTITIES_ARG
Constant that holds the value "identities", a key in the resource bundle.
public static final java.lang.String ROLE_INFO_ARG
Constant that holds the value "error.css.arg.roleInfo", a key in the resource bundle.
public static final java.lang.String ENTRY_IDENTITIES_ARG
Constant that holds the value "entryIds", a key in the resource bundle.
public static final java.lang.String CREATION_TIME_ARG
Constant that holds the value "error.css.arg.creationTime", a key in the resource bundle.
public static final java.lang.String LOG_LEVEL_ARG
Constant that holds the value "log level", a key in the resource bundle.
public static final java.lang.String GROUP_INFO_ARG
Constant that holds the value "error.css.arg.groupInfo", a key in the resource bundle.
public static final java.lang.String CSS_XML_ARG
Constant that holds the value "CSS XML", a key in the resource bundle.
public static final java.lang.String USER_INFO_ARG
Constant that holds the value "error.css.arg.userInfo", a key in the resource bundle.
public static final java.lang.String USER_ARG
Constant that holds the value "error.css.arg.user", a key in the resource bundle.
public static final java.lang.String DOMAIN_ARG
Constant that holds the value "error.css.arg.domain", a key in the resource bundle.
public static final java.lang.String OBJECTCLASS_ARG
Constant that holds the value "error.css.arg.objectclass", a key in the resource bundle.
public static final java.lang.String DIR_CONTEXT_ARG
Constant that holds the value "error.css.arg.directoryContext", a key in the resource bundle.
public static final java.lang.String RDN_ARG
Constant that holds the value "error.css.arg.rdn", a key in the resource bundle.
public static final java.lang.String URL_ARG
Constant that holds the value "error.css.arg.url", a key in the resource bundle.
public static final java.lang.String APP_INSTANCE_ARG
Constant that holds the value "error.css.arg.appInstance", a key in the resource bundle.
public static final java.lang.String GROUP_IDS_ARG
Constant that holds the value "error.css.arg.groupIds", a key in the resource bundle.
public static final java.lang.String USER_IDS_ARG
Constant that holds the value "error.css.arg.userIds", a key in the resource bundle.
public static final java.lang.String ENTRY_IDENTITY_ARG
Constant that holds the value "error.css.arg.entryIdentity", a key in the resource bundle.
public static final java.lang.String APP_IDS_ARG
Constant that holds the value "error.css.arg.appIds", a key in the resource bundle.
public static final java.lang.String ROLE_ARG
Constant that holds the value "error.css.arg.role", a key in the resource bundle.
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.
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.
public static final java.lang.String CONFIG_URL_ARG
Constant that holds the value "error.css.arg.configUrl", a key in the resource bundle.
public static final java.lang.String CREATE_ROLE
public static final java.lang.String UPDATE_USER_GRP_MBR
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |