Package org.apereo.cas.ws.idp.web
Class BaseWSFederationRequestController
java.lang.Object
org.apereo.cas.ws.idp.web.BaseWSFederationRequestController
- Direct Known Subclasses:
WSFederationValidateRequestCallbackController,WSFederationValidateRequestController
This is
BaseWSFederationRequestController.- Since:
- 5.1.0
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.ModelAndViewhandleUnauthorizedServiceException(jakarta.servlet.http.HttpServletRequest req, Exception ex) Handle unauthorized service exception.
-
Method Details
-
handleUnauthorizedServiceException
@ExceptionHandler(java.lang.Exception.class) public org.springframework.web.servlet.ModelAndView handleUnauthorizedServiceException(jakarta.servlet.http.HttpServletRequest req, Exception ex) Handle unauthorized service exception.- Parameters:
req- the reqex- the ex- Returns:
- the model and view
-
getConfigContext
-