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(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the login error response.
|
boolean |
onSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles login success response.
|
boolean onError(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
request
- the HTTP requestresponse
- the HTTP responseboolean onSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
request
- the HTTP requestresponse
- the HTTP responseCopyright © 2015 Nuxeo SA. All rights reserved.