Package org.apereo.cas.web.flow.login
Class ServiceWarningAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.apereo.cas.web.flow.login.ServiceWarningAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class ServiceWarningAction extends org.springframework.webflow.action.AbstractActionThis isServiceWarningAction. Populates the view with the target url of the application after the warning screen is displayed.- Since:
- 5.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPARAMETER_NAME_IGNORE_WARNINGParameter name indicating that warning should be ignored and removed.
-
Constructor Summary
Constructors Constructor Description ServiceWarningAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.webflow.execution.EventdoExecute(org.springframework.webflow.execution.RequestContext context)
-
-
-
Field Detail
-
PARAMETER_NAME_IGNORE_WARNING
public static final java.lang.String PARAMETER_NAME_IGNORE_WARNING
Parameter name indicating that warning should be ignored and removed.- See Also:
- Constant Field Values
-
-