Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.realm.updaters
Interface XRealmDatabaseUpdater

All Superinterfaces:
waggle.common.modules.object.updaters.XObjectUpdater, XRealmUpdater

public interface XRealmDatabaseUpdater
extends XRealmUpdater

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

PASSWORD_RESET_ALLOWED

static final String PASSWORD_RESET_ALLOWED
Update the password reset allowed.
See Also:
Constant Field Values

PASSWORD_CHANGE_ALLOWED

static final String PASSWORD_CHANGE_ALLOWED
Update the password change allowed.
See Also:
Constant Field Values

MIN_PASSWORD_LENGTH

static final String MIN_PASSWORD_LENGTH
Update the minimum password length.
See Also:
Constant Field Values

MAX_PASSWORD_LENGTH

static final String MAX_PASSWORD_LENGTH
Update the maximum password length.
See Also:
Constant Field Values

NUM_LOWER_CASE

static final String NUM_LOWER_CASE
Update the minimum number of lower case characters in a password.
See Also:
Constant Field Values

NUM_UPPER_CASE

static final String NUM_UPPER_CASE
Update the minimum number of upper case characters in a password.
See Also:
Constant Field Values

NUM_SPECIALS

static final String NUM_SPECIALS
Update the minimum number of special characters in a password.
See Also:
Constant Field Values

NUM_DIGITS

static final String NUM_DIGITS
Update the minimum number of digit characters in a password.
See Also:
Constant Field Values

MAX_DAYS

static final String MAX_DAYS
Update how long until a password expires in days.
See Also:
Constant Field Values

MAX_HISTORY

static final String MAX_HISTORY
Update the maximum length of an old password history list.
See Also:
Constant Field Values

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.