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.server.backends.pdb |
Contains the code for the Directory Server backend that uses Persistit as the repository for storing entry and index
information.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends PdbBackendCfgClient,? extends PdbBackendCfg> |
PdbBackendCfgClient.definition()
Get the configuration definition associated with this (Deprecated) PDB Backend.
|
Modifier and Type | Method and Description |
---|---|
PdbBackendCfg |
PdbBackendCfgDefn.createServerConfiguration(ServerManagedObject<? extends PdbBackendCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<PdbBackendCfg> |
PdbBackendCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
PdbBackendCfg |
PdbBackendCfgDefn.createServerConfiguration(ServerManagedObject<? extends PdbBackendCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<? extends PdbBackendCfg> |
PdbBackendCfg.configurationClass()
Gets the configuration class associated with this (Deprecated) PDB Backend.
|
Modifier and Type | Method and Description |
---|---|
void |
PdbBackendCfg.addPdbChangeListener(ConfigurationChangeListener<PdbBackendCfg> listener)
Register to be notified when this (Deprecated) PDB Backend is changed.
|
void |
PdbBackendCfg.removePdbChangeListener(ConfigurationChangeListener<PdbBackendCfg> listener)
Deregister an existing (Deprecated) PDB Backend configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
PDBStorage.applyConfigurationChange(PdbBackendCfg cfg) |
protected Storage |
PDBBackend.configureStorage(PdbBackendCfg cfg,
ServerContext serverContext) |
boolean |
PDBBackend.isConfigurationAcceptable(PdbBackendCfg cfg,
List<LocalizableMessage> unacceptableReasons,
ServerContext serverContext) |
boolean |
PDBStorage.isConfigurationChangeAcceptable(PdbBackendCfg newCfg,
List<LocalizableMessage> unacceptableReasons) |
Constructor and Description |
---|
PDBStorage(PdbBackendCfg cfg,
ServerContext serverContext)
Creates a new persistit storage with the provided configuration.
|
Copyright 2010-2020 ForgeRock AS.