Package | Description |
---|---|
org.opends.quicksetup.installer |
Defines the classes that are you used by the installer.
|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.opends.server.tools |
Contains various Directory Server tool implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
InstallerHelper.createBackend(DirContext ctx,
String backendName,
Set<String> baseDNs,
String serverDisplay,
ManagedObjectDefinition<? extends BackendCfgClient,? extends BackendCfg> backendType)
Creates a database backend on the server.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BackupBackendCfgClient
A client-side interface for reading and modifying Backup Backend
settings.
|
interface |
ConfigFileHandlerBackendCfgClient
A client-side interface for reading and modifying Config File
Handler 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> |
BackendTypeHelper.BackendTypeUIAdapter.getLegacyConfigurationFrameworkBackend()
Return the old configuration framework backend object.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.