|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opencms.i18n.A_CmsMessageBundle
org.opencms.security.Messages
public final class Messages
Convenience class to access the localized messages of this OpenCms package.
| Field Summary | |
|---|---|
static String |
ERR_CANT_DELETE_DEFAULT_USER_1
Message constant for key in the resource bundle. |
static String |
ERR_INVALID_NEWPWD_0
Message constant for key in the resource bundle. |
static String |
ERR_INVALID_USER_CONTEXT_0
Message constant for key in the resource bundle. |
static String |
ERR_INVALID_USER_PWD_1
Message constant for key in the resource bundle. |
static String |
ERR_LOGIN_FAILED_3
Message constant for key in the resource bundle. |
static String |
ERR_LOGIN_FAILED_DISABLED_3
Message constant for key in the resource bundle. |
static String |
ERR_LOGIN_FAILED_NO_USER_3
Message constant for key in the resource bundle. |
static String |
ERR_LOGIN_FAILED_TEMP_DISABLED_5
Message constant for key in the resource bundle. |
static String |
ERR_LOGIN_FAILED_WITH_MESSAGE_1
Message constant for key in the resource bundle. |
static String |
ERR_NEWPWD_EMPTY_0
Message constant for key in the resource bundle. |
static String |
ERR_NEWPWD_MISMATCH_0
Message constant for key in the resource bundle. |
static String |
ERR_NO_PERMISSION_RESOURCE_1
Message constant for key in the resource bundle. |
static String |
ERR_NOT_IN_ROLE_2
Message constant for key in the resource bundle. |
static String |
ERR_NOT_MANAGER_OF_PROJECT_2
Message constant for key in the resource bundle. |
static String |
ERR_PASSWORD_TOO_SHORT_1
Message constant for key in the resource bundle. |
static String |
ERR_RESOURCE_LOCKED_1
Message constant for key in the resource bundle. |
static String |
ERR_ROLE_VIOLATION_1
Message constant for key in the resource bundle. |
static String |
ERR_STARTUP_FINISHED_0
Message constant for key in the resource bundle. |
static String |
ERR_UNSUPPORTED_ALGORITHM_1
Message constant for key in the resource bundle. |
static String |
ERR_UNSUPPORTED_PASSWORD_ENCODING_1
Message constant for key in the resource bundle. |
static String |
GUI_ROLENAME_ACCOUNT_MANAGER_0
Message constant for key in the resource bundle. |
static String |
GUI_ROLENAME_ADMINISTRATOR_0
Message constant for key in the resource bundle. |
static String |
GUI_ROLENAME_DEVELOPER_0
Message constant for key in the resource bundle. |
static String |
GUI_ROLENAME_EXPORT_DATABASE_0
Message constant for key in the resource bundle. |
static String |
GUI_ROLENAME_HISTORY_MANAGER_0
Message constant for key in the resource bundle. |
static String |
GUI_ROLENAME_IMPORT_DATABASE_0
Message constant for key in the resource bundle. |
static String |
GUI_ROLENAME_MODULE_MANAGER_0
Message constant for key in the resource bundle. |
static String |
GUI_ROLENAME_PROJECT_MANAGER_0
Message constant for key in the resource bundle. |
static String |
GUI_ROLENAME_PROPERTY_MANAGER_0
Message constant for key in the resource bundle. |
static String |
GUI_ROLENAME_RESOURCE_TYPE_MANAGER_0
Message constant for key in the resource bundle. |
static String |
GUI_ROLENAME_ROOT_FOLDER_ACCESS_0
Message constant for key in the resource bundle. |
static String |
GUI_ROLENAME_SCHEDULER_MANAGER_0
Message constant for key in the resource bundle. |
static String |
GUI_ROLENAME_SEARCH_MANAGER_0
Message constant for key in the resource bundle. |
static String |
GUI_ROLENAME_SYSTEM_USER_0
Message constant for key in the resource bundle. |
static String |
GUI_ROLENAME_VFS_MANAGER_0
Message constant for key in the resource bundle. |
static String |
GUI_ROLENAME_WORKPLACE_MANAGER_0
Message constant for key in the resource bundle. |
static String |
GUI_ROLENAME_WORKPLACE_USER_0
Message constant for key in the resource bundle. |
static String |
LOG_INIT_CONFIG_CALLED_1
Message constant for key in the resource bundle. |
| Method Summary | |
|---|---|
static I_CmsMessageBundle |
get()
Returns an instance of this localized message accessor. |
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, key, key, key, key, key, key, key, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String ERR_CANT_DELETE_DEFAULT_USER_1
public static final String ERR_INVALID_NEWPWD_0
public static final String ERR_INVALID_USER_CONTEXT_0
public static final String ERR_INVALID_USER_PWD_1
public static final String ERR_LOGIN_FAILED_3
public static final String ERR_LOGIN_FAILED_DISABLED_3
public static final String ERR_LOGIN_FAILED_NO_USER_3
public static final String ERR_LOGIN_FAILED_TEMP_DISABLED_5
public static final String ERR_LOGIN_FAILED_WITH_MESSAGE_1
public static final String ERR_NEWPWD_EMPTY_0
public static final String ERR_NEWPWD_MISMATCH_0
public static final String ERR_NO_PERMISSION_RESOURCE_1
public static final String ERR_NOT_IN_ROLE_2
public static final String ERR_NOT_MANAGER_OF_PROJECT_2
public static final String ERR_PASSWORD_TOO_SHORT_1
public static final String ERR_RESOURCE_LOCKED_1
public static final String ERR_ROLE_VIOLATION_1
public static final String ERR_STARTUP_FINISHED_0
public static final String ERR_UNSUPPORTED_ALGORITHM_1
public static final String ERR_UNSUPPORTED_PASSWORD_ENCODING_1
public static final String GUI_ROLENAME_ACCOUNT_MANAGER_0
public static final String GUI_ROLENAME_ADMINISTRATOR_0
public static final String GUI_ROLENAME_DEVELOPER_0
public static final String GUI_ROLENAME_EXPORT_DATABASE_0
public static final String GUI_ROLENAME_HISTORY_MANAGER_0
public static final String GUI_ROLENAME_IMPORT_DATABASE_0
public static final String GUI_ROLENAME_MODULE_MANAGER_0
public static final String GUI_ROLENAME_PROJECT_MANAGER_0
public static final String GUI_ROLENAME_PROPERTY_MANAGER_0
public static final String GUI_ROLENAME_RESOURCE_TYPE_MANAGER_0
public static final String GUI_ROLENAME_ROOT_FOLDER_ACCESS_0
public static final String GUI_ROLENAME_SCHEDULER_MANAGER_0
public static final String GUI_ROLENAME_SEARCH_MANAGER_0
public static final String GUI_ROLENAME_SYSTEM_USER_0
public static final String GUI_ROLENAME_VFS_MANAGER_0
public static final String GUI_ROLENAME_WORKPLACE_MANAGER_0
public static final String GUI_ROLENAME_WORKPLACE_USER_0
public static final String LOG_INIT_CONFIG_CALLED_1
| Method Detail |
|---|
public static I_CmsMessageBundle get()
public String getBundleName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||