public enum PasswordPolicyWarningType extends Enum<PasswordPolicyWarningType>
Enum Constant and Description |
---|
GRACE_LOGINS_REMAINING
Indicates the remaining number of times a user will be allowed to
authenticate with an expired password.
|
TIME_BEFORE_EXPIRATION
Indicates the number of seconds before a password will expire.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static PasswordPolicyWarningType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PasswordPolicyWarningType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PasswordPolicyWarningType TIME_BEFORE_EXPIRATION
public static final PasswordPolicyWarningType GRACE_LOGINS_REMAINING
public static PasswordPolicyWarningType[] values()
for (PasswordPolicyWarningType c : PasswordPolicyWarningType.values()) System.out.println(c);
public static PasswordPolicyWarningType 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 String toString()
toString
in class Enum<PasswordPolicyWarningType>
Copyright 2010-2020 ForgeRock AS.