jeaf.services.jeaf-user-management-services.1.6.6.source-code.UserManagementMessages.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE Root PUBLIC "MessageData" "MessageData.dtd"> <Root> <ClassInfo author="JEAF Development Team" className="UserManagementMessages" description="Class for error codes for JEAF User Management Service" package="com.anaptecs.jeaf.services.usermanagement" version="1.0" /> <MessageFolder name="User Management Service"> <Message defaultText="Encryption algorithm ''{0}'' is not supported." description="Error code is used to indicate that an encryption algorithm is not supported." messageID="4200" name="NO_SUCH_ALGORITHM_ERROR" traceLevel="ERROR" type="ERROR" /> <Message defaultText="Encoding is not supported" description="Error code is used to indicate that an encoding isn't possible." messageID="4201" name="UNSUPPORTED_ENCODING_ERROR" traceLevel="ERROR" type="ERROR" /> <Message defaultText="The combination of user name and password is not valid for user ''{0}''." description="Error code is used to indicate that the login failed because the password is invalid." messageID="4202" name="INVALID_PASSWORD" traceLevel="ERROR" type="ERROR" /> <Message defaultText="Your authorization is invalid" description="Error code is used to indicate that the assignment failed because the authorization is invalid." messageID="4203" name="INVALID_AUTHORIZATION" traceLevel="ERROR" type="ERROR" /> <Message defaultText="Your user account is invalid" description="Error code is used to indicate that the assignment failed because the userAccount is invalid." messageID="4204" name="INVALID_USERACCOUNT" traceLevel="ERROR" type="ERROR" /> <Message defaultText="Role association is invalid" description="Error code is used to indicate that the assignment failed because the RoleAssociation is invalid." messageID="4205" name="INVALID_ROLEASSOCIATION" traceLevel="ERROR" type="ERROR" /> <Message defaultText="Your password is expired" description="Error code is used to indicate that the login failed because the password is expired." messageID="4206" name="PASSWORD_EXPIRED" traceLevel="ERROR" type="ERROR" /> <Message defaultText="Your account is locked" description="Error code is used to indicate that the login failed because the UserAccount has been locked." messageID="4207" name="ACCOUNT_LOCKED" traceLevel="ERROR" type="ERROR" /> <Message defaultText="Your user account is expired" description="Error code is used to indicate that the login failed because the UserAccount is expired." messageID="4208" name="ACCOUNT_EXPIRED" traceLevel="ERROR" type="ERROR" /> <Message defaultText="User account ''{0}'' does not exist in the database." description="Error code is used to indicate that the login failed because the UserAccoutn does not exist." messageID="4209" name="ACCOUNT_DOES_NOT_EXIST" traceLevel="ERROR" type="ERROR" /> <Message defaultText="Object must be unique on the database." description="Error code is used to indicate that the search got more than one result but the Object is unique." messageID="4210" name="OBJECT_NOT_UNIQUE" traceLevel="ERROR" type="ERROR" /> <Message defaultText="The object with the id ''{0}'' and name ''{1}'' was already imported to the database." description="Error code is used to indicate that the object already exists on the database." messageID="4211" name="OBJECT_ALREADY_EXISTS" traceLevel="ERROR" type="ERROR" /> <Message defaultText="JEAF Login Module doe not support ''{0}'' as runtime environment" description="Error code is used to indicate that the JEAFLoginModule is used in a not supported runtime environment." messageID="4212" name="UNSUPPORTED_RUNTIME" traceLevel="ERROR" type="ERROR" /> <Message defaultText="Imported AuthorizationType ''{0}''" description="Information about which AuthorizationType was imported." messageID="4213" name="IMPORTED_AUTHORIZATIONTYPES" traceLevel="INFO" type="INFO" /> <Message defaultText="Imported RoleDefinition ''{0}''" description="Information about which RoleDefinition was imported." messageID="4214" name="IMPORTED_ROLEDEFINITIONS" traceLevel="INFO" type="INFO" /> <Message defaultText="Skipped AuthorizationType ''{0}''" description="Information about which AuthorizationType was skipped." messageID="4215" name="SKIPPED_AUTHORIZATIONTYPES" traceLevel="INFO" type="INFO" /> <Message defaultText="Skipped RoleDefinition ''{0}''" description="Information about which RoleDefinition was skipped." messageID="4216" name="SKIPPED_ROLEDEFINITIONS" traceLevel="INFO" type="INFO" /> <Message defaultText="Imported Person ''{0}''" description="Information about which Person was imported." messageID="4217" name="IMPORTED_PERSONS" traceLevel="INFO" type="INFO" /> <Message defaultText="Imported UserAccount ''{0}''" description="Information about which UserAccount was imported." messageID="4218" name="IMPORTED_USERACCOUNTS" traceLevel="INFO" type="INFO" /> <Message defaultText="Updated UserAccount ''{0}''" description="Information about which UserAccount was updated" messageID="4219" name="UPDATED_USERACCOUNTS" traceLevel="INFO" type="INFO" /> <Message defaultText="User account is already activated." description="Error code is used to indicate that the activation failed because the UserAccoutn is already activated." messageID="4220" name="ACCOUNT_ALREADY_ACTIVATED" traceLevel="ERROR" type="ERROR" /> <Message defaultText="Invalid activation token. The used token does not belong to the current user." description="Error code is used to indicate that the login failed because an incorrect token was used for activation." messageID="4221" name="WRONG_ACTIVATION_TOKEN" traceLevel="ERROR" type="ERROR" /> <Message defaultText="The address type ''{0}'' could not be found." description="Error code is used to indicate that the search for an address type failed." messageID="4222" name="ADDRESS_TYPE_NOT_FOUND" traceLevel="ERROR" type="ERROR" /> <Message defaultText="The role definition ''{0}'' could not be found." description="Error code is used to indicate that the search for a role definition failed." messageID="4223" name="ROLE_DEFINITION_NOT_FOUND" traceLevel="ERROR" type="ERROR" /> <Message defaultText="The address subtype ''{0}'' is no valid address subtype of the address type ''{1}''." description="Error code is used to indicate that the address subtype is no address subtype of the address type." messageID="4224" name="INVALID_ADDRESS_SUBTYPE" traceLevel="ERROR" type="ERROR" /> <Message defaultText="The state ''{0}'' is no valid state of the country ''{1}''." description="Error code is used to indicate that the state is no state of the country." messageID="4225" name="INVALID_STATE" traceLevel="ERROR" type="ERROR" /> <Message defaultText="The new password does not match the password pattern ''{0}''." description="Error code is used to indicate that the password doesn't macth a certain pattern." messageID="4226" name="INVALID_PASSWORD_PATTERN" traceLevel="ERROR" type="ERROR" /> <Message defaultText="User account with login name ''{0}'' already exists. Please try another login name." description="Error code is used to indicate that a user account can not be created as the login name is already in use." messageID="4227" name="ACCOUNT_ALREADY_EXISTS" traceLevel="ERROR" type="ERROR" /> <Message defaultText="The email address ''{0}'' is already in use by another user." messageID="4228" name="EMAIL_ADDRESS_ALREADY_EXISTS" traceLevel="ERROR" type="ERROR"> <LocalizedMessage country="" language="de" localizedText="Die E-Mail Adresse ''{0}'' wird bereits von einem anderen Benutzer verwendet." variant="" /> </Message> <Message defaultText="Invalid token. A link status with the given token does not exist." description="Error code is used to indicate that the update of the linked person failed because an incorrect token was used for the update." messageID="4229" name="WRONG_LINK_STATUS_TOKEN" traceLevel="ERROR" type="ERROR"> <LocalizedMessage country="" language="de" localizedText="Ungültiges Token. Ein Link Status mit dem Token ist nicht vorhanden." variant="" /> </Message> <Message defaultText="Created new login modul for security domain ''{0}''." description="Messages with this message id are traced when a new instance of a JEAF Login Module is created." messageID="4230" name="SECURITY_DOMAIN" traceLevel="INFO" type="INFO" /> <Message defaultText="Trying to login user ''{0}''." description="Messages with this message id are traced a user tries to login." messageID="4231" name="TRYING_LOGIN" traceLevel="INFO" type="INFO" /> <Message defaultText="Login of user ''{0}'' successful." description="Messages with this message id are traced if the login of user was successful." messageID="4232" name="LOGIN_SUCCESSFUL" traceLevel="INFO" type="INFO" /> <Message defaultText="Login of user 'ANONYMOUS' successful." description="Messages with this message id are traced if the login of user a anonymous user was successful." messageID="4233" name="ANONYMOUS_LOGIN" traceLevel="INFO" type="INFO" /> <Message defaultText="Completed second phase of login process. Added principal of user ''{0}'' to subject." description="Messages with this message id are traced if the login of user a anonymous user was successful." messageID="4234" name="COMMIT_SUCCESSFUL" traceLevel="INFO" type="INFO" /> <Message defaultText="Using workaround for ''Principal Propagation Bug'' in JBoss. Disable this feature htrough the system property enablePrincipalPropagationWorkaround as sson as possible. For further detailos see https://jira.jboss.org/browse/EJBTHREE-1756 and http://community.jboss.org/message/141590" description="Messages with this message id are traced if if the workaround for a principal propagation bug in JBoss is enabled." messageID="4235" name="PRINCIPAL_PROPAGATION_WORKAROUND_MESSAGE" traceLevel="WARN" type="INFO" /> <Message defaultText="Principal propagation workaround is not working. No JEAFUserPrincipal available for user ''{0}''. This is caused by a wrong configuration of the application server. Probably the session affinity is not defined." description="Exceptions with this error code are thrown if the workaround for a principal propagation bug in JBoss is not working due to a wrong configuration of the application server." messageID="4236" name="NO_JEAF_USER_PRINCIPAL_FOUND" traceLevel="ERROR" type="ERROR" /> <Message defaultText="JEAF's JSE Login Module requires ''{0}'' as principal provider implementation but found ''{1}''. This migth be caused by a wrong configuration in JEAF properties." description="Exceptions with this error code are thrown if the wrong principal provider implementation is used in combination with JSE Login Module." messageID="4237" name="WRONG_PRINCIPAL_PROVIDER" traceLevel="ERROR" type="ERROR" /> <Message defaultText="Reloading user principal for user with login name ''{0}''." description="Messages with this message id are traced when JEAF's Login Module reloads a user principal." messageID="4238" name="RELOADING_PRINCIPAL" traceLevel="INFO" type="INFO" /> <Message defaultText="User Management migration problem occured: {0}" description="Messages with this error code occur if problem was deteced during migration." messageID="4239" name="MIGRATION_ISSUE" traceLevel="ERROR" type="ERROR" /> <Message defaultText="This AuthorizationServiceProvider implementation requires a Principal that was created by the JEAF Login Module." description="Exceptions with this error code are thrown if a the current principal is not of type JEAFUserPrincipal." messageID="4240" name="WRONG_PRINCIPAL_IMPL" traceLevel="INFO" type="ERROR" /> <Message defaultText="The user ''{0}'' does not have the required authorization ''{1}''." description="Exceptions with this error code are thrown if the check for an specific authorization fails." messageID="4241" name="INSUFFICENT_AUTHORIZATION" traceLevel="INFO" type="ERROR" /> <Message defaultText="Enforcing that user ''{0}'' has the required authorization ''{1}''." description="Messages with this message id are traced right before the the check for an authorization of a specific user is performed." messageID="4242" name="ENFORCING_AUTHORIZATION" traceLevel="DEBUG" type="INFO" /> <Message defaultText="Unable to send the message. Unsupported character encoding." description="Exceptions with this error code are thrown if character encoding is not supported." messageID="4243" name="UNABLE_TO_SEND_MAIL" traceLevel="ERROR" type="ERROR" /> <Message defaultText="To create a user account a unique login name must be given" description="Error code is used to indicate that no login name was set." messageID="4244" name="NO_LOGIN_NAME" traceLevel="ERROR" type="ERROR" /> <Message defaultText="The organization unit type ''{0}'' could not be found." description="Error code is used to indicate that the search for an address type failed." messageID="4245" name="ORGANIZATION_UNIT_TYPE_NOT_FOUND" traceLevel="ERROR" type="ERROR" /> <Message defaultText="Hi {0}, Your account has been expired. The validity of your account has been set to one day. Please activate your account within that day with the following activation token: {1} Your password at WEEASY has been reset. You can now enter your account with the following password: {2} Thanks, Your WEEASY Team" description="Constant for mail notification" messageID="4246" name="PASSWORD_MAIL_CONTENT_INVALID_ACCOUNT" traceLevel="INFO" type="LOCALIZED_STRING" /> <Message defaultText="The password could not be reset because your user account is locked" description="Error code is used to indicate that the resetting of the password failed due to a locked user account." messageID="4247" name="RESET_PASSWORD_LOCKED_USER_ACCOUNT" traceLevel="ERROR" type="ERROR" /> <Message defaultText="Unable to load authorization import resource ''{0}''." description="Exceptions with this error code are thrown if during the load process of a authorization import resource an exception occurs." messageID="4248" name="UNABLE_TO_LOAD_AUTHORIZATION_RESOURCE" traceLevel="ERROR" type="ERROR" /> <Message defaultText="Unable to parse the given String due to wrong Format. The String with the date must be formatted like 'dd.MM.yyyy'" description="Exceptions with this error code are thrown if during the load process of a userAccount resource an exception occurs." messageID="4249" name="UNABLE_TO_PARSE_DATE_STRING" traceLevel="ERROR" type="ERROR" /> <Message defaultText="Unable to create an UserAccount because no Person Object does exist for the UserAccount" description="Exceptions with this error code are thrown if during the load process of a userAccount a person is missing." messageID="4250" name="UNABLE_TO_CREATE_USER_ACCOUNT" traceLevel="ERROR" type="ERROR" /> <Message defaultText="Unable to create an UserAccount because no RoleDefinition was created. Check if the AuthorizationRoleDefinitionImport was executed correctly. Missing role definition ''{0}''." description="Exceptions with this error code are thrown if during the load process of a userAccount a RoleDefinition could not be found on the Database." messageID="4251" name="ROLEDEFINITION_DOES_NOT_EXIST" traceLevel="ERROR" type="ERROR" /> </MessageFolder> </Root>