public class TicketGrantingTicketCheckAction
extends org.springframework.webflow.action.AbstractAction
| Constructor and Description |
|---|
TicketGrantingTicketCheckAction() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.webflow.execution.Event |
doExecute(org.springframework.webflow.execution.RequestContext requestContext)
Determines whether the TGT in the flow request context is valid.
|
public org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext requestContext)
doExecute in class org.springframework.webflow.action.AbstractActionrequestContext - Flow request context.