Uses of Interface
io.mosip.authentication.core.spi.indauth.match.MatchType
-
Packages that use MatchType Package Description io.mosip.authentication.core.spi.indauth.match -
-
Uses of MatchType in io.mosip.authentication.core.spi.indauth.match
Methods in io.mosip.authentication.core.spi.indauth.match that return types with arguments of type MatchType Modifier and Type Method Description default Set<MatchType>AuthType. getAssociatedMatchTypes()Gets the associated match types.BiFunction<MappingConfig,MatchType,List<String>>DynamicIdMapping. getMappingFunction()Gets the mapping function.BiFunction<MappingConfig,MatchType,List<String>>IdMapping. getMappingFunction()Method to get Mapping Function.Methods in io.mosip.authentication.core.spi.indauth.match with parameters of type MatchType Modifier and Type Method Description static Optional<AuthType>AuthType. getAuthTypeForMatchType(MatchType matchType, AuthType[] authTypes)Gets the auth type for match type.Map<String,Map.Entry<String,List<IdentityInfoDTO>>>IdInfoFetcher. getCbeffValues(Map<String,List<IdentityInfoDTO>> idEntity, CbeffDocType[] cbeffDocTypes, MatchType matchType)To fetch cbeff values.Map<String,List<IdentityInfoDTO>>IdInfoFetcher. getIdentityInfo(MatchType matchType, String idName, RequestDTO identity)Gets the identity info.Map<String,String>IdInfoFetcher. getIdentityRequestInfo(MatchType matchType, RequestDTO identity, String language)Gets the identity info for the MatchType from the IdentityDTO.Map<String,String>IdInfoFetcher. getIdentityRequestInfo(MatchType matchType, String idName, RequestDTO identity, String language)Gets the identity info for the MatchType from the IdentityDTO.default booleanAuthType. isAssociatedMatchType(MatchType matchType)Checks if is associated match type.
-