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.
|
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.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.