Uses of Class
io.mosip.authentication.core.spi.indauth.match.MatchType.Category
-
Packages that use MatchType.Category Package Description io.mosip.authentication.core.spi.indauth.match -
-
Uses of MatchType.Category in io.mosip.authentication.core.spi.indauth.match
Methods in io.mosip.authentication.core.spi.indauth.match that return MatchType.Category Modifier and Type Method Description MatchType.CategoryMatchType. getCategory()Get the category of this MatchType.static MatchType.CategoryMatchType.Category. valueOf(String name)Returns the enum constant of this type with the specified name.static MatchType.Category[]MatchType.Category. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.mosip.authentication.core.spi.indauth.match that return types with arguments of type MatchType.Category Modifier and Type Method Description static Optional<MatchType.Category>MatchType.Category. getCategory(String type)Get the category for the type.
-