Uses of Class
io.mosip.authentication.common.service.impl.match.BioAuthType
-
Packages that use BioAuthType Package Description io.mosip.authentication.common.service.impl.match -
-
Uses of BioAuthType in io.mosip.authentication.common.service.impl.match
Methods in io.mosip.authentication.common.service.impl.match that return BioAuthType Modifier and Type Method Description static BioAuthTypeBioAuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static BioAuthType[]BioAuthType. 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 that return types with arguments of type BioAuthType Modifier and Type Method Description static Optional<BioAuthType>BioAuthType. getSingleBioAuthTypeForType(String type)This method accepts the bioType and it will return Optional of BioAuthType only when the count is single.static Stream<BioAuthType>BioAuthType. getSingleBioAuthTypes()
-