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)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
SingletonRelationDefinition<RootDSEBackendCfgClient,RootDSEBackendCfg> |
RootCfgDefn.getRootDSEBackendRelationDefinition()
Get the "root-dse-backend" relation definition.
|
Class<RootDSEBackendCfg> |
RootDSEBackendCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
Modifier and Type | Method and Description |
---|---|
RootDSEBackendCfg |
RootDSEBackendCfgDefn.createServerConfiguration(ServerManagedObject<? extends RootDSEBackendCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
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-2017 ForgeRock AS.