public class ConfigurationBootstrapper extends Object
Constructor and Description |
---|
ConfigurationBootstrapper() |
Modifier and Type | Method and Description |
---|---|
static org.forgerock.opendj.config.server.ServerManagementContext |
bootstrap(ServerContext serverContext)
Bootstrap the server configuration.
|
public ConfigurationBootstrapper()
public static org.forgerock.opendj.config.server.ServerManagementContext bootstrap(ServerContext serverContext) throws InitializationException
The returned server management context is fully initialized with all configuration objects valued from configuration file.
serverContext
- The server context.InitializationException
- If an error occurs during bootstrapping.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.