Package step.core.access
Class EnterpriseUserAccessorPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.core.access.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>
-
-
Constructor Summary
Constructors Constructor Description EnterpriseUserAccessorPlugin()
-
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)
-
-
-
Method Detail
-
serverStart
public void serverStart(step.core.GlobalContext context) throws Exception
- Specified by:
serverStart
in interfacestep.framework.server.ServerPlugin<step.core.GlobalContext>
- Overrides:
serverStart
in classstep.core.plugins.AbstractControllerPlugin
- Throws:
Exception
-
checkPreconditions
public void checkPreconditions(step.core.GlobalContext globalContext) throws Exception
- Specified by:
checkPreconditions
in interfacestep.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>
- Throws:
Exception
-
init
public void init(step.core.GlobalContext globalContext) throws Exception
- Specified by:
init
in interfacestep.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>
- Throws:
Exception
-
recover
public void recover(step.core.GlobalContext globalContext) throws Exception
- Specified by:
recover
in interfacestep.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>
- Throws:
Exception
-
finalizeStart
public void finalizeStart(step.core.GlobalContext globalContext) throws Exception
- Specified by:
finalizeStart
in interfacestep.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>
- Throws:
Exception
-
preShutdownHook
public void preShutdownHook(step.core.GlobalContext globalContext)
- Specified by:
preShutdownHook
in interfacestep.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>
-
postShutdownHook
public void postShutdownHook(step.core.GlobalContext globalContext)
- Specified by:
postShutdownHook
in interfacestep.framework.server.ControllerInitializationPlugin<step.core.GlobalContext>
-
-