Class AbstractAuthenticationAction

    • Field Summary

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

        logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.springframework.webflow.execution.Event doExecute​(org.springframework.webflow.execution.RequestContext requestContext)  
      protected org.springframework.webflow.execution.Event fireEventHooks​(org.springframework.webflow.execution.Event event, org.springframework.webflow.execution.RequestContext ctx)
      Fire event hooks.
      protected void onError​(org.springframework.webflow.execution.RequestContext context)
      On error.
      protected void onSuccess​(org.springframework.webflow.execution.RequestContext context)
      On success.
      protected void onWarn​(org.springframework.webflow.execution.RequestContext context)
      On warn.
      • 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

      • AbstractAuthenticationAction

        public AbstractAuthenticationAction()
    • Method Detail

      • doExecute

        protected org.springframework.webflow.execution.Event doExecute​(org.springframework.webflow.execution.RequestContext requestContext)
        Specified by:
        doExecute in class org.springframework.webflow.action.AbstractAction
      • fireEventHooks

        protected org.springframework.webflow.execution.Event fireEventHooks​(org.springframework.webflow.execution.Event event,
                                                                             org.springframework.webflow.execution.RequestContext ctx)
        Fire event hooks.
        Parameters:
        event - the event
        ctx - the ctx
        Returns:
        the event
      • onWarn

        protected void onWarn​(org.springframework.webflow.execution.RequestContext context)
        On warn.
        Parameters:
        context - the context
      • onSuccess

        protected void onSuccess​(org.springframework.webflow.execution.RequestContext context)
        On success.
        Parameters:
        context - the context
      • onError

        protected void onError​(org.springframework.webflow.execution.RequestContext context)
        On error.
        Parameters:
        context - the context