@Component public class MatchInputBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_EXACT_MATCH_VALUE
The Constant DEFAULT_EXACT_MATCH_VALUE.
|
static String |
DEFAULT_MATCH_VALUE
The Constant DEFAULT_MATCH_VALUE.
|
| Constructor and Description |
|---|
MatchInputBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<MatchInput> |
buildMatchInput(AuthRequestDTO authRequestDTO,
AuthType[] authTypes,
MatchType[] matchTypes)
Construct match input.
|
public static final int DEFAULT_EXACT_MATCH_VALUE
public static final String DEFAULT_MATCH_VALUE
public List<MatchInput> buildMatchInput(AuthRequestDTO authRequestDTO, AuthType[] authTypes, MatchType[] matchTypes)
authRequestDTO - the auth request DTOauthTypes - the auth typesmatchTypes - the match typesCopyright © 2020. All rights reserved.