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.
|
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 |
PDBBackendCfg
A server-side interface for querying 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.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.