Uses of Interface
io.mosip.authentication.core.spi.indauth.match.MatchType
Packages that use MatchType
-
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 MatchTypeModifier and TypeMethodDescriptionAuthType.getAssociatedMatchTypes()Gets the associated match types.DynamicIdMapping.getMappingFunction()Gets the mapping function.IdMapping.getMappingFunction()Method to get Mapping Function.Methods in io.mosip.authentication.core.spi.indauth.match with parameters of type MatchTypeModifier and TypeMethodDescriptionAuthType.getAuthTypeForMatchType(MatchType matchType, AuthType[] authTypes) Gets the auth type for match type.IdInfoFetcher.getCbeffValues(Map<String, List<IdentityInfoDTO>> idEntity, CbeffDocType[] cbeffDocTypes, MatchType matchType) To fetch cbeff values.IdInfoFetcher.getIdentityInfo(MatchType matchType, String idName, RequestDTO identity) Gets the identity info.IdInfoFetcher.getIdentityRequestInfo(MatchType matchType, RequestDTO identity, String language) Gets the identity info for the MatchType from the IdentityDTO.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.