org.cagrid.gaards.websso.authentication
Class CaGridWebSSOAuthenticationViaFormAction

java.lang.Object
  extended by org.springframework.webflow.action.AbstractAction
      extended by org.springframework.webflow.action.MultiAction
          extended by org.springframework.webflow.action.FormAction
              extended by org.jasig.cas.web.flow.AuthenticationViaFormAction
                  extended by org.cagrid.gaards.websso.authentication.CaGridWebSSOAuthenticationViaFormAction
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.webflow.execution.Action

public class CaGridWebSSOAuthenticationViaFormAction
extends org.jasig.cas.web.flow.AuthenticationViaFormAction


Nested Class Summary
 
Nested classes/interfaces inherited from class org.springframework.webflow.action.MultiAction
org.springframework.webflow.action.MultiAction.MethodResolver
 
Field Summary
 
Fields inherited from class org.springframework.webflow.action.FormAction
DEFAULT_FORM_OBJECT_NAME, VALIDATOR_METHOD_ATTRIBUTE
 
Fields inherited from class org.springframework.webflow.action.AbstractAction
logger
 
Constructor Summary
CaGridWebSSOAuthenticationViaFormAction()
           
 
Method Summary
protected  void initAction()
           
 org.springframework.webflow.execution.Event referenceData(org.springframework.webflow.execution.RequestContext context)
           
 
Methods inherited from class org.jasig.cas.web.flow.AuthenticationViaFormAction
afterPropertiesSet, doBind, setCentralAuthenticationService, setCredentialsBinder, setTicketGrantingTicketCookieGenerator, setWarnCookieGenerator, submit
 
Methods inherited from class org.springframework.webflow.action.FormAction
bind, bindAndValidate, createBinder, createFormObject, doBind, doValidate, getFormErrors, getFormErrorsScope, getFormObject, getFormObjectAccessor, getFormObjectClass, getFormObjectName, getFormObjectScope, getMessageCodesResolver, getPropertyEditorRegistrar, getValidateMethodInvoker, getValidator, initBinder, registerPropertyEditors, registerPropertyEditors, resetForm, setFormErrorsScope, setFormObjectClass, setFormObjectName, setFormObjectScope, setMessageCodesResolver, setPropertyEditorRegistrar, setupForm, setValidator, validate, validationEnabled
 
Methods inherited from class org.springframework.webflow.action.MultiAction
doExecute, getMethodResolver, setMethodResolver, setTarget
 
Methods inherited from class org.springframework.webflow.action.AbstractAction
doPostExecute, doPreExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, 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

CaGridWebSSOAuthenticationViaFormAction

public CaGridWebSSOAuthenticationViaFormAction()
Method Detail

referenceData

public org.springframework.webflow.execution.Event referenceData(org.springframework.webflow.execution.RequestContext context)
                                                          throws java.lang.Exception
Throws:
java.lang.Exception

initAction

protected void initAction()
Overrides:
initAction in class org.springframework.webflow.action.FormAction