Uses of Interface
io.mosip.authentication.core.spi.indauth.match.AuthType
-
Packages that use AuthType Package Description io.mosip.authentication.core.spi.indauth.match -
-
Uses of AuthType in io.mosip.authentication.core.spi.indauth.match
Methods in io.mosip.authentication.core.spi.indauth.match that return AuthType Modifier and Type Method Description AuthTypeAuthType. getAuthTypeImpl()Gets the auth type impl.Methods in io.mosip.authentication.core.spi.indauth.match that return types with arguments of type AuthType Modifier and Type Method Description static Optional<AuthType>AuthType. getAuthTypeForMatchType(MatchType matchType, AuthType[] authTypes)Gets the auth type for match type.Methods in io.mosip.authentication.core.spi.indauth.match with parameters of type AuthType Modifier and Type Method Description static Optional<AuthType>AuthType. getAuthTypeForMatchType(MatchType matchType, AuthType[] authTypes)Gets the auth type for match type.TriFunctionWithBusinessException<Map<String,String>,Map<String,String>,Map<String,Object>,Double>IdInfoFetcher. getMatchFunction(AuthType authType)Gets the match function.
-