Uses of Class
io.mosip.authentication.common.service.impl.match.IdaIdMapping
-
Packages that use IdaIdMapping Package Description io.mosip.authentication.common.service.impl.match -
-
Uses of IdaIdMapping in io.mosip.authentication.common.service.impl.match
Methods in io.mosip.authentication.common.service.impl.match that return IdaIdMapping Modifier and Type Method Description static IdaIdMappingIdaIdMapping. valueOf(String name)Returns the enum constant of this type with the specified name.static IdaIdMapping[]IdaIdMapping. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.mosip.authentication.common.service.impl.match with parameters of type IdaIdMapping Modifier and Type Method Description protected Map<String,Object>BioAuthType. getMatchProperties(AuthRequestDTO authRequestDTO, IdaIdMapping idMapping, IdInfoFetcher idInfoFetcher, TriFunctionWithBusinessException<Map<String,String>,Map<String,String>,Map<String,Object>,Double> func)protected Map<String,Object>BioAuthType. getMultiMatchProperties(AuthRequestDTO authRequestDTO, IdaIdMapping idMapping, IdInfoFetcher idInfoFetcher)protected Map<String,Object>BioAuthType. getSingleMatchProperties(AuthRequestDTO authRequestDTO, IdaIdMapping idMapping, IdInfoFetcher idInfoFetcher)
-