Package step.core.access
Class AccessManagementPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.core.access.AccessManagementPlugin
-
- All Implemented Interfaces:
step.core.plugins.ControllerPlugin
,step.core.plugins.OptionalPlugin
,step.framework.server.ServerPlugin<step.core.GlobalContext>
public class AccessManagementPlugin extends step.core.plugins.AbstractControllerPlugin
-
-
Constructor Summary
Constructors Constructor Description AccessManagementPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterInitializeData(step.core.GlobalContext context)
void
initializeData(step.core.GlobalContext context)
void
migrateData(step.core.GlobalContext context)
void
serverStart(step.core.GlobalContext context)
void
serverStop(step.core.GlobalContext context)
-
-
-
Method Detail
-
serverStart
public void serverStart(step.core.GlobalContext context) throws java.lang.Exception
- Specified by:
serverStart
in interfacestep.framework.server.ServerPlugin<step.core.GlobalContext>
- Overrides:
serverStart
in classstep.core.plugins.AbstractControllerPlugin
- Throws:
java.lang.Exception
-
migrateData
public void migrateData(step.core.GlobalContext context) throws java.lang.Exception
- Specified by:
migrateData
in interfacestep.framework.server.ServerPlugin<step.core.GlobalContext>
- Overrides:
migrateData
in classstep.core.plugins.AbstractControllerPlugin
- Throws:
java.lang.Exception
-
initializeData
public void initializeData(step.core.GlobalContext context) throws java.lang.Exception
- Specified by:
initializeData
in interfacestep.framework.server.ServerPlugin<step.core.GlobalContext>
- Overrides:
initializeData
in classstep.core.plugins.AbstractControllerPlugin
- Throws:
java.lang.Exception
-
afterInitializeData
public void afterInitializeData(step.core.GlobalContext context) throws java.lang.Exception
- Specified by:
afterInitializeData
in interfacestep.framework.server.ServerPlugin<step.core.GlobalContext>
- Overrides:
afterInitializeData
in classstep.core.plugins.AbstractControllerPlugin
- Throws:
java.lang.Exception
-
serverStop
public void serverStop(step.core.GlobalContext context)
- Specified by:
serverStop
in interfacestep.framework.server.ServerPlugin<step.core.GlobalContext>
- Overrides:
serverStop
in classstep.core.plugins.AbstractControllerPlugin
-
-