Package org.apereo.cas.web.flow.actions
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
Performs two important error handling functions on an
AuthenticationException raised from the authentication
layer:
- Maps handler errors onto message bundle strings for display to user.
- 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 Summary
ConstructorsConstructorDescriptionAuthenticationExceptionHandlerAction(List<CasWebflowExceptionHandler> webflowExceptionHandlers) -
Method Summary
Methods inherited from class org.springframework.webflow.action.AbstractAction
afterPropertiesSet, execute, getEventFactorySupport
-
Constructor Details
-
AuthenticationExceptionHandlerAction
public AuthenticationExceptionHandlerAction(List<CasWebflowExceptionHandler> webflowExceptionHandlers)
-