|
Oracle Internet Directory API Reference 10g(9.0.4) B10423-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ldap.util.PasswordPolicy
This class contains public variables of various password policy related constants corresponding to the LDAP error codes returned by the LDAP server.
Field Summary | |
static int |
ACCT_DISABLED_EC Account is disabled. |
static int |
PASSWORD_ACCOUNT_LOCKED Account has been locked. |
static java.lang.String |
PASSWORD_EXPIRE_GRACE_LOGIN_CONTROL The grace login control sent back by the LDAP server |
static java.lang.String |
PASSWORD_EXPIRE_MUST_CHANGE_CONTROL The control sent back by the LDAP server indicating that the the password must be changed |
static int |
PASSWORD_EXPIRE_WARNING Password will be expired soon. |
static java.lang.String |
PASSWORD_EXPIRE_WARNING_CONTROL The expire warning control sent back by the LDAP server |
static int |
PASSWORD_EXPIRED_EC Password has expired. |
static int |
PASSWORD_GRACE_LOGIN Password is in the grace login mode. |
static int |
PASSWORD_ILLEGAL_VALUE_EC Password is an illegal value based on the existing password policy. |
static int |
PASSWORD_IN_HISTORY_EC Password is a previously used value and cannot be used based on the existing password policy. |
static int |
PASSWORD_MINLENGTH_EC Password is not satisfying the minimum length requirement by the existing password policy. |
static int |
PASSWORD_MUST_CHANGE Password must be changed. |
static int |
PASSWORD_NULL_EC Password is null. |
static int |
PASSWORD_NUMERIC_EC Password does not contain the required number of numeric characters specified by the existing password policy. |
Constructor Summary | |
PasswordPolicy() |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int PASSWORD_EXPIRED_EC
public static final int PASSWORD_ACCOUNT_LOCKED
public static final int PASSWORD_EXPIRE_WARNING
public static final int PASSWORD_MINLENGTH_EC
public static final int PASSWORD_NUMERIC_EC
public static final int PASSWORD_NULL_EC
public static final int PASSWORD_IN_HISTORY_EC
public static final int PASSWORD_ILLEGAL_VALUE_EC
public static final int PASSWORD_GRACE_LOGIN
public static final int PASSWORD_MUST_CHANGE
public static final int ACCT_DISABLED_EC
public static final java.lang.String PASSWORD_EXPIRE_WARNING_CONTROL
public static final java.lang.String PASSWORD_EXPIRE_GRACE_LOGIN_CONTROL
public static final java.lang.String PASSWORD_EXPIRE_MUST_CHANGE_CONTROL
Constructor Detail |
public PasswordPolicy()
|
Oracle Internet Directory API Reference 10g(9.0.4) B10423-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |