Uses of Interface
io.mosip.authentication.core.spi.indauth.match.MappingConfig
-
Packages that use MappingConfig Package Description io.mosip.authentication.core.spi.indauth.match -
-
Uses of MappingConfig in io.mosip.authentication.core.spi.indauth.match
Methods in io.mosip.authentication.core.spi.indauth.match that return MappingConfig Modifier and Type Method Description MappingConfigIdInfoFetcher. getMappingConfig()Gets the mapping config.Methods in io.mosip.authentication.core.spi.indauth.match that return types with arguments of type MappingConfig Modifier and Type Method Description 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 MappingConfig Modifier and Type Method Description static Optional<IdMapping>IdMapping. getIdMapping(String name, IdMapping[] values, MappingConfig idMappingConfig)Method to get ID Mapping.default booleanMatchType. isMultiLanguage(String propName, Map<String,List<IdentityInfoDTO>> identityEntity, MappingConfig mappingConfig)default booleanMatchType. isPropMultiLang(String propName, MappingConfig cfg)Check if the mapped property is of multi-language type.
-