Class RedirectToServiceAction

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean, org.springframework.webflow.execution.Action
    Direct Known Subclasses:
    InjectResponseHeadersAction

    public class RedirectToServiceAction
    extends org.springframework.webflow.action.AbstractAction
    Since:
    5.1.0
    • Field Summary

      • Fields inherited from class org.springframework.webflow.action.AbstractAction

        logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.springframework.webflow.execution.Event doExecute​(org.springframework.webflow.execution.RequestContext requestContext)  
      protected org.springframework.webflow.execution.Event finalizeResponseEvent​(org.springframework.webflow.execution.RequestContext requestContext, org.apereo.cas.authentication.principal.WebApplicationService service, org.apereo.cas.authentication.principal.Response response)
      Finalize response event event.
      protected java.lang.String getFinalResponseEventId​(org.apereo.cas.authentication.principal.WebApplicationService service, org.apereo.cas.authentication.principal.Response response, org.springframework.webflow.execution.RequestContext requestContext)
      Gets final response event id.
      • Methods inherited from class org.springframework.webflow.action.AbstractAction

        afterPropertiesSet, doPostExecute, doPreExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, initAction, no, result, result, result, result, success, success, yes
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RedirectToServiceAction

        public RedirectToServiceAction()
    • Method Detail

      • doExecute

        protected org.springframework.webflow.execution.Event doExecute​(org.springframework.webflow.execution.RequestContext requestContext)
        Specified by:
        doExecute in class org.springframework.webflow.action.AbstractAction
      • finalizeResponseEvent

        protected org.springframework.webflow.execution.Event finalizeResponseEvent​(org.springframework.webflow.execution.RequestContext requestContext,
                                                                                    org.apereo.cas.authentication.principal.WebApplicationService service,
                                                                                    org.apereo.cas.authentication.principal.Response response)
        Finalize response event event.
        Parameters:
        requestContext - the request context
        service - the service
        response - the response
        Returns:
        the event
      • getFinalResponseEventId

        protected java.lang.String getFinalResponseEventId​(org.apereo.cas.authentication.principal.WebApplicationService service,
                                                           org.apereo.cas.authentication.principal.Response response,
                                                           org.springframework.webflow.execution.RequestContext requestContext)
        Gets final response event id.
        Parameters:
        service - the service
        response - the response
        requestContext - the request context
        Returns:
        the final response event id