org.opencms.security
Class Messages

java.lang.Object
  extended by org.opencms.i18n.A_CmsMessageBundle
      extended by org.opencms.security.Messages
All Implemented Interfaces:
I_CmsMessageBundle

public final class Messages
extends A_CmsMessageBundle

Convenience class to access the localized messages of this OpenCms package.

Since:
6.0.0

Field Summary
static java.lang.String ERR_BAD_GROUPNAME_EMPTY_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_BAD_USERNAME_4
          Message constant for key in the resource bundle.
static java.lang.String ERR_BAD_USERNAME_EMPTY_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_CANT_DELETE_DEFAULT_USER_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_EMAIL_VALIDATION_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_FIRSTNAME_EMPTY_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_INVALID_NEWPWD_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_INVALID_PRINCIPAL_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_INVALID_PRINCIPAL_TYPE_2
          Message constant for key in the resource bundle.
static java.lang.String ERR_INVALID_USER_CONTEXT_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_INVALID_USER_PWD_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_LASTNAME_EMPTY_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_LOGIN_FAILED_2
          Message constant for key in the resource bundle.
static java.lang.String ERR_LOGIN_FAILED_DISABLED_2
          Message constant for key in the resource bundle.
static java.lang.String ERR_LOGIN_FAILED_NO_USER_2
          Message constant for key in the resource bundle.
static java.lang.String ERR_LOGIN_FAILED_TEMP_DISABLED_4
          Message constant for key in the resource bundle.
static java.lang.String ERR_LOGIN_FAILED_WITH_MESSAGE_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_NEWPWD_EMPTY_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_NEWPWD_MISMATCH_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_NO_PERMISSION_RESOURCE_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_NOT_MANAGER_OF_PROJECT_2
          Message constant for key in the resource bundle.
static java.lang.String ERR_ORGUNIT_ROOT_EDITION_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_PASSWORD_TOO_SHORT_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_RESOURCE_LOCKED_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_ROLE_VIOLATION_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_STARTUP_FINISHED_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_UNSUPPORTED_ALGORITHM_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_UNSUPPORTED_AUTHENTICATION_MECHANISM_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_UNSUPPORTED_PASSWORD_ENCODING_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_USER_NOT_IN_ROLE_2
          Message constant for key in the resource bundle.
static java.lang.String ERR_USER_NOT_IN_ROLE_FOR_ORGUNIT_3
          Message constant for key in the resource bundle.
static java.lang.String ERR_USER_NOT_IN_ROLE_FOR_RESOURCE_3
          Message constant for key in the resource bundle.
static java.lang.String ERR_ZIPCODE_VALIDATION_1
          Message constant for key in the resource bundle.
static java.lang.String GUI_ORGUNIT_DISPLAY_NAME_2
          Message constant for key in the resource bundle.
static java.lang.String GUI_PRINCIPAL_DISPLAY_NAME_2
          Message constant for key in the resource bundle.
static java.lang.String GUI_ROLE_DESCRIPTION_ACCOUNT_MANAGER_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_ROLE_DESCRIPTION_ADMINISTRATOR_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_ROLE_DESCRIPTION_DATABASE_MANAGER_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_ROLE_DESCRIPTION_DEVELOPER_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_ROLE_DESCRIPTION_DIRECT_EDIT_USER_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_ROLE_DESCRIPTION_PROJECT_MANAGER_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_ROLE_DESCRIPTION_ROOT_ADMIN_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_ROLE_DESCRIPTION_VFS_MANAGER_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_ROLE_DESCRIPTION_WORKPLACE_MANAGER_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_ROLE_DESCRIPTION_WORKPLACE_USER_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_ROLENAME_ACCOUNT_MANAGER_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_ROLENAME_ADMINISTRATOR_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_ROLENAME_DATABASE_MANAGER_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_ROLENAME_DEVELOPER_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_ROLENAME_DIRECT_EDIT_USER_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_ROLENAME_PROJECT_MANAGER_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_ROLENAME_ROOT_ADMIN_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_ROLENAME_VFS_MANAGER_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_ROLENAME_WORKPLACE_MANAGER_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_ROLENAME_WORKPLACE_USER_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_AUTHENTICATE_PROPERTY_2
          Message constant for key in the resource bundle.
static java.lang.String LOG_INIT_CONFIG_CALLED_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_NO_PERMISSION_RESOURCE_USER_4
          Message constant for key in the resource bundle.
 
