- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean, org.springframework.webflow.execution.Action
public final class SendTicketGrantingTicketAction
extends org.springframework.webflow.action.AbstractAction
Action 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.4
- Version:
- $Revision$ $Date$
- Author:
- Scott Battaglia