Class AuthenticationExceptionHandlerAction

java.lang.Object
org.springframework.webflow.action.AbstractAction
org.apereo.cas.web.flow.actions.BaseCasWebflowAction
org.apereo.cas.web.flow.actions.AuthenticationExceptionHandlerAction
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.webflow.execution.Action

public class AuthenticationExceptionHandlerAction extends BaseCasWebflowAction
Performs two important error handling functions on an AuthenticationException raised from the authentication layer:
  1. Maps handler errors onto message bundle strings for display to user.
  2. Determines the next webflow state by comparing handler errors. in list order. The first entry that matches determines the outcome state, which is the simple class name of the exception.
Since:
4.0.0
  • Constructor Details