public class SecurityExceptionHandler extends DefaultNuxeoExceptionHandler
Modifier and Type | Field and Description |
---|---|
static String |
CAS_REDIRECTION_URL |
static String |
COOKIE_NAME_LOGOUT_URL |
parameters
EXCEPTION_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, getUserMessage, setParameters, startHandlingException, unwrapException
public 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 NuxeoExceptionHandler
handleException
in class DefaultNuxeoExceptionHandler
IOException
javax.servlet.ServletException
protected Cas2Authenticator getCasAuthenticator()
protected String getURLToReach(javax.servlet.http.HttpServletRequest request)
protected URLPolicyService getURLPolicyService()
Copyright © 2015 Nuxeo SA. All rights reserved.