Uses of Class
io.mosip.authentication.core.spi.indauth.match.MatchingStrategyType
-
Packages that use MatchingStrategyType Package Description io.mosip.authentication.core.spi.indauth.match -
-
Uses of MatchingStrategyType in io.mosip.authentication.core.spi.indauth.match
Fields in io.mosip.authentication.core.spi.indauth.match declared as MatchingStrategyType Modifier and Type Field Description static MatchingStrategyTypeMatchingStrategyType. DEFAULT_MATCHING_STRATEGYThe Constant default_Matching_Strategy.Methods in io.mosip.authentication.core.spi.indauth.match that return MatchingStrategyType Modifier and Type Method Description default MatchingStrategyTypeMatchingStrategy. getType()Gets the type.static MatchingStrategyTypeMatchingStrategyType. valueOf(String name)Returns the enum constant of this type with the specified name.static MatchingStrategyType[]MatchingStrategyType. 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 MatchingStrategyType Modifier and Type Method Description static Optional<MatchingStrategyType>MatchingStrategyType. getMatchStrategyType(String type)Gets the match strategy type.Methods in io.mosip.authentication.core.spi.indauth.match with parameters of type MatchingStrategyType Modifier and Type Method Description Optional<MatchingStrategy>MatchType. getAllowedMatchingStrategy(MatchingStrategyType matchStrategyType)Gets the allowed matching strategy for the MatchingStrategyType value.
-