public enum DemoAuthType extends Enum<DemoAuthType> implements AuthType
| Enum Constant and Description |
|---|
ADDRESS |
FULL_ADDRESS |
PERSONAL_IDENTITY
The pi pri.
|
DEFAULT_MATCHING_THRESHOLD| Modifier and Type | Method and Description |
|---|---|
AuthType |
getAuthTypeImpl() |
Map<String,Object> |
getMatchProperties(AuthRequestDTO authRequestDTO,
IdInfoFetcher idInfoFetcher,
String language) |
static DemoAuthType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DemoAuthType[] |
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, getType, getTypes, isAssociatedMatchType, isAuthTypeEnabled, isAuthTypeInfoAvailable, setOfpublic static final DemoAuthType ADDRESS
public static final DemoAuthType PERSONAL_IDENTITY
public static final DemoAuthType FULL_ADDRESS
public static DemoAuthType[] values()
for (DemoAuthType c : DemoAuthType.values()) System.out.println(c);
public static DemoAuthType 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 Map<String,Object> getMatchProperties(AuthRequestDTO authRequestDTO, IdInfoFetcher idInfoFetcher, String language)
getMatchProperties in interface AuthTypepublic AuthType getAuthTypeImpl()
getAuthTypeImpl in interface AuthTypeCopyright © 2020. All rights reserved.