Uses of Interface
io.mosip.authentication.core.spi.indauth.match.MatchingStrategy
-
Packages that use MatchingStrategy Package Description io.mosip.authentication.core.spi.indauth.match -
-
Uses of MatchingStrategy in io.mosip.authentication.core.spi.indauth.match
Subinterfaces of MatchingStrategy in io.mosip.authentication.core.spi.indauth.match Modifier and Type Interface Description interfaceTextMatchingStrategyThe Interface MatchingStrategy.Methods in io.mosip.authentication.core.spi.indauth.match that return MatchingStrategy Modifier and Type Method Description default MatchingStrategyMatchingStrategy. getMatchingStrategy()Gets the matching strategy.Methods in io.mosip.authentication.core.spi.indauth.match that return types with arguments of type MatchingStrategy Modifier and Type Method Description Optional<MatchingStrategy>MatchType. getAllowedMatchingStrategy(MatchingStrategyType matchStrategyType)Gets the allowed matching strategy for the MatchingStrategyType value.
-