@Component(value="sendTicketGrantingTicketAction")
public final class SendTicketGrantingTicketAction
extends org.springframework.webflow.action.AbstractAction
| Constructor and Description |
|---|
SendTicketGrantingTicketAction()
Instantiates a new Send ticket granting ticket action.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.webflow.execution.Event |
doExecute(org.springframework.webflow.execution.RequestContext context) |
void |
setCentralAuthenticationService(org.jasig.cas.CentralAuthenticationService centralAuthenticationService) |
void |
setCreateSsoSessionCookieOnRenewAuthentications(boolean createSsoSessionCookieOnRenewAuthentications) |
void |
setServicesManager(org.jasig.cas.services.ServicesManager servicesManager) |
void |
setTicketGrantingTicketCookieGenerator(org.jasig.cas.web.support.CookieRetrievingCookieGenerator ticketGrantingTicketCookieGenerator) |
public SendTicketGrantingTicketAction()
protected org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext context)
doExecute in class org.springframework.webflow.action.AbstractActionpublic void setCreateSsoSessionCookieOnRenewAuthentications(boolean createSsoSessionCookieOnRenewAuthentications)
public void setTicketGrantingTicketCookieGenerator(org.jasig.cas.web.support.CookieRetrievingCookieGenerator ticketGrantingTicketCookieGenerator)
public void setCentralAuthenticationService(org.jasig.cas.CentralAuthenticationService centralAuthenticationService)
public void setServicesManager(org.jasig.cas.services.ServicesManager servicesManager)