Class MatchInputBuilder
- java.lang.Object
-
- io.mosip.authentication.common.service.builder.MatchInputBuilder
-
@Component public class MatchInputBuilder extends Object
Builder class to match Inputs.- Author:
- Dinesh Karuppiah.T
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_MATCH_VALUEThe Constant DEFAULT_MATCH_VALUE.
-
Constructor Summary
Constructors Constructor Description MatchInputBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MatchInput>buildMatchInput(AuthRequestDTO authRequestDTO, AuthType[] authTypes, MatchType[] matchTypes, Map<String,List<IdentityInfoDTO>> demoEntity)Construct match input.
-
-
-
Field Detail
-
DEFAULT_MATCH_VALUE
public static final String DEFAULT_MATCH_VALUE
The Constant DEFAULT_MATCH_VALUE.- See Also:
- Constant Field Values
-
-
Method Detail
-
buildMatchInput
public List<MatchInput> buildMatchInput(AuthRequestDTO authRequestDTO, AuthType[] authTypes, MatchType[] matchTypes, Map<String,List<IdentityInfoDTO>> demoEntity)
Construct match input.- Parameters:
authRequestDTO- the auth request DTOauthTypes- the auth typesmatchTypes- the match typesdemoEntity- the demo entity- Returns:
- the list
-
-