DEFAULT_MATCHING_THRESHOLD| Constructor and Description |
|---|
AuthTypeImpl(String type,
Set<MatchType> associatedMatchTypes,
java.util.function.Predicate<? super AuthTypeDTO> authTypePredicate,
String displayName)
Instantiates a new auth type impl.
|
AuthTypeImpl(String type,
Set<MatchType> associatedMatchTypes,
String displayName)
Instantiates a new auth type impl.
|
| Modifier and Type | Method and Description |
|---|---|
Set<MatchType> |
getAssociatedMatchTypes() |
AuthType |
getAuthTypeImpl() |
java.util.function.Predicate<? super AuthTypeDTO> |
getAuthTypePredicate() |
String |
getDisplayName() |
String |
getType() |
boolean |
isAuthTypeEnabled(AuthRequestDTO authReq,
IdInfoFetcher helper) |
boolean |
isAuthTypeInfoAvailable(AuthRequestDTO authRequestDTO) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAuthTypeForMatchType, getDisplayName, getMatchingStrategy, getMatchingThreshold, getMatchProperties, getTypes, isAssociatedMatchType, setOfpublic AuthTypeImpl(String type, Set<MatchType> associatedMatchTypes, java.util.function.Predicate<? super AuthTypeDTO> authTypePredicate, String displayName)
type - the typeassociatedMatchTypes - the associated match typesauthTypePredicate - the auth type predicatedisplayName - the display namepublic String getDisplayName()
getDisplayName in interface AuthTypepublic boolean isAuthTypeEnabled(AuthRequestDTO authReq, IdInfoFetcher helper)
isAuthTypeEnabled in interface AuthTypepublic Set<MatchType> getAssociatedMatchTypes()
getAssociatedMatchTypes in interface AuthTypepublic boolean isAuthTypeInfoAvailable(AuthRequestDTO authRequestDTO)
isAuthTypeInfoAvailable in interface AuthTypepublic java.util.function.Predicate<? super AuthTypeDTO> getAuthTypePredicate()
getAuthTypePredicate in interface AuthTypepublic AuthType getAuthTypeImpl()
getAuthTypeImpl in interface AuthTypeCopyright © 2020. All rights reserved.