public enum PasswordPolicyTags extends Enum<PasswordPolicyTags>
| Enum Constant and Description |
|---|
GRACE_AUTHNS_REMAINING_TAG
graceAuthNsRemaining [1]
|
PPOLICY_ERROR_TAG
error [1]
|
PPOLICY_WARNING_TAG
warning [0]
|
TIME_BEFORE_EXPIRATION_TAG
timeBeforeExpiration [0]
|
| 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(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.