Package org.apereo.cas.web.flow.actions
Class ClearWebflowCredentialAction
java.lang.Object
org.springframework.webflow.action.AbstractAction
org.apereo.cas.web.flow.actions.BaseCasWebflowAction
org.apereo.cas.web.flow.actions.ClearWebflowCredentialAction
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
This action
ClearWebflowCredentialAction is 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 -
Method Summary
Methods inherited from class org.springframework.webflow.action.AbstractAction
afterPropertiesSet, execute, getEventFactorySupport
-
Constructor Details
-
ClearWebflowCredentialAction
public ClearWebflowCredentialAction()
-