Package | Description |
---|---|
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.
|
org.opends.server.tools |
Contains various Directory Server tool implementations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BackupBackendCfgClient
A client-side interface for reading and modifying Backup Backend
settings.
|
interface |
JeBackendCfgClient
A client-side interface for reading and modifying JE Backend
settings.
|
interface |
LdifBackendCfgClient
A client-side interface for reading and modifying LDIF Backend
settings.
|
interface |
LocalBackendCfgClient
A client-side interface for reading and modifying Local Backend
settings.
|
interface |
MemoryBackendCfgClient
A client-side interface for reading and modifying Memory Backend
settings.
|
interface |
MonitorBackendCfgClient
A client-side interface for reading and modifying Monitor Backend
settings.
|
interface |
NullBackendCfgClient
A client-side interface for reading and modifying Null Backend
settings.
|
interface |
PdbBackendCfgClient
A client-side interface for reading and modifying (Deprecated) PDB
Backend settings.
|
interface |
PluggableBackendCfgClient
A client-side interface for reading and modifying Pluggable Backend
settings.
|
interface |
ProxyBackendCfgClient
A client-side interface for reading and modifying Proxy Backend
settings.
|
interface |
SchemaBackendCfgClient
A client-side interface for reading and modifying Schema Backend
settings.
|
interface |
TaskBackendCfgClient
A client-side interface for reading and modifying Task Backend
settings.
|
interface |
TrustStoreBackendCfgClient
A client-side interface for reading and modifying Trust Store
Backend settings.
|
Modifier and Type | Method and Description |
---|---|
<C extends BackendCfgClient> |
RootCfgClient.createBackend(ManagedObjectDefinition<C,? extends BackendCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Backend.
|
Modifier and Type | Method and Description |
---|---|
BackendCfgClient |
RootCfgClient.getBackend(String name)
Gets the named Backend.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends BackendCfgClient,? extends BackendCfg> |
BackendCfgClient.definition()
Get the configuration definition associated with this Backend.
|
Modifier and Type | Method and Description |
---|---|
BackendCfgClient |
BackendCfgDefn.createClientConfiguration(ManagedObject<? extends BackendCfgClient> impl) |
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<BackendCfgClient,BackendCfg> |
RootCfgDefn.getBackendsRelationDefinition()
Get the "backends" relation definition.
|
Modifier and Type | Method and Description |
---|---|
BackendCfgClient |
BackendCfgDefn.createClientConfiguration(ManagedObject<? extends BackendCfgClient> impl) |
Modifier and Type | Method and Description |
---|---|
DirectoryServerSetup.LocalBackend |
DirectoryServerSetup.LocalBackend.backendType(ManagedObjectDefinition<? extends BackendCfgClient,? extends BackendCfg> backendType)
Specifies the type of the backend to create.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends BackendCfgClient,? extends BackendCfg> |
BackendTypeHelper.BackendTypeUIAdapter.getBackend()
Return the adapted backend object.
|
List<ManagedObjectDefinition<? extends BackendCfgClient,? extends BackendCfg>> |
BackendTypeHelper.getBackendTypes()
Returns the available backend types.
|
Modifier and Type | Method and Description |
---|---|
static SortedSet<Dn> |
BackendCreationHelper.getBaseDn(BackendCfgClient backendCfgClient)
Gets the base DNs from the provided backend configuration.
|
static void |
BackendCreationHelper.setBaseDn(BackendCfgClient backendCfgClient,
Collection<Dn> baseDNs)
Sets the base DNs on the provided backend configuration.
|
Modifier and Type | Method and Description |
---|---|
static void |
BackendCreationHelper.createBackend(RootCfgClient rootConfiguration,
String backendName,
Collection<Dn> baseDNs,
ManagedObjectDefinition<? extends BackendCfgClient,? extends BackendCfg> backendType)
Create a backend with the provided name using the provided
RootCfgClient . |
static void |
BackendCreationHelper.createBackend(RootCfgClient rootConfiguration,
String backendName,
Collection<Dn> baseDNs,
ManagedObjectDefinition<? extends BackendCfgClient,? extends BackendCfg> backendType,
boolean withProtection)
Create a backend with the provided name using the provided
RootCfgClient . |
static void |
BackendCreationHelper.createBackendOffline(String backendName,
Collection<Dn> baseDNs,
ManagedObjectDefinition<? extends BackendCfgClient,? extends BackendCfg> backendType)
Add a new backend with the provided name in the config.ldif file.
|
static void |
BackendCreationHelper.createBackendOnline(String backendName,
Collection<Dn> baseDNs,
ManagedObjectDefinition<? extends BackendCfgClient,? extends BackendCfg> backendType,
ConnectionWrapper conn)
Add a new backend with the provided name in the config.ldif file.
|
Copyright 2010-2020 ForgeRock AS.