|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XRealmDatabaseUpdater
XRealmDatabaseUpdater.
Field Summary | |
---|---|
static String |
MAX_DAYS Update how long until a password expires in days. |
static String |
MAX_HISTORY Update the maximum length of an old password history list. |
static String |
MAX_PASSWORD_LENGTH Update the maximum password length. |
static String |
MIN_PASSWORD_LENGTH Update the minimum password length. |
static String |
NUM_DIGITS Update the minimum number of digit characters in a password. |
static String |
NUM_LOWER_CASE Update the minimum number of lower case characters in a password. |
static String |
NUM_SPECIALS Update the minimum number of special characters in a password. |
static String |
NUM_UPPER_CASE Update the minimum number of upper case characters in a password. |
static String |
PASSWORD_CHANGE_ALLOWED Update the password change allowed. |
static String |
PASSWORD_RESET_ALLOWED Update the password reset allowed. |
Fields inherited from interface waggle.common.modules.realm.updaters.XRealmUpdater |
---|
CAN_CREATE_CONVERSATION_DEFAULT, CAN_DISCOVER_DEFAULT, CREATE_GROUP_ENABLED, CREATE_USER_ENABLED, DISCOVERABLE_DEFAULT, ENABLED, NAME, SELF_SIGNUP |
Field Detail |
---|
static final String PASSWORD_RESET_ALLOWED
static final String PASSWORD_CHANGE_ALLOWED
static final String MIN_PASSWORD_LENGTH
static final String MAX_PASSWORD_LENGTH
static final String NUM_LOWER_CASE
static final String NUM_UPPER_CASE
static final String NUM_SPECIALS
static final String NUM_DIGITS
static final String MAX_DAYS
static final String MAX_HISTORY
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |