public final class InitialFlowSetupAction
extends org.springframework.webflow.action.AbstractAction
Note: This is technically not threadsafe, but because its overriding with a constant value it doesn't matter.
Note: As of CAS 3.1, this is a required class that retrieves and exposes the values in the two cookies for subclasses to use.
| Constructor and Description |
|---|
InitialFlowSetupAction() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.webflow.execution.Event |
doExecute(org.springframework.webflow.execution.RequestContext context) |
void |
setArgumentExtractors(List<ArgumentExtractor> argumentExtractors) |
void |
setTicketGrantingTicketCookieGenerator(CookieRetrievingCookieGenerator ticketGrantingTicketCookieGenerator) |
void |
setWarnCookieGenerator(CookieRetrievingCookieGenerator warnCookieGenerator) |
protected org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext context)
throws Exception
doExecute in class org.springframework.webflow.action.AbstractActionExceptionpublic void setTicketGrantingTicketCookieGenerator(CookieRetrievingCookieGenerator ticketGrantingTicketCookieGenerator)
public void setWarnCookieGenerator(CookieRetrievingCookieGenerator warnCookieGenerator)
public void setArgumentExtractors(List<ArgumentExtractor> argumentExtractors)
Copyright © 2004-2015 Apereo. All Rights Reserved.