Class InitialAuthenticationAction

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean, org.springframework.webflow.execution.Action

    public class InitialAuthenticationAction
    extends AbstractAuthenticationAction
    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
    • Field Summary

      • Fields inherited from class org.springframework.webflow.action.AbstractAction

        logger
    • Method Summary

      • Methods inherited from class org.springframework.webflow.action.AbstractAction

        afterPropertiesSet, doPostExecute, doPreExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, initAction, no, result, result, result, result, success, success, yes
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InitialAuthenticationAction

        public InitialAuthenticationAction​(CasDelegatingWebflowEventResolver delegatingWebflowEventResolver,
                                           CasWebflowEventResolver webflowEventResolver,
                                           org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy)