@Service public class PinAuthServiceImpl extends Object implements PinAuthService
| Modifier and Type | Field and Description |
|---|---|
IdInfoHelper |
idInfoHelper
The id info helper.
|
MatchInputBuilder |
matchInputBuilder
The id info helper.
|
| Constructor and Description |
|---|
PinAuthServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
AuthStatusInfo |
authenticate(AuthRequestDTO authRequestDTO,
String uin,
Map<String,List<IdentityInfoDTO>> idInfo,
String partnerId) |
Map<String,String> |
getSPin(String uinValue,
AuthRequestDTO authReq,
String partnerId)
getSPin method used to fetch the SPIN value of the individual's from the
database.
|
@Autowired public IdInfoHelper idInfoHelper
@Autowired public MatchInputBuilder matchInputBuilder
public AuthStatusInfo authenticate(AuthRequestDTO authRequestDTO, String uin, Map<String,List<IdentityInfoDTO>> idInfo, String partnerId) throws IdAuthenticationBusinessException
authenticate in interface AuthServiceIdAuthenticationBusinessExceptionCopyright © 2020. All rights reserved.