@PublicAPI(stability=VOLATILE, mayInstantiate=false, mayExtend=false, mayInvoke=true) public enum AccountStatusNotificationProperty extends Enum<AccountStatusNotificationProperty>
Enum Constant and Description |
---|
ACCOUNT_UNLOCK_TIME
The property whose value will be a generalized time representation of the time at which the user's account will
be unlocked.
|
NEW_PASSWORD
The property whose value will be a clear-text representation of the user's new password.
|
OLD_PASSWORD
The property whose value will be a clear-text representation of the user's old password.
|
PASSWORD_EXPIRATION_TIME
The property whose value will be the generalized time representation of the time that the user's password will
expire.
|
PASSWORD_POLICY_DN
The property whose value will be the string representation of the DN of the password policy for the target user.
|
SECONDS_UNTIL_EXPIRATION
The property whose value will be the number of seconds until the user's password expires.
|
SECONDS_UNTIL_UNLOCK
The property whose value will be the number of seconds until the user's account is unlocked.
|
TIME_UNTIL_EXPIRATION
The property whose value will be a localized, human-readable representation of the length of time until the
user's password expires.
|
TIME_UNTIL_UNLOCK
The property whose value will be a localized, human-readable representation of the length of time until the
user's account is unlocked.
|
Modifier and Type | Method and Description |
---|---|
static AccountStatusNotificationProperty |
forName(String name)
Retrieves the account status notification type with the specified name.
|
String |
getName()
Retrieves the name for this account status notification property.
|
String |
toString() |
static AccountStatusNotificationProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountStatusNotificationProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountStatusNotificationProperty PASSWORD_POLICY_DN
public static final AccountStatusNotificationProperty ACCOUNT_UNLOCK_TIME
ACCOUNT_TEMPORARILY_LOCKED
notification type.public static final AccountStatusNotificationProperty SECONDS_UNTIL_UNLOCK
ACCOUNT_TEMPORARILY_LOCKED
notification type.public static final AccountStatusNotificationProperty TIME_UNTIL_UNLOCK
ACCOUNT_TEMPORARILY_LOCKED
notification type.public static final AccountStatusNotificationProperty PASSWORD_EXPIRATION_TIME
PASSWORD_EXPIRING
notification type.public static final AccountStatusNotificationProperty SECONDS_UNTIL_EXPIRATION
PASSWORD_EXPIRING
notification type.public static final AccountStatusNotificationProperty TIME_UNTIL_EXPIRATION
PASSWORD_EXPIRING
notification type.public static final AccountStatusNotificationProperty OLD_PASSWORD
PASSWORD_RESET
and PASSWORD_CHANGED
notification types.public static final AccountStatusNotificationProperty NEW_PASSWORD
PASSWORD_RESET
and PASSWORD_CHANGED
notification types.public static AccountStatusNotificationProperty[] values()
for (AccountStatusNotificationProperty c : AccountStatusNotificationProperty.values()) System.out.println(c);
public static AccountStatusNotificationProperty 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 static AccountStatusNotificationProperty forName(String name)
name
- The name for the account status notification type to retrieve.null
if there is no type with the given
name.public String getName()
public String toString()
toString
in class Enum<AccountStatusNotificationProperty>
Copyright 2010-2020 ForgeRock AS.