Class KeyBindedTokenAuthTypeImpl
- java.lang.Object
-
- io.mosip.authentication.common.service.impl.AuthTypeImpl
-
- io.mosip.authentication.common.service.impl.match.KeyBindedTokenAuthTypeImpl
-
- All Implemented Interfaces:
AuthType
public class KeyBindedTokenAuthTypeImpl extends AuthTypeImpl
-
-
Field Summary
-
Fields inherited from interface io.mosip.authentication.core.spi.indauth.match.AuthType
DEFAULT_MATCHING_THRESHOLD
-
-
Constructor Summary
Constructors Constructor Description KeyBindedTokenAuthTypeImpl(String type, Set<MatchType> associatedMatchTypes)Instantiates a new auth type impl.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAuthTypeEnabled(AuthRequestDTO authReq, IdInfoFetcher idInfoFetcher)-
Methods inherited from class io.mosip.authentication.common.service.impl.AuthTypeImpl
getAssociatedMatchTypes, getAuthTypeImpl, getDisplayName, getType, isAuthTypeInfoAvailable
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.mosip.authentication.core.spi.indauth.match.AuthType
getDisplayName, getMatchingStrategy, getMatchingThreshold, getMatchProperties, getTypes, isAssociatedMatchType
-
-
-
-
Method Detail
-
isAuthTypeEnabled
public boolean isAuthTypeEnabled(AuthRequestDTO authReq, IdInfoFetcher idInfoFetcher)
- Specified by:
isAuthTypeEnabledin interfaceAuthType- Overrides:
isAuthTypeEnabledin classAuthTypeImpl
-
-