org.jasig.cas.web.flow
Class GenerateLoginTicketAction

java.lang.Object
  extended by org.jasig.cas.web.flow.GenerateLoginTicketAction

public class GenerateLoginTicketAction
extends Object

Generates the login ticket parameter as described in section 3.5 of the CAS protocol.

Since:
3.4.9
Version:
$Revision$ $Date$
Author:
Marvin S. Addison

Constructor Summary
GenerateLoginTicketAction()
           
 
Method Summary
 String generate(org.springframework.webflow.execution.RequestContext context)
           
 void setTicketIdGenerator(UniqueTicketIdGenerator generator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateLoginTicketAction

public GenerateLoginTicketAction()
Method Detail

generate

public final String generate(org.springframework.webflow.execution.RequestContext context)

setTicketIdGenerator

public void setTicketIdGenerator(UniqueTicketIdGenerator generator)


Copyright © 2004-2013 Jasig. All Rights Reserved.