Oracle Internet Directory API Reference
10g(9.0.4)

B10423-01

oracle.ldap.util
Class PasswordPolicy

java.lang.Object
  |
  +--oracle.ldap.util.PasswordPolicy

public class PasswordPolicy
extends java.lang.Object

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

PASSWORD_EXPIRED_EC

public static final int PASSWORD_EXPIRED_EC
Password has expired.
See Also:
Constant Field Values

PASSWORD_ACCOUNT_LOCKED

public static final int PASSWORD_ACCOUNT_LOCKED
Account has been locked.
See Also:
Constant Field Values

PASSWORD_EXPIRE_WARNING

public static final int PASSWORD_EXPIRE_WARNING
Password will be expired soon.
See Also:
Constant Field Values

PASSWORD_MINLENGTH_EC

public static final int PASSWORD_MINLENGTH_EC
Password is not satisfying the minimum length requirement by the existing password policy.
See Also:
Constant Field Values

PASSWORD_NUMERIC_EC

public static final int PASSWORD_NUMERIC_EC
Password does not contain the required number of numeric characters specified by the existing password policy.
See Also:
Constant Field Values

PASSWORD_NULL_EC

public static final int PASSWORD_NULL_EC
Password is null.
See Also:
Constant Field Values

PASSWORD_IN_HISTORY_EC

public static final int PASSWORD_IN_HISTORY_EC
Password is a previously used value and cannot be used based on the existing password policy.
See Also:
Constant Field Values

PASSWORD_ILLEGAL_VALUE_EC

public static final int PASSWORD_ILLEGAL_VALUE_EC
Password is an illegal value based on the existing password policy.
See Also:
Constant Field Values

PASSWORD_GRACE_LOGIN

public static final int PASSWORD_GRACE_LOGIN
Password is in the grace login mode.
See Also:
Constant Field Values

PASSWORD_MUST_CHANGE

public static final int PASSWORD_MUST_CHANGE
Password must be changed.
See Also:
Constant Field Values

ACCT_DISABLED_EC

public static final int ACCT_DISABLED_EC
Account is disabled.
See Also:
Constant Field Values

PASSWORD_EXPIRE_WARNING_CONTROL

public static final java.lang.String PASSWORD_EXPIRE_WARNING_CONTROL
The expire warning control sent back by the LDAP server
See Also:
Constant Field Values

PASSWORD_EXPIRE_GRACE_LOGIN_CONTROL

public static final java.lang.String PASSWORD_EXPIRE_GRACE_LOGIN_CONTROL
The grace login control sent back by the LDAP server
See Also:
Constant Field Values

PASSWORD_EXPIRE_MUST_CHANGE_CONTROL

public static final java.lang.String PASSWORD_EXPIRE_MUST_CHANGE_CONTROL
The control sent back by the LDAP server indicating that the the password must be changed
See Also:
Constant Field Values
Constructor Detail

PasswordPolicy

public PasswordPolicy()

Oracle Internet Directory API Reference
10g(9.0.4)

B10423-01

Copyright © 2003, Oracle. All Rights Reserved.