org.jasig.cas.web.flow
Class SendTicketGrantingTicketAction

java.lang.Object
  extended by org.springframework.webflow.action.AbstractAction
      extended by org.jasig.cas.web.flow.SendTicketGrantingTicketAction
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: 47522 $ $Date: 2009-12-14 23:33:36 -0500 (Mon, 14 Dec 2009) $
Author:
Scott Battaglia

Field Summary
 
Fields inherited from class org.springframework.webflow.action.AbstractAction
logger
 
Constructor Summary
SendTicketGrantingTicketAction()
           
 
Method Summary
protected  org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext context)
           
 void setCentralAuthenticationService(CentralAuthenticationService centralAuthenticationService)
           
 void setTicketGrantingTicketCookieGenerator(CookieRetrievingCookieGenerator ticketGrantingTicketCookieGenerator)
           
 
Methods inherited from class org.springframework.webflow.action.AbstractAction
afterPropertiesSet, doPostExecute, doPreExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, initAction, no, result, result, result, result, success, success, yes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendTicketGrantingTicketAction

public SendTicketGrantingTicketAction()
Method Detail

doExecute

protected org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext context)
Specified by:
doExecute in class org.springframework.webflow.action.AbstractAction

setTicketGrantingTicketCookieGenerator

public void setTicketGrantingTicketCookieGenerator(CookieRetrievingCookieGenerator ticketGrantingTicketCookieGenerator)

setCentralAuthenticationService

public void setCentralAuthenticationService(CentralAuthenticationService centralAuthenticationService)


Copyright © 2004-2010 Java Architectures Special Interest Group. All Rights Reserved.