Package com.peterphi.usermanager.guice
Class UserManagerSetup
java.lang.Object
com.peterphi.usermanager.guice.UserManagerSetup
- All Implemented Interfaces:
GuiceSetup
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
injectorCreated
(com.google.inject.Injector injector) Allows any post-creation actions to be takenvoid
registerModules
(List<com.google.inject.Module> modules, GuiceConfig configuration) Request for the Setup implementation to add its required modules
-
Constructor Details
-
UserManagerSetup
public UserManagerSetup()
-
-
Method Details
-
registerModules
Description copied from interface:GuiceSetup
Request for the Setup implementation to add its required modules- Specified by:
registerModules
in interfaceGuiceSetup
- Parameters:
modules
- the mutable list of modules which will be used to create a new Injectorconfiguration
- the service.properties configuration data
-
injectorCreated
public void injectorCreated(com.google.inject.Injector injector) Description copied from interface:GuiceSetup
Allows any post-creation actions to be taken- Specified by:
injectorCreated
in interfaceGuiceSetup
-