Class TicketGrantingTicketCheckAction

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean, org.springframework.webflow.execution.Action

    public class TicketGrantingTicketCheckAction
    extends org.springframework.webflow.action.AbstractAction
    Webflow action that checks whether the TGT in the request context is valid.
    Since:
    4.0.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
      org.springframework.webflow.execution.Event doExecute​(org.springframework.webflow.execution.RequestContext requestContext)
      Determines whether the TGT in the flow request context is valid.
      • 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

      • TicketGrantingTicketCheckAction

        public TicketGrantingTicketCheckAction()
    • Method Detail

      • doExecute

        public org.springframework.webflow.execution.Event doExecute​(org.springframework.webflow.execution.RequestContext requestContext)
        Determines whether the TGT in the flow request context is valid.
        Specified by:
        doExecute in class org.springframework.webflow.action.AbstractAction
        Parameters:
        requestContext - Flow request context.
        Returns:
        webflow transition to indicate TGT status.