Class AuthFacadeImpl
- java.lang.Object
-
- io.mosip.authentication.common.service.facade.AuthFacadeImpl
-
- All Implemented Interfaces:
AuthFacade
@Service public class AuthFacadeImpl extends Object implements AuthFacade
This class provides the implementation of AuthFacade, provides the authentication for individual by calling the respective Service ClassesAuthFacade.- Author:
- Arun Bose, Prem Kumar
-
-
Constructor Summary
Constructors Constructor Description AuthFacadeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthResponseDTOauthenticateIndividual(AuthRequestDTO authRequestDTO, boolean isExternalAuth, String partnerId, String partnerApiKey, boolean markVidConsumed, ObjectWithMetadata requestWrapperMetadata)
-
-
-
Method Detail
-
authenticateIndividual
public AuthResponseDTO authenticateIndividual(AuthRequestDTO authRequestDTO, boolean isExternalAuth, String partnerId, String partnerApiKey, boolean markVidConsumed, ObjectWithMetadata requestWrapperMetadata) throws IdAuthenticationBusinessException
- Specified by:
authenticateIndividualin interfaceAuthFacade- Throws:
IdAuthenticationBusinessException
-
-