org.jasig.cas.web.flow
Class GenerateServiceTicketAction

java.lang.Object
  extended by org.springframework.webflow.action.AbstractAction
      extended by org.jasig.cas.web.flow.GenerateServiceTicketAction
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.webflow.execution.Action

public final class GenerateServiceTicketAction
extends org.springframework.webflow.action.AbstractAction

Action to generate a service ticket for a given Ticket Granting Ticket and Service.

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
GenerateServiceTicketAction()
           
 
Method Summary
protected  org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext context)
           
protected  boolean isGatewayPresent(org.springframework.webflow.execution.RequestContext context)
           
 void setCentralAuthenticationService(CentralAuthenticationService centralAuthenticationService)
           
 
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

GenerateServiceTicketAction

public GenerateServiceTicketAction()
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

setCentralAuthenticationService

public void setCentralAuthenticationService(CentralAuthenticationService centralAuthenticationService)

isGatewayPresent

protected boolean isGatewayPresent(org.springframework.webflow.execution.RequestContext context)


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