Package org.apereo.cas.web.flow.login
Class SendTicketGrantingTicketAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.apereo.cas.web.flow.login.SendTicketGrantingTicketAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class SendTicketGrantingTicketAction extends org.springframework.webflow.action.AbstractActionAction that handles the TicketGrantingTicket creation and destruction. If the action is given a TicketGrantingTicket and one also already exists, the old one is destroyed and replaced with the new one. This action always returns "success".- Since:
- 3.0.0
-
-
Constructor Summary
Constructors Constructor Description SendTicketGrantingTicketAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.webflow.execution.EventdoExecute(org.springframework.webflow.execution.RequestContext context)
-