Uses of Interface
io.mosip.authentication.core.spi.indauth.match.IdInfoFetcher
-
Packages that use IdInfoFetcher Package Description io.mosip.authentication.core.spi.indauth.match -
-
Uses of IdInfoFetcher in io.mosip.authentication.core.spi.indauth.match
Methods in io.mosip.authentication.core.spi.indauth.match with parameters of type IdInfoFetcher Modifier and Type Method Description default StringAuthType. getDisplayName(AuthRequestDTO authReq, IdInfoFetcher helper)default Optional<Integer>AuthType. getMatchingThreshold(AuthRequestDTO authReq, String language, org.springframework.core.env.Environment environment, IdInfoFetcher idInfoFetcher)Gets the matching threshold.default Map<String,Object>AuthType. getMatchProperties(AuthRequestDTO authRequestDTO, IdInfoFetcher languageInfoFetcher, String language)Gets the match properties.default booleanAuthType. isAuthTypeEnabled(AuthRequestDTO authReq, IdInfoFetcher idInfoFetcher)Checks if is auth type info available.default Map<String,Map.Entry<String,List<IdentityInfoDTO>>>MatchType. mapEntityInfo(Map<String,List<IdentityInfoDTO>> idEntity, IdInfoFetcher idInfoHelper)To fetch Map Entity Info.
-