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.server.config.server |
Provides server-side interfaces for accessing 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.backends |
Contains various Directory Server backend implementations.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server
codebase.
|
org.opends.server.tasks |
Contains implementations for various Directory Server tasks.
|
org.opends.server.tools |
Contains various Directory Server tool implementations.
|
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 |
---|---|
<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 |
---|---|
BackendCfg |
BackendCfgDefn.createServerConfiguration(ServerManagedObject<? extends BackendCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<BackendCfgClient,BackendCfg> |
RootCfgDefn.getBackendsRelationDefinition()
Get the "backends" relation definition.
|
Class<BackendCfg> |
BackendCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
Modifier and Type | Method and Description |
---|---|
BackendCfg |
BackendCfgDefn.createServerConfiguration(ServerManagedObject<? extends BackendCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BackupBackendCfg
A server-side interface for querying Backup Backend settings.
|
interface |
JEBackendCfg
A server-side interface for querying JE Backend settings.
|
interface |
LDIFBackendCfg
A server-side interface for querying LDIF Backend settings.
|
interface |
MemoryBackendCfg
A server-side interface for querying Memory Backend settings.
|
interface |
MonitorBackendCfg
A server-side interface for querying Monitor Backend settings.
|
interface |
NullBackendCfg
A server-side interface for querying Null Backend settings.
|
interface |
PDBBackendCfg
A server-side interface for querying PDB Backend settings.
|
interface |
PluggableBackendCfg
A server-side interface for querying Pluggable Backend settings.
|
interface |
SchemaBackendCfg
A server-side interface for querying Schema Backend settings.
|
interface |
TaskBackendCfg
A server-side interface for querying Task Backend settings.
|
interface |
TrustStoreBackendCfg
A server-side interface for querying Trust Store Backend settings.
|
Modifier and Type | Method and Description |
---|---|
BackendCfg |
RootCfg.getBackend(String name)
Gets the named Backend.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends BackendCfg> |
BackendCfg.configurationClass()
Gets the configuration class associated with this Backend.
|
Modifier and Type | Method and Description |
---|---|
void |
RootCfg.addBackendAddListener(ConfigurationAddListener<BackendCfg> listener)
Registers to be notified when new Backends are added.
|
void |
RootCfg.addBackendDeleteListener(ConfigurationDeleteListener<BackendCfg> listener)
Registers to be notified when existing Backends are deleted.
|
void |
BackendCfg.addChangeListener(ConfigurationChangeListener<BackendCfg> listener)
Register to be notified when this Backend is changed.
|
void |
RootCfg.removeBackendAddListener(ConfigurationAddListener<BackendCfg> listener)
Deregisters an existing Backend configuration add listener.
|
void |
RootCfg.removeBackendDeleteListener(ConfigurationDeleteListener<BackendCfg> listener)
Deregisters an existing Backend configuration delete listener.
|
void |
BackendCfg.removeChangeListener(ConfigurationChangeListener<BackendCfg> listener)
Deregister an existing Backend configuration change listener.
|
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 | Class and Description |
---|---|
class |
ConfigurationBackend.ConfigurationBackendCfg
Dummy
BackendCfg implementation for the ConfigurationBackend . |
Modifier and Type | Method and Description |
---|---|
Class<? extends BackendCfg> |
ConfigurationBackend.ConfigurationBackendCfg.configurationClass() |
Modifier and Type | Method and Description |
---|---|
void |
NullBackend.configureBackend(BackendCfg config,
ServerContext serverContext) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationBackend.ConfigurationBackendCfg.addChangeListener(ConfigurationChangeListener<BackendCfg> listener) |
void |
ConfigurationBackend.ConfigurationBackendCfg.removeChangeListener(ConfigurationChangeListener<BackendCfg> listener) |
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
BackendConfigManager.applyConfigurationAdd(BackendCfg cfg) |
ConfigChangeResult |
BackendConfigManager.applyConfigurationChange(BackendCfg cfg) |
ConfigChangeResult |
BackendConfigManager.applyConfigurationDelete(BackendCfg configEntry) |
boolean |
BackendConfigManager.isConfigurationAddAcceptable(BackendCfg configEntry,
List<LocalizableMessage> unacceptableReason) |
boolean |
BackendConfigManager.isConfigurationChangeAcceptable(BackendCfg configEntry,
List<LocalizableMessage> unacceptableReason) |
boolean |
BackendConfigManager.isConfigurationDeleteAcceptable(BackendCfg configEntry,
List<LocalizableMessage> unacceptableReason) |
Modifier and Type | Method and Description |
---|---|
static BackendCfg |
TaskUtils.getConfigEntry(Backend<?> backend)
Get the configuration entry for a given backend.
|
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.
|
static int |
BackendToolUtils.getBackends(List<Backend<?>> backendList,
List<BackendCfg> entryList,
List<List<DN>> dnList)
Retrieves information about the backends defined in the Directory Server
configuration.
|
Copyright 2010-2017 ForgeRock AS.