public static enum MfaProvider.MfaProviderType extends java.lang.Enum<MfaProvider.MfaProviderType>
| Enum Constant and Description |
|---|
GOOGLE_AUTHENTICATOR |
| Modifier and Type | Method and Description |
|---|---|
static MfaProvider.MfaProviderType |
forValue(java.lang.String value) |
static java.util.Set<java.lang.String> |
getStringValues() |
java.lang.String |
toValue() |
static MfaProvider.MfaProviderType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MfaProvider.MfaProviderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MfaProvider.MfaProviderType GOOGLE_AUTHENTICATOR
public static MfaProvider.MfaProviderType[] values()
for (MfaProvider.MfaProviderType c : MfaProvider.MfaProviderType.values()) System.out.println(c);
public static MfaProvider.MfaProviderType 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 static MfaProvider.MfaProviderType forValue(java.lang.String value)
public java.lang.String toValue()
public static java.util.Set<java.lang.String> getStringValues()