public static enum IDSException.PwdPolicyCode extends java.lang.Enum<IDSException.PwdPolicyCode>
| Modifier and Type | Field and Description | 
|---|---|
int | 
id  | 
| Modifier and Type | Method and Description | 
|---|---|
static IDSException.PwdPolicyCode | 
fromValue(int v)  | 
static IDSException.PwdPolicyCode | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static IDSException.PwdPolicyCode[] | 
values()
Returns an array containing the constants of this enum type, in the order they are declared. 
 | 
public static final IDSException.PwdPolicyCode PASSWORD_EXPIRED_ERROR
public static final IDSException.PwdPolicyCode ACCOUNT_LOCKED_ERROR
public static final IDSException.PwdPolicyCode PASSWORD_MINLENGTH_ERROR
public static final IDSException.PwdPolicyCode PASSWORD_QUALITY_ERROR
public static final IDSException.PwdPolicyCode PASSWORD_IN_HISTORY_ERROR
public static final IDSException.PwdPolicyCode ACCOUNT_DISABLED_ERROR
public static final IDSException.PwdPolicyCode PASSWORD_MINAGE_ERROR
public static final IDSException.PwdPolicyCode PASSWORD_MOD_NOT_ALLOWED
public static final IDSException.PwdPolicyCode MUST_SUPPLY_OLD_PASSWORD
public static final IDSException.PwdPolicyCode PASSWORD_EXPIRE_WARNING
public static final IDSException.PwdPolicyCode PASSWORD_GRACE_LOGIN_WARNING
public static final IDSException.PwdPolicyCode PASSWORD_MUST_CHANGE_WARNING
public static IDSException.PwdPolicyCode[] values()
for (IDSException.PwdPolicyCode c : IDSException.PwdPolicyCode.values())
    System.out.println(c);
public static IDSException.PwdPolicyCode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static IDSException.PwdPolicyCode fromValue(int v)