Class SecurityExceptionHandler
java.lang.Object
org.nuxeo.ecm.platform.web.common.exceptionhandling.DefaultNuxeoExceptionHandler
org.nuxeo.ecm.platform.ui.web.auth.cas2.SecurityExceptionHandler
- All Implemented Interfaces:
NuxeoExceptionHandler
-
Field Summary
Fields inherited from class org.nuxeo.ecm.platform.web.common.exceptionhandling.DefaultNuxeoExceptionHandler
MAPPER, parameters
Fields inherited from interface org.nuxeo.ecm.platform.web.common.exceptionhandling.NuxeoExceptionHandler
EXCEPTION_HANDLER_MARKER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Cas2Authenticator
protected String
getURLToReach
(javax.servlet.http.HttpServletRequest request) void
handleException
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Throwable t) Methods inherited from class org.nuxeo.ecm.platform.web.common.exceptionhandling.DefaultNuxeoExceptionHandler
getExceptionMessage, getHandler, getLoginURL, getPrincipal, handleAnonymousException, setParameters, startHandlingException, writeExceptionAsJson
-
Field Details
-
CAS_REDIRECTION_URL
- See Also:
-
COOKIE_NAME_LOGOUT_URL
- See Also:
-
-
Constructor Details
-
SecurityExceptionHandler
public SecurityExceptionHandler()
-
-
Method Details
-
handleException
public void handleException(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Throwable t) throws IOException, javax.servlet.ServletException - Specified by:
handleException
in interfaceNuxeoExceptionHandler
- Overrides:
handleException
in classDefaultNuxeoExceptionHandler
- Throws:
IOException
javax.servlet.ServletException
-
getCasAuthenticator
-
getURLToReach
-