public enum PinAuthType extends Enum<PinAuthType> implements AuthType
DEFAULT_MATCHING_THRESHOLD| Modifier and Type | Method and Description |
|---|---|
AuthType |
getAuthTypeImpl() |
static PinAuthType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PinAuthType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetAssociatedMatchTypes, getAuthTypeForMatchType, getAuthTypePredicate, getDisplayName, getDisplayName, getMatchingStrategy, getMatchingThreshold, getMatchProperties, getType, getTypes, isAssociatedMatchType, isAuthTypeEnabled, isAuthTypeInfoAvailable, setOfpublic static final PinAuthType SPIN
public static final PinAuthType OTP
public static PinAuthType[] values()
for (PinAuthType c : PinAuthType.values()) System.out.println(c);
public static PinAuthType 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 AuthType getAuthTypeImpl()
getAuthTypeImpl in interface AuthTypeCopyright © 2020. All rights reserved.