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.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.backends.pluggable |
Contains the code for implementing Directory Server pluggable storage backends.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends PluggableBackendCfgClient,? extends PluggableBackendCfg> |
PluggableBackendCfgClient.definition()
Get the configuration definition associated with this Pluggable Backend.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JeBackendCfg
A server-side interface for querying JE Backend settings.
|
interface |
PdbBackendCfg
A server-side interface for querying (Deprecated) PDB Backend
settings.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends PluggableBackendCfg> |
PluggableBackendCfg.configurationClass()
Gets the configuration class associated with this Pluggable Backend.
|
Modifier and Type | Method and Description |
---|---|
void |
PluggableBackendCfg.addPluggableChangeListener(ConfigurationChangeListener<PluggableBackendCfg> listener)
Register to be notified when this Pluggable Backend is changed.
|
void |
PluggableBackendCfg.removePluggableChangeListener(ConfigurationChangeListener<PluggableBackendCfg> listener)
Deregister an existing Pluggable Backend configuration change listener.
|
Modifier and Type | Class and Description |
---|---|
class |
BackendImpl<C extends PluggableBackendCfg>
This is an implementation of a Directory Server Backend which stores entries locally in a pluggable storage.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
RootContainer.applyConfigurationChange(PluggableBackendCfg configuration) |
ConfigChangeResult |
EntryContainer.applyConfigurationChange(PluggableBackendCfg cfg) |
ConfigChangeResult |
BackendImpl.applyConfigurationChange(PluggableBackendCfg newCfg) |
boolean |
RootContainer.isConfigurationChangeAcceptable(PluggableBackendCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
EntryContainer.isConfigurationChangeAcceptable(PluggableBackendCfg cfg,
List<LocalizableMessage> unacceptableReasons) |
boolean |
BackendImpl.isConfigurationChangeAcceptable(PluggableBackendCfg cfg,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2020 ForgeRock AS.