Package | Description |
---|---|
org.forgerock.opendj.config |
Common administration classes.
|
org.forgerock.opendj.config.client |
Common client-side administration classes.
|
org.forgerock.opendj.config.client.spi |
Client side driver implementation interfaces.
|
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.setup.model |
Contains code of the opendj setup model.
|
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 |
---|---|
RootCfgClient |
ManagementContext.getRootConfiguration()
Gets the root configuration client associated with this management
context.
|
RootCfgClient |
DriverBasedManagementContext.getRootConfiguration() |
Modifier and Type | Method and Description |
---|---|
ManagedObject<RootCfgClient> |
ManagementContext.getRootConfigurationManagedObject()
Gets the root configuration managed object associated with this
management context.
|
ManagedObject<RootCfgClient> |
DriverBasedManagementContext.getRootConfigurationManagedObject() |
Modifier and Type | Method and Description |
---|---|
abstract ManagedObject<RootCfgClient> |
Driver.getRootConfigurationManagedObject()
Gets the root configuration managed object associated with this
management context driver.
|
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 |
---|---|
RootCfgClient |
RootCfgDefn.createClientConfiguration(ManagedObject<? extends RootCfgClient> impl) |
Modifier and Type | Method and Description |
---|---|
RootCfgClient |
RootCfgDefn.createClientConfiguration(ManagedObject<? extends RootCfgClient> impl) |
Modifier and Type | Method and Description |
---|---|
static void |
SetupUtils.createBackend(RootCfgClient rootConfiguration,
String backendName,
Collection<Dn> baseDNs,
boolean withProtection)
Create a backend with the provided name using the provided
RootCfgClient , without default indexes. |
static void |
SetupUtils.createBackendWithDefaultIndexes(RootCfgClient rootConfiguration,
String backendName,
Collection<Dn> baseDNs,
boolean withProtection)
Create a backend with the provided name using the provided
RootCfgClient , with default indexes. |
Copyright 2010-2022 ForgeRock AS.