Interface AuthFacade
@Service
public interface AuthFacade
The Interface AuthFacade.
- Author:
- Arun Bose
-
Method Summary
Modifier and TypeMethodDescriptionauthenticateIndividual(AuthRequestDTO authRequest, boolean isExternalAuth, String partnerId, String partnerApiKey, boolean markVidConsumed, ObjectWithMetadata requestWrapperMetadata) Process the authorization type and authorization response is returned.
-
Method Details
-
authenticateIndividual
AuthResponseDTO authenticateIndividual(AuthRequestDTO authRequest, boolean isExternalAuth, String partnerId, String partnerApiKey, boolean markVidConsumed, ObjectWithMetadata requestWrapperMetadata) throws IdAuthenticationBusinessException, IdAuthenticationDaoException Process the authorization type and authorization response is returned.- Parameters:
authRequest- the auth requestpartnerId- the partner idrequest- the request- Returns:
- AuthResponseDTO the auth response DTO
- Throws:
IdAuthenticationBusinessException- the id authentication business exception.IdAuthenticationDaoException- the id authentication dao exception
-