Package org.apereo.cas.web.flow.actions
Class InitialAuthenticationAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- 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
public class InitialAuthenticationAction extends AbstractAuthenticationAction
This isInitialAuthenticationAction, which serves as a placeholder for now to control initial authn behavior, and to accommodate audit log events.- Since:
- 5.1.0
-
-
Constructor Summary
Constructors Constructor Description InitialAuthenticationAction(CasDelegatingWebflowEventResolver delegatingWebflowEventResolver, CasWebflowEventResolver webflowEventResolver, org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy)
-
Method Summary
-
Methods inherited from class org.apereo.cas.web.flow.actions.AbstractAuthenticationAction
doExecute, fireEventHooks, onError, onSuccess, onWarn
-
-
-
-
Constructor Detail
-
InitialAuthenticationAction
public InitialAuthenticationAction(CasDelegatingWebflowEventResolver delegatingWebflowEventResolver, CasWebflowEventResolver webflowEventResolver, org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy)
-
-