public class TicketGrantingTicketCheckAction
extends org.springframework.webflow.action.AbstractAction
NOT_EXISTS - TGT not found in flow request context.INVALID TGT has expired or is not found in ticket registry.VALID - TGT found in ticket registry and has not expired.| Modifier and Type | Field and Description |
|---|---|
static String |
INVALID
TGT invalid event ID="invalid".
|
static String |
NOT_EXISTS
TGT does not exist event ID="notExists".
|
static String |
VALID
TGT valid event ID="valid".
|
| Constructor and Description |
|---|
TicketGrantingTicketCheckAction(CentralAuthenticationService centralAuthenticationService)
Creates a new instance with the given ticket registry.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.webflow.execution.Event |
doExecute(org.springframework.webflow.execution.RequestContext requestContext)
Determines whether the TGT in the flow request context is valid.
|
public static final String NOT_EXISTS
public static final String INVALID
public static final String VALID
public TicketGrantingTicketCheckAction(CentralAuthenticationService centralAuthenticationService)
centralAuthenticationService - the central authentication serviceprotected org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext requestContext)
throws Exception
doExecute in class org.springframework.webflow.action.AbstractActionrequestContext - Flow request context.NOT_EXISTS, INVALID, or VALID.Exception - in case ticket cannot be retrieved from the service layerCopyright © 2004-2016 Apereo. All Rights Reserved.