public class TicketGrantingTicketCheckAction extends Object
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(TicketRegistry registry)
Creates a new instance with the given ticket registry.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.webflow.execution.Event |
checkValidity(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(TicketRegistry registry)
registry - Ticket registry to query for valid tickets.public org.springframework.webflow.execution.Event checkValidity(org.springframework.webflow.execution.RequestContext requestContext)
requestContext - Flow request context.NOT_EXISTS, INVALID, or VALID.Copyright © 2004-2014 Jasig. All Rights Reserved.