Package org.apereo.cas.web.flow.login
Class TicketGrantingTicketCheckAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.apereo.cas.web.flow.login.TicketGrantingTicketCheckAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class TicketGrantingTicketCheckAction extends org.springframework.webflow.action.AbstractActionWebflow action that checks whether the TGT in the request context is valid.- Since:
- 4.0.0
-
-
Constructor Summary
Constructors Constructor Description TicketGrantingTicketCheckAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.webflow.execution.EventdoExecute(org.springframework.webflow.execution.RequestContext requestContext)Determines whether the TGT in the flow request context is valid.
-
-
-
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:
doExecutein classorg.springframework.webflow.action.AbstractAction- Parameters:
requestContext- Flow request context.- Returns:
- webflow transition to indicate TGT status.
-
-