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 |
Contains various Directory Server backend implementations.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends RootDseBackendCfgClient,? extends RootDseBackendCfg> |
RootDseBackendCfgClient.definition()
Get the configuration definition associated with this Root DSE Backend.
|
Modifier and Type | Method and Description |
---|---|
RootDseBackendCfg |
RootDseBackendCfgDefn.createServerConfiguration(ServerManagedObject<? extends RootDseBackendCfg> impl) |
Modifier and Type | Method and Description |
---|---|
SingletonRelationDefinition<RootDseBackendCfgClient,RootDseBackendCfg> |
RootCfgDefn.getRootDseBackendRelationDefinition()
Get the "root-dse-backend" relation definition.
|
Class<RootDseBackendCfg> |
RootDseBackendCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
RootDseBackendCfg |
RootDseBackendCfgDefn.createServerConfiguration(ServerManagedObject<? extends RootDseBackendCfg> impl) |
Modifier and Type | Method and Description |
---|---|
RootDseBackendCfg |
RootCfg.getRootDseBackend()
Gets the Root Dse Backend.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends RootDseBackendCfg> |
RootDseBackendCfg.configurationClass()
Gets the configuration class associated with this Root DSE Backend.
|
Modifier and Type | Method and Description |
---|---|
void |
RootDseBackendCfg.addChangeListener(ConfigurationChangeListener<RootDseBackendCfg> listener)
Register to be notified when this Root DSE Backend is changed.
|
void |
RootDseBackendCfg.removeChangeListener(ConfigurationChangeListener<RootDseBackendCfg> listener)
Deregister an existing Root DSE Backend configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
RootDSEBackend.applyConfigurationChange(RootDseBackendCfg cfg) |
void |
RootDSEBackend.configureBackend(RootDseBackendCfg config,
ServerContext serverContext) |
boolean |
RootDSEBackend.isConfigurationAcceptable(RootDseBackendCfg config,
List<LocalizableMessage> unacceptableReasons,
ServerContext serverContext) |
boolean |
RootDSEBackend.isConfigurationChangeAcceptable(RootDseBackendCfg cfg,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2018 ForgeRock AS.