Class MatchingStrategyImpl
- java.lang.Object
-
- io.mosip.authentication.common.service.impl.match.MatchingStrategyImpl
-
- All Implemented Interfaces:
MatchingStrategy
public class MatchingStrategyImpl extends Object implements MatchingStrategy
The Class MatchingStrategyImpl - used to Instantiate the matching strategy for bio based authentication to get match type and match function- Author:
- Sanjay Murali
-
-
Constructor Summary
Constructors Constructor Description MatchingStrategyImpl(MatchingStrategyType matchStrategyType, MatchFunction matchFunction)Instantiates a new matching strategy impl.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchFunctiongetMatchFunction()MatchingStrategygetMatchingStrategy()MatchingStrategyTypegetType()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.mosip.authentication.core.spi.indauth.match.MatchingStrategy
match
-
-
-
-
Constructor Detail
-
MatchingStrategyImpl
public MatchingStrategyImpl(MatchingStrategyType matchStrategyType, MatchFunction matchFunction)
Instantiates a new matching strategy impl.- Parameters:
matchStrategyType- the match strategy typematchFunction- the match function
-
-
Method Detail
-
getType
public MatchingStrategyType getType()
- Specified by:
getTypein interfaceMatchingStrategy
-
getMatchFunction
public MatchFunction getMatchFunction()
- Specified by:
getMatchFunctionin interfaceMatchingStrategy
-
getMatchingStrategy
public MatchingStrategy getMatchingStrategy()
- Specified by:
getMatchingStrategyin interfaceMatchingStrategy
-
-