@Service public class DemoAuthServiceImpl extends Object implements DemoAuthService
| Modifier and Type | Field and Description |
|---|---|
org.springframework.core.env.Environment |
environment
The environment.
|
IdInfoHelper |
idInfoHelper
The id info helper.
|
MatchInputBuilder |
matchInputBuilder
The id info helper.
|
| Constructor and Description |
|---|
DemoAuthServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
AuthStatusInfo |
authenticate(AuthRequestDTO authRequestDTO,
String uin,
Map<String,List<IdentityInfoDTO>> demoEntity,
String partnerId) |
List<MatchInput> |
constructMatchInput(AuthRequestDTO authRequestDTO)
Construct match input.
|
List<MatchOutput> |
getMatchOutput(List<MatchInput> listMatchInputs,
AuthRequestDTO authRequestDTO,
Map<String,List<IdentityInfoDTO>> demoEntity,
String partnerId)
Gets the match output.
|
@Autowired public org.springframework.core.env.Environment environment
@Autowired public IdInfoHelper idInfoHelper
@Autowired public MatchInputBuilder matchInputBuilder
public List<MatchOutput> getMatchOutput(List<MatchInput> listMatchInputs, AuthRequestDTO authRequestDTO, Map<String,List<IdentityInfoDTO>> demoEntity, String partnerId) throws IdAuthenticationBusinessException
listMatchInputs - the list match inputsauthRequestDTO - the demo DTOdemoEntity - the demo entitypartnerId - the partner idIdAuthenticationBusinessException - the id authentication business
exceptionpublic AuthStatusInfo authenticate(AuthRequestDTO authRequestDTO, String uin, Map<String,List<IdentityInfoDTO>> demoEntity, String partnerId) throws IdAuthenticationBusinessException
authenticate in interface AuthServiceIdAuthenticationBusinessExceptionpublic List<MatchInput> constructMatchInput(AuthRequestDTO authRequestDTO)
authRequestDTO - the auth request DTOCopyright © 2020. All rights reserved.