public enum HolderAuthentMethod extends java.lang.Enum<HolderAuthentMethod>
| Enum Constant and Description |
|---|
DYNAMIC |
NO_AUTHENT |
NO_AUTHENT_METHOD |
NOT_SPECIFIED |
OOB |
OTP_HARDWARE |
OTP_SOFTWARE |
OTP_TELE |
PASSWORD |
STATIC |
| Modifier and Type | Method and Description |
|---|---|
static HolderAuthentMethod |
fromValue(java.lang.String value) |
static HolderAuthentMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HolderAuthentMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HolderAuthentMethod DYNAMIC
public static final HolderAuthentMethod NO_AUTHENT
public static final HolderAuthentMethod NO_AUTHENT_METHOD
public static final HolderAuthentMethod NOT_SPECIFIED
public static final HolderAuthentMethod OOB
public static final HolderAuthentMethod OTP_HARDWARE
public static final HolderAuthentMethod OTP_SOFTWARE
public static final HolderAuthentMethod OTP_TELE
public static final HolderAuthentMethod PASSWORD
public static final HolderAuthentMethod STATIC
public static HolderAuthentMethod[] values()
for (HolderAuthentMethod c : HolderAuthentMethod.values()) System.out.println(c);
public static HolderAuthentMethod 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 HolderAuthentMethod fromValue(java.lang.String value)