public final class SendTicketGrantingTicketAction
extends org.springframework.webflow.action.AbstractAction
| Constructor and Description |
|---|
SendTicketGrantingTicketAction(CookieRetrievingCookieGenerator ticketGrantingTicketCookieGenerator,
CentralAuthenticationService centralAuthenticationService,
ServicesManager servicesManager)
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(CentralAuthenticationService centralAuthenticationService)
Deprecated.
As of 4.1, use constructors instead.
|
void |
setCreateSsoSessionCookieOnRenewAuthentications(boolean createSsoSessionCookieOnRenewAuthentications) |
void |
setServicesManager(ServicesManager servicesManager)
Deprecated.
As of 4.1, use constructors instead.
|
void |
setTicketGrantingTicketCookieGenerator(CookieRetrievingCookieGenerator ticketGrantingTicketCookieGenerator)
Deprecated.
As of 4.1, use constructors instead.
|
public SendTicketGrantingTicketAction(CookieRetrievingCookieGenerator ticketGrantingTicketCookieGenerator, CentralAuthenticationService centralAuthenticationService, ServicesManager servicesManager)
ticketGrantingTicketCookieGenerator - the ticket granting ticket cookie generatorcentralAuthenticationService - the central authentication serviceservicesManager - the services managerprotected org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext context)
doExecute in class org.springframework.webflow.action.AbstractAction@Deprecated public void setTicketGrantingTicketCookieGenerator(CookieRetrievingCookieGenerator ticketGrantingTicketCookieGenerator)
ticketGrantingTicketCookieGenerator - the id generator@Deprecated public void setCentralAuthenticationService(CentralAuthenticationService centralAuthenticationService)
centralAuthenticationService - cas instancepublic void setCreateSsoSessionCookieOnRenewAuthentications(boolean createSsoSessionCookieOnRenewAuthentications)
@Deprecated public void setServicesManager(ServicesManager servicesManager)
servicesManager - the service managerCopyright © 2004-2016 Apereo. All Rights Reserved.