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

public class ClearWebflowCredentialAction extends BaseCasWebflowAction
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 Details

    • ClearWebflowCredentialAction

      public ClearWebflowCredentialAction()