Uses of Class
io.mosip.authentication.common.service.impl.match.BioMatchType
-
Packages that use BioMatchType Package Description io.mosip.authentication.common.service.impl.match -
-
Uses of BioMatchType in io.mosip.authentication.common.service.impl.match
Methods in io.mosip.authentication.common.service.impl.match that return BioMatchType Modifier and Type Method Description BioMatchType[]BioMatchType. getMatchTypesForSubIdMappings(Set<IdMapping> subIdMappings)Gets the match types for sub id mappings.static BioMatchTypeBioMatchType. valueOf(String name)Returns the enum constant of this type with the specified name.static BioMatchType[]BioMatchType. 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 BioMatchType Modifier and Type Method Description static Map<String,List<IdentityInfoDTO>>BioMatchType. getIdValuesMap(RequestDTO identityDto, BioMatchType... bioMatchTypes)Gets the id values map.
-