public enum AuthenticatorType extends java.lang.Enum<AuthenticatorType>
| Modifier and Type | Method and Description |
|---|---|
static AuthenticatorType |
get(java.lang.String authenticatorType) |
java.lang.String |
getValue() |
java.lang.String |
toString() |
static AuthenticatorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthenticatorType EMAIL
public static final AuthenticatorType PASSWORD
public static final AuthenticatorType SMS
public static final AuthenticatorType VOICE
public static AuthenticatorType[] values()
for (AuthenticatorType c : AuthenticatorType.values()) System.out.println(c);
public static AuthenticatorType 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 java.lang.String getValue()
public static AuthenticatorType get(java.lang.String authenticatorType)
public java.lang.String toString()
toString in class java.lang.Enum<AuthenticatorType>Copyright © 2020-2022 Okta. All Rights Reserved.