Class BioAuthServiceImpl
- java.lang.Object
-
- io.mosip.authentication.common.service.impl.BioAuthServiceImpl
-
- All Implemented Interfaces:
AuthService,BioAuthService
@Service public class BioAuthServiceImpl extends Object implements BioAuthService
Bio-service to implement Biometric Authentication.- Author:
- Dinesh Karuppiah.T, Manoj SP
-
-
Constructor Summary
Constructors Constructor Description BioAuthServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthStatusInfoauthenticate(AuthRequestDTO authRequestDTO, String token, Map<String,List<IdentityInfoDTO>> bioIdentity, String partnerId, boolean isAuth)Validate Bio Auth details based on Bio auth request and Biometric Identity values.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.mosip.authentication.core.spi.indauth.service.BioAuthService
authenticate
-
-
-
-
Method Detail
-
authenticate
public AuthStatusInfo authenticate(AuthRequestDTO authRequestDTO, String token, Map<String,List<IdentityInfoDTO>> bioIdentity, String partnerId, boolean isAuth) throws IdAuthenticationBusinessException
Validate Bio Auth details based on Bio auth request and Biometric Identity values.- Specified by:
authenticatein interfaceBioAuthService- Parameters:
authRequestDTO- the auth request DTOuin- the uinbioIdentity- the bio identitypartnerId- the partner id- Returns:
- the auth status info
- Throws:
IdAuthenticationBusinessException- the id authentication business exception
-
-