Class PasswordAuthServiceImpl
- java.lang.Object
-
- io.mosip.authentication.common.service.impl.PasswordAuthServiceImpl
-
- All Implemented Interfaces:
AuthService,PasswordAuthService
@Service public class PasswordAuthServiceImpl extends Object implements PasswordAuthService
-
-
Constructor Summary
Constructors Constructor Description PasswordAuthServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthStatusInfoauthenticate(AuthRequestDTO authRequestDTO, String individualId, Map<String,List<IdentityInfoDTO>> idInfo, String partnerId)List<MatchInput>constructMatchInput(AuthRequestDTO authRequestDTO, Map<String,List<IdentityInfoDTO>> idInfo)
-
-
-
Method Detail
-
authenticate
public AuthStatusInfo authenticate(AuthRequestDTO authRequestDTO, String individualId, Map<String,List<IdentityInfoDTO>> idInfo, String partnerId) throws IdAuthenticationBusinessException
- Specified by:
authenticatein interfaceAuthService- Throws:
IdAuthenticationBusinessException
-
constructMatchInput
public List<MatchInput> constructMatchInput(AuthRequestDTO authRequestDTO, Map<String,List<IdentityInfoDTO>> idInfo)
-
-