public enum PasswordProtectionWarningTrigger extends Enum<PasswordProtectionWarningTrigger>
| Enum Constant and Description |
|---|
PASSWORD_PROTECTION_OFF |
PASSWORD_REUSE |
PHISHING_REUSE |
| Modifier and Type | Method and Description |
|---|---|
static PasswordProtectionWarningTrigger |
fromValue(String value) |
String |
getValue() |
String |
toString() |
String |
toUrlQueryString(String prefix)
Convert the instance into URL query string.
|
static PasswordProtectionWarningTrigger |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PasswordProtectionWarningTrigger[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PasswordProtectionWarningTrigger PASSWORD_PROTECTION_OFF
public static final PasswordProtectionWarningTrigger PASSWORD_REUSE
public static final PasswordProtectionWarningTrigger PHISHING_REUSE
public static PasswordProtectionWarningTrigger[] values()
for (PasswordProtectionWarningTrigger c : PasswordProtectionWarningTrigger.values()) System.out.println(c);
public static PasswordProtectionWarningTrigger 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 getValue()
public String toString()
toString in class Enum<PasswordProtectionWarningTrigger>public static PasswordProtectionWarningTrigger fromValue(String value)
Copyright © 2017–2023 Okta. All rights reserved.