org.jasig.cas.web.flow
Class CasDefaultFlowUrlHandler

java.lang.Object
  extended by org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
      extended by org.jasig.cas.web.flow.CasDefaultFlowUrlHandler
All Implemented Interfaces:
org.springframework.webflow.context.servlet.FlowUrlHandler

public class CasDefaultFlowUrlHandler
extends org.springframework.webflow.context.servlet.DefaultFlowUrlHandler

Extends the DefaultFlowUrlHandler to support the CAS requirement that tokens be retrieved via the "lt" request parameter.

Since:
3.4
Version:
$Revision$ $Date$
Author:
Scott Battaglia

Constructor Summary
CasDefaultFlowUrlHandler()
           
 
Method Summary
 java.lang.String getFlowExecutionKey(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
appendQueryParameters, createFlowDefinitionUrl, createFlowExecutionUrl, getEncodingScheme, getFlowId, setEncodingScheme
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CasDefaultFlowUrlHandler

public CasDefaultFlowUrlHandler()
Method Detail

getFlowExecutionKey

public java.lang.String getFlowExecutionKey(javax.servlet.http.HttpServletRequest request)
Specified by:
getFlowExecutionKey in interface org.springframework.webflow.context.servlet.FlowUrlHandler
Overrides:
getFlowExecutionKey in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandler


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