Uses of Interface
io.mosip.authentication.core.spi.indauth.match.IdMapping
-
Packages that use IdMapping Package Description io.mosip.authentication.core.spi.indauth.match -
-
Uses of IdMapping in io.mosip.authentication.core.spi.indauth.match
Classes in io.mosip.authentication.core.spi.indauth.match that implement IdMapping Modifier and Type Class Description classDynamicIdMappingThe Class DynamicIdMapping.Methods in io.mosip.authentication.core.spi.indauth.match that return IdMapping Modifier and Type Method Description IdMappingMatchType. getIdMapping()Gets the IDMapping.Methods in io.mosip.authentication.core.spi.indauth.match that return types with arguments of type IdMapping Modifier and Type Method Description static Optional<IdMapping>IdMapping. getIdMapping(String name, IdMapping[] values, MappingConfig idMappingConfig)Method to get ID Mapping.Set<IdMapping>DynamicIdMapping. getSubIdMappings()Gets the sub id mappings.Set<IdMapping>IdMapping. getSubIdMappings()Gets the sub id mappings.Methods in io.mosip.authentication.core.spi.indauth.match with parameters of type IdMapping Modifier and Type Method Description static Optional<IdMapping>IdMapping. getIdMapping(String name, IdMapping[] values, MappingConfig idMappingConfig)Method to get ID Mapping.Optional<String>IdInfoFetcher. getTypeForIdName(String idName, IdMapping[] idMappings)Gets the type for id name.
-