Package org.apereo.cas.web.flow.actions
Class BaseCasWebflowAction
java.lang.Object
org.springframework.webflow.action.AbstractAction
org.apereo.cas.web.flow.actions.BaseCasWebflowAction
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
- Direct Known Subclasses:
AbstractAuthenticationAction,AuthenticationExceptionHandlerAction,BaseBrowserStorageAction,CheckWebAuthenticationRequestAction,ClearWebflowCredentialAction,ConsumerExecutionAction,FetchTicketGrantingTicketAction,GroovyScriptWebflowAction,RedirectToServiceAction,RenewAuthenticationRequestCheckAction,StaticEventExecutionAction
public abstract class BaseCasWebflowAction
extends org.springframework.webflow.action.AbstractAction
This is
BaseCasWebflowAction.- Since:
- 6.5.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.webflow.action.AbstractAction
afterPropertiesSet, execute, getEventFactorySupport
-
Constructor Details
-
BaseCasWebflowAction
public BaseCasWebflowAction()
-