Package | Description |
---|---|
org.forgerock.opendj.config |
Common administration classes.
|
org.forgerock.opendj.config.server |
Server-side administration interface.
|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server
codebase.
|
Modifier and Type | Method and Description |
---|---|
static ManagedObjectPath<RootCfgClient,RootCfg> |
ManagedObjectPath.emptyPath()
Creates a new managed object path representing the configuration root.
|
Modifier and Type | Method and Description |
---|---|
RootCfg |
ServerManagementContext.getRootConfiguration()
Get the root configuration manager associated with this management
context.
|
Modifier and Type | Method and Description |
---|---|
ServerManagedObject<RootCfg> |
ServerManagementContext.getRootConfigurationManagedObject()
Get the root configuration server managed object associated with this
management context.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends RootCfgClient,? extends RootCfg> |
RootCfgClient.definition()
Get the configuration definition associated with this Root.
|
Modifier and Type | Method and Description |
---|---|
RootCfg |
RootCfgDefn.createServerConfiguration(ServerManagedObject<? extends RootCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
Class<RootCfg> |
RootCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
Modifier and Type | Method and Description |
---|---|
RootCfg |
RootCfgDefn.createServerConfiguration(ServerManagedObject<? extends RootCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends RootCfg> |
RootCfg.configurationClass()
Gets the configuration class associated with this Root.
|
Modifier and Type | Method and Description |
---|---|
RootCfg |
ServerContext.getRootConfig()
Returns the root configuration object.
|
Modifier and Type | Method and Description |
---|---|
void |
BackendConfigManager.initializeBackends(Collection<String> backendIDsToStart,
RootCfg root)
Initializes specified backends.
|
void |
HttpEndpointConfigManager.registerTo(RootCfg rootConfiguration)
Initializes all HTTP endpoints currently defined in the Directory Server
configuration.
|
Copyright 2010-2017 ForgeRock AS.