public interface LoginResponseHandler
NuxeoAuthenticationPlugin
interface
to add login response handling capabilities to existing authenticators.
This interface should be implemented by NuxeoAuthenticationPlugin
instances that needs
full control over the login response.
Modifier and Type | Method and Description |
---|---|
boolean |
onError(HttpServletRequest request,
HttpServletResponse response)
Handles the login error response.
|
boolean |
onSuccess(HttpServletRequest request,
HttpServletResponse response)
Handles login success response.
|
boolean onError(HttpServletRequest request, HttpServletResponse response)
request
- the HTTP requestresponse
- the HTTP responseboolean onSuccess(HttpServletRequest request, HttpServletResponse response)
request
- the HTTP requestresponse
- the HTTP responseCopyright © 2011 Nuxeo SA. All Rights Reserved.