public class SecurityExceptionHandler extends DefaultNuxeoExceptionHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
CAS_REDIRECTION_URL |
static String |
COOKIE_NAME_LOGOUT_URL |
parametersEXCEPTION_HANDLER_MARKER| Constructor and Description |
|---|
SecurityExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected Cas2Authenticator |
getCasAuthenticator() |
protected URLPolicyService |
getURLPolicyService() |
protected String |
getURLToReach(javax.servlet.http.HttpServletRequest request) |
void |
handleException(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Throwable t) |
getHandler, getLoginURL, getPrincipal, getUserMessage, handleAnonymousException, setParameters, startHandlingExceptionpublic static final String CAS_REDIRECTION_URL
public static final String COOKIE_NAME_LOGOUT_URL
public SecurityExceptionHandler()
public void handleException(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Throwable t) throws IOException, javax.servlet.ServletException
handleException in interface NuxeoExceptionHandlerhandleException in class DefaultNuxeoExceptionHandlerIOExceptionjavax.servlet.ServletExceptionprotected Cas2Authenticator getCasAuthenticator()
protected String getURLToReach(javax.servlet.http.HttpServletRequest request)
protected URLPolicyService getURLPolicyService()
Copyright © 2019 Nuxeo. All rights reserved.