Class EnterpriseUserAccessorPlugin

  • All Implemented Interfaces:
    step.core.plugins.ControllerPlugin, step.core.plugins.OptionalPlugin, step.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>, step.framework.server.ServerPlugin<step.core.GlobalContext>

    public class EnterpriseUserAccessorPlugin
    extends step.core.plugins.AbstractControllerPlugin
    implements step.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void checkPreconditions​(step.core.GlobalContext globalContext)  
      void finalizeStart​(step.core.GlobalContext globalContext)  
      void init​(step.core.GlobalContext globalContext)  
      void postShutdownHook​(step.core.GlobalContext globalContext)  
      void preShutdownHook​(step.core.GlobalContext globalContext)  
      void recover​(step.core.GlobalContext globalContext)  
      void serverStart​(step.core.GlobalContext context)  
      • Methods inherited from class step.core.plugins.AbstractControllerPlugin

        afterInitializeData, canBeDisabled, getExecutionEnginePlugin, getWebPlugin, initializeData, migrateData, serverStop
      • Methods inherited from class step.core.plugins.AbstractPlugin

        toString, validate
      • Methods inherited from class java.lang.Object

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

      • EnterpriseUserAccessorPlugin

        public EnterpriseUserAccessorPlugin()
    • Method Detail

      • init

        public void init​(step.core.GlobalContext globalContext)
                  throws java.lang.Exception
        Specified by:
        init in interface step.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>
        Throws:
        java.lang.Exception
      • serverStart

        public void serverStart​(step.core.GlobalContext context)
                         throws java.lang.Exception
        Specified by:
        serverStart in interface step.framework.server.ServerPlugin<step.core.GlobalContext>
        Overrides:
        serverStart in class step.core.plugins.AbstractControllerPlugin
        Throws:
        java.lang.Exception
      • checkPreconditions

        public void checkPreconditions​(step.core.GlobalContext globalContext)
                                throws java.lang.Exception
        Specified by:
        checkPreconditions in interface step.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>
        Throws:
        java.lang.Exception
      • recover

        public void recover​(step.core.GlobalContext globalContext)
                     throws java.lang.Exception
        Specified by:
        recover in interface step.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>
        Throws:
        java.lang.Exception
      • finalizeStart

        public void finalizeStart​(step.core.GlobalContext globalContext)
                           throws java.lang.Exception
        Specified by:
        finalizeStart in interface step.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>
        Throws:
        java.lang.Exception
      • preShutdownHook

        public void preShutdownHook​(step.core.GlobalContext globalContext)
        Specified by:
        preShutdownHook in interface step.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>
      • postShutdownHook

        public void postShutdownHook​(step.core.GlobalContext globalContext)
        Specified by:
        postShutdownHook in interface step.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>