public enum PinMatchType extends Enum<PinMatchType> implements MatchType
MatchType.Category| Modifier and Type | Method and Description |
|---|---|
Optional<MatchingStrategy> |
getAllowedMatchingStrategy(MatchingStrategyType matchStrategyType)
Gets the allowed matching strategy.
|
MatchType.Category |
getCategory() |
java.util.function.Function<Map<String,String>,Map<String,String>> |
getEntityInfoMapper()
Gets the entity info.
|
java.util.function.Function<RequestDTO,Map<String,List<IdentityInfoDTO>>> |
getIdentityInfoFunction() |
IdMapping |
getIdMapping() |
java.util.function.Function<AuthRequestDTO,Map<String,String>> |
getReqestInfoFunction() |
boolean |
hasIdEntityInfo() |
boolean |
hasRequestEntityInfo() |
static PinMatchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PinMatchType[] |
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, valueOfgetIdentityInfoList, isMultiLanguage, isPropMultiLang, mapEntityInfo, setOfpublic static final PinMatchType SPIN
public static final PinMatchType OTP
public static PinMatchType[] values()
for (PinMatchType c : PinMatchType.values()) System.out.println(c);
public static PinMatchType 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 Optional<MatchingStrategy> getAllowedMatchingStrategy(MatchingStrategyType matchStrategyType)
getAllowedMatchingStrategy in interface MatchTypematchStrategyType - the match strategy typepublic java.util.function.Function<Map<String,String>,Map<String,String>> getEntityInfoMapper()
getEntityInfoMapper in interface MatchTypepublic IdMapping getIdMapping()
getIdMapping in interface MatchTypepublic java.util.function.Function<RequestDTO,Map<String,List<IdentityInfoDTO>>> getIdentityInfoFunction()
getIdentityInfoFunction in interface MatchTypepublic MatchType.Category getCategory()
getCategory in interface MatchTypepublic java.util.function.Function<AuthRequestDTO,Map<String,String>> getReqestInfoFunction()
getReqestInfoFunction in interface MatchTypepublic boolean hasIdEntityInfo()
hasIdEntityInfo in interface MatchTypepublic boolean hasRequestEntityInfo()
hasRequestEntityInfo in interface MatchTypeCopyright © 2020. All rights reserved.