public enum PasswordPolicyTags extends java.lang.Enum<PasswordPolicyTags>
| Enum Constant and Description |
|---|
GRACE_AUTHNS_REMAINING_TAG |
PPOLICY_ERROR_TAG |
PPOLICY_WARNING_TAG |
TIME_BEFORE_EXPIRATION_TAG |
| Modifier and Type | Field and Description |
|---|---|
private int |
value
Internal value for each tag
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static PasswordPolicyTags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PasswordPolicyTags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PasswordPolicyTags PPOLICY_WARNING_TAG
public static final PasswordPolicyTags PPOLICY_ERROR_TAG
public static final PasswordPolicyTags TIME_BEFORE_EXPIRATION_TAG
public static final PasswordPolicyTags GRACE_AUTHNS_REMAINING_TAG
public static PasswordPolicyTags[] values()
for (PasswordPolicyTags c : PasswordPolicyTags.values()) System.out.println(c);
public static PasswordPolicyTags 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 int getValue()