Package org.apereo.cas.web.flow.actions
Class ConsumerExecutionAction
- java.lang.Object
-
- org.apereo.cas.web.flow.actions.ConsumerExecutionAction
-
- All Implemented Interfaces:
org.springframework.webflow.execution.Action
public class ConsumerExecutionAction extends java.lang.Object implements org.springframework.webflow.execution.ActionThis isConsumerExecutionAction.- Since:
- 6.4.0
-
-
Constructor Summary
Constructors Constructor Description ConsumerExecutionAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.webflow.execution.Eventexecute(org.springframework.webflow.execution.RequestContext requestContext)java.lang.StringtoString()
-
-
-
Method Detail
-
execute
public org.springframework.webflow.execution.Event execute(org.springframework.webflow.execution.RequestContext requestContext)
- Specified by:
executein interfaceorg.springframework.webflow.execution.Action
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-