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