@Service public class BioAuthServiceImpl extends Object implements BioAuthService
| Constructor and Description |
|---|
BioAuthServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
AuthStatusInfo |
authenticate(AuthRequestDTO authRequestDTO,
String uin,
Map<String,List<IdentityInfoDTO>> bioIdentity,
String partnerId,
boolean isAuth)
Validate Bio Auth details based on Bio auth request and Biometric Identity
values.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitauthenticatepublic AuthStatusInfo authenticate(AuthRequestDTO authRequestDTO, String uin, Map<String,List<IdentityInfoDTO>> bioIdentity, String partnerId, boolean isAuth) throws IdAuthenticationBusinessException
authenticate in interface BioAuthServiceauthRequestDTO - the auth request DTOuin - the uinbioIdentity - the bio identitypartnerId - the partner idIdAuthenticationBusinessException - the id authentication business exceptionCopyright © 2020. All rights reserved.