Package org.apereo.cas.web.flow.actions
Class ClearWebflowCredentialAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.apereo.cas.web.flow.actions.ClearWebflowCredentialAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class ClearWebflowCredentialAction extends org.springframework.webflow.action.AbstractActionThis actionClearWebflowCredentialActionis invoked ONLY as an exit-action for non-interactive authn flows. Don't clear credentials when "success" occurs which leads the webflow to "createTicketGrantingTicket" but may be overridden by the AUP flow which needs credentials in some cases. Credentials need to be cleared if webflow is returning to login page where credentials without a username property will not bind correctly to the login form in the thymeleaf template.- Since:
- 5.0.0
-
-
Constructor Summary
Constructors Constructor Description ClearWebflowCredentialAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.webflow.execution.EventdoExecute(org.springframework.webflow.execution.RequestContext requestContext)
-