Uses of Enum Class
io.mosip.authentication.core.spi.indauth.match.MatchingStrategyType
Packages that use MatchingStrategyType
-
Uses of MatchingStrategyType in io.mosip.authentication.core.spi.indauth.match
Fields in io.mosip.authentication.core.spi.indauth.match declared as MatchingStrategyTypeModifier and TypeFieldDescriptionstatic final MatchingStrategyTypeMatchingStrategyType.DEFAULT_MATCHING_STRATEGYThe Constant default_Matching_Strategy.Methods in io.mosip.authentication.core.spi.indauth.match that return MatchingStrategyTypeModifier and TypeMethodDescriptiondefault MatchingStrategyTypeMatchingStrategy.getType()Gets the type.static MatchingStrategyTypeReturns the enum constant of this class with the specified name.static MatchingStrategyType[]MatchingStrategyType.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 MatchingStrategyTypeModifier and TypeMethodDescriptionstatic Optional<MatchingStrategyType> MatchingStrategyType.getMatchStrategyType(String type) Gets the match strategy type.Methods in io.mosip.authentication.core.spi.indauth.match with parameters of type MatchingStrategyTypeModifier and TypeMethodDescriptionMatchType.getAllowedMatchingStrategy(MatchingStrategyType matchStrategyType) Gets the allowed matching strategy for the MatchingStrategyType value.