public class PAMMessages extends Object
Modifier and Type | Field and Description |
---|---|
static String |
MSG_ERR_PWD_EMPTY |
static String |
MSG_ERR_PWD_IS_OLD_PWD |
static String |
MSG_ERR_PWD_NO_REGEX |
static String |
MSG_ERR_PWD_NOT_MATCH |
static String |
MSG_ERR_PWD_TOO_SHORT |
static String |
MSG_LOCKREASON_LOCKED |
static String |
MSG_LOCKREASON_RETRIES_EXCEEDED |
static String |
MSG_LOCKREASON_TEMP_LOCKED |
Modifier | Constructor and Description |
---|---|
protected |
PAMMessages() |
Modifier and Type | Method and Description |
---|---|
static String[] |
getKeys(String keyFilter)
Gets all keys from the resource bundle which start with a specific string.
|
static String |
getMessage(String key,
Locale locale,
Object... params) |
public static final String MSG_ERR_PWD_EMPTY
public static final String MSG_ERR_PWD_TOO_SHORT
public static final String MSG_ERR_PWD_NOT_MATCH
public static final String MSG_ERR_PWD_NO_REGEX
public static final String MSG_ERR_PWD_IS_OLD_PWD
public static final String MSG_LOCKREASON_LOCKED
public static final String MSG_LOCKREASON_RETRIES_EXCEEDED
public static final String MSG_LOCKREASON_TEMP_LOCKED
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.