Class BaseWSFederationRequestController

java.lang.Object
org.apereo.cas.ws.idp.web.BaseWSFederationRequestController
Direct Known Subclasses:
WSFederationValidateRequestCallbackController, WSFederationValidateRequestController

@Controller public abstract class BaseWSFederationRequestController extends Object
Since:
5.1.0
  • 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 req
      ex - the ex
      Returns:
      the model and view
    • getConfigContext

      public WSFederationRequestConfigurationContext getConfigContext()