Method Summary
static I_CmsMessageBundle get()
          Returns an instance of this localized message accessor.
 java.lang.String getBundleName()
          Returns the bundle name for this OpenCms package.
 
Methods inherited from class org.opencms.i18n.A_CmsMessageBundle
container, container, container, container, container, getBundle, getBundle, getOpenCmsMessageBundles, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ERR_BAD_GROUPNAME_EMPTY_0

public static final java.lang.String ERR_BAD_GROUPNAME_EMPTY_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_BAD_USERNAME_4

public static final java.lang.String ERR_BAD_USERNAME_4
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_BAD_USERNAME_EMPTY_0

public static final java.lang.String ERR_BAD_USERNAME_EMPTY_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_CANT_DELETE_DEFAULT_USER_1

public static final java.lang.String ERR_CANT_DELETE_DEFAULT_USER_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_EMAIL_VALIDATION_1

public static final java.lang.String ERR_EMAIL_VALIDATION_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_FIRSTNAME_EMPTY_0

public static final java.lang.String ERR_FIRSTNAME_EMPTY_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_INVALID_NEWPWD_0

public static final java.lang.String ERR_INVALID_NEWPWD_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_INVALID_PRINCIPAL_1

public static final java.lang.String ERR_INVALID_PRINCIPAL_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_INVALID_PRINCIPAL_TYPE_2

public static final java.lang.String ERR_INVALID_PRINCIPAL_TYPE_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_INVALID_USER_CONTEXT_0

public static final java.lang.String ERR_INVALID_USER_CONTEXT_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_INVALID_USER_PWD_1

public static final java.lang.String ERR_INVALID_USER_PWD_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_LASTNAME_EMPTY_0

public static final java.lang.String ERR_LASTNAME_EMPTY_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_LOGIN_FAILED_2

public static final java.lang.String ERR_LOGIN_FAILED_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_LOGIN_FAILED_DISABLED_2

public static final java.lang.String ERR_LOGIN_FAILED_DISABLED_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_LOGIN_FAILED_NO_USER_2

public static final java.lang.String ERR_LOGIN_FAILED_NO_USER_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_LOGIN_FAILED_TEMP_DISABLED_4

public static final java.lang.String ERR_LOGIN_FAILED_TEMP_DISABLED_4
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_LOGIN_FAILED_WITH_MESSAGE_1

public static final java.lang.String ERR_LOGIN_FAILED_WITH_MESSAGE_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_NEWPWD_EMPTY_0

public static final java.lang.String ERR_NEWPWD_EMPTY_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_NEWPWD_MISMATCH_0

public static final java.lang.String ERR_NEWPWD_MISMATCH_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_NO_PERMISSION_RESOURCE_1

public static final java.lang.String ERR_NO_PERMISSION_RESOURCE_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_NOT_MANAGER_OF_PROJECT_2

public static final java.lang.String ERR_NOT_MANAGER_OF_PROJECT_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_ORGUNIT_ROOT_EDITION_0

public static final java.lang.String ERR_ORGUNIT_ROOT_EDITION_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_PASSWORD_TOO_SHORT_1

public static final java.lang.String ERR_PASSWORD_TOO_SHORT_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_RESOURCE_LOCKED_1

public static final java.lang.String ERR_RESOURCE_LOCKED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_ROLE_VIOLATION_1

public static final java.lang.String ERR_ROLE_VIOLATION_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_STARTUP_FINISHED_0

public static final java.lang.String ERR_STARTUP_FINISHED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_UNSUPPORTED_ALGORITHM_1

public static final java.lang.String ERR_UNSUPPORTED_ALGORITHM_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_UNSUPPORTED_AUTHENTICATION_MECHANISM_1

public static final java.lang.String ERR_UNSUPPORTED_AUTHENTICATION_MECHANISM_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_UNSUPPORTED_PASSWORD_ENCODING_1

public static final java.lang.String ERR_UNSUPPORTED_PASSWORD_ENCODING_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_USER_NOT_IN_ROLE_2

public static final java.lang.String ERR_USER_NOT_IN_ROLE_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_USER_NOT_IN_ROLE_FOR_ORGUNIT_3

public static final java.lang.String ERR_USER_NOT_IN_ROLE_FOR_ORGUNIT_3
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_USER_NOT_IN_ROLE_FOR_RESOURCE_3

public static final java.lang.String ERR_USER_NOT_IN_ROLE_FOR_RESOURCE_3
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_ZIPCODE_VALIDATION_1

public static final java.lang.String ERR_ZIPCODE_VALIDATION_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_ORGUNIT_DISPLAY_NAME_2

public static final java.lang.String GUI_ORGUNIT_DISPLAY_NAME_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_PRINCIPAL_DISPLAY_NAME_2

public static final java.lang.String GUI_PRINCIPAL_DISPLAY_NAME_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_ROLE_DESCRIPTION_ACCOUNT_MANAGER_0

public static final java.lang.String GUI_ROLE_DESCRIPTION_ACCOUNT_MANAGER_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_ROLE_DESCRIPTION_ADMINISTRATOR_0

public static final java.lang.String GUI_ROLE_DESCRIPTION_ADMINISTRATOR_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_ROLE_DESCRIPTION_DATABASE_MANAGER_0

public static final java.lang.String GUI_ROLE_DESCRIPTION_DATABASE_MANAGER_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_ROLE_DESCRIPTION_DEVELOPER_0

public static final java.lang.String GUI_ROLE_DESCRIPTION_DEVELOPER_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_ROLE_DESCRIPTION_DIRECT_EDIT_USER_0

public static final java.lang.String GUI_ROLE_DESCRIPTION_DIRECT_EDIT_USER_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_ROLE_DESCRIPTION_PROJECT_MANAGER_0

public static final java.lang.String GUI_ROLE_DESCRIPTION_PROJECT_MANAGER_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_ROLE_DESCRIPTION_ROOT_ADMIN_0

public static final java.lang.String GUI_ROLE_DESCRIPTION_ROOT_ADMIN_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_ROLE_DESCRIPTION_VFS_MANAGER_0

public static final java.lang.String GUI_ROLE_DESCRIPTION_VFS_MANAGER_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_ROLE_DESCRIPTION_WORKPLACE_MANAGER_0

public static final java.lang.String GUI_ROLE_DESCRIPTION_WORKPLACE_MANAGER_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_ROLE_DESCRIPTION_WORKPLACE_USER_0

public static final java.lang.String GUI_ROLE_DESCRIPTION_WORKPLACE_USER_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_ROLENAME_ACCOUNT_MANAGER_0

public static final java.lang.String GUI_ROLENAME_ACCOUNT_MANAGER_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_ROLENAME_ADMINISTRATOR_0

public static final java.lang.String GUI_ROLENAME_ADMINISTRATOR_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_ROLENAME_DATABASE_MANAGER_0

public static final java.lang.String GUI_ROLENAME_DATABASE_MANAGER_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_ROLENAME_DEVELOPER_0

public static final java.lang.String GUI_ROLENAME_DEVELOPER_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_ROLENAME_DIRECT_EDIT_USER_0

public static final java.lang.String GUI_ROLENAME_DIRECT_EDIT_USER_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_ROLENAME_PROJECT_MANAGER_0

public static final java.lang.String GUI_ROLENAME_PROJECT_MANAGER_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_ROLENAME_ROOT_ADMIN_0

public static final java.lang.String GUI_ROLENAME_ROOT_ADMIN_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_ROLENAME_VFS_MANAGER_0

public static final java.lang.String GUI_ROLENAME_VFS_MANAGER_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_ROLENAME_WORKPLACE_MANAGER_0

public static final java.lang.String GUI_ROLENAME_WORKPLACE_MANAGER_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_ROLENAME_WORKPLACE_USER_0

public static final java.lang.String GUI_ROLENAME_WORKPLACE_USER_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_AUTHENTICATE_PROPERTY_2

public static final java.lang.String LOG_AUTHENTICATE_PROPERTY_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_INIT_CONFIG_CALLED_1

public static final java.lang.String LOG_INIT_CONFIG_CALLED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_NO_PERMISSION_RESOURCE_USER_4

public static final java.lang.String LOG_NO_PERMISSION_RESOURCE_USER_4
Message constant for key in the resource bundle.

See Also:
Constant Field Values
Method Detail

get

public static I_CmsMessageBundle get()
Returns an instance of this localized message accessor.

Returns:
an instance of this localized message accessor

getBundleName

public java.lang.String getBundleName()
Returns the bundle name for this OpenCms package.

Returns:
the bundle name for this OpenCms package