Package org.apereo.cas.web.flow.actions
Class InitialAuthenticationAction
java.lang.Object
org.springframework.webflow.action.AbstractAction
org.apereo.cas.web.flow.actions.BaseCasWebflowAction
org.apereo.cas.web.flow.actions.AbstractAuthenticationAction
org.apereo.cas.web.flow.actions.InitialAuthenticationAction
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
This is
InitialAuthenticationAction,
which serves as a placeholder for now to control
initial authn behavior, and to accommodate audit log events.- Since:
- 5.1.0
-
Constructor Summary
ConstructorsConstructorDescriptionInitialAuthenticationAction(CasDelegatingWebflowEventResolver delegatingWebflowEventResolver, CasWebflowEventResolver webflowEventResolver, org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy) -
Method Summary
Methods inherited from class org.springframework.webflow.action.AbstractAction
afterPropertiesSet, execute, getEventFactorySupport
-
Constructor Details
-
InitialAuthenticationAction
public InitialAuthenticationAction(CasDelegatingWebflowEventResolver delegatingWebflowEventResolver, CasWebflowEventResolver webflowEventResolver, org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy)
-