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.opends.quicksetup |
Defines the main classes that are you used by both the QuickSetup utilities:
the installer.
|
org.opends.quicksetup.installer |
Defines the classes that are you used by the installer.
|
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 |
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 PDB Backend
settings.
|
interface |
PluggableBackendCfgClient
A client-side interface for reading and modifying Pluggable 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)
Creates a client configuration view of the provided managed object.
|
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)
Creates a client configuration view of the provided managed object.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends BackendCfgClient,? extends BackendCfg> |
UserData.getBackendType()
Returns the new userRoot backend type.
|
Modifier and Type | Method and Description |
---|---|
void |
UserData.setBackendType(ManagedObjectDefinition<? extends BackendCfgClient,? extends BackendCfg> backendType)
Sets the new userRoot backend type.
|
Modifier and Type | Method and Description |
---|---|
void |
InstallerHelper.createBackend(ConnectionWrapper conn,
String backendName,
Set<String> baseDNs,
ManagedObjectDefinition<? extends BackendCfgClient,? extends BackendCfg> backendType)
Creates a database backend on the server.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends BackendCfgClient,? extends BackendCfg> |
BackendTypeHelper.BackendTypeUIAdapter.getBackend()
Return the adapted backend object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright 2010-2017 ForgeRock AS.