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 LdifBackendCfgClient,? extends LdifBackendCfg> |
LdifBackendCfgClient.definition()
Get the configuration definition associated with this LDIF Backend.
|
Modifier and Type | Method and Description |
---|---|
LdifBackendCfg |
LdifBackendCfgDefn.createServerConfiguration(ServerManagedObject<? extends LdifBackendCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<LdifBackendCfg> |
LdifBackendCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
LdifBackendCfg |
LdifBackendCfgDefn.createServerConfiguration(ServerManagedObject<? extends LdifBackendCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<? extends LdifBackendCfg> |
LdifBackendCfg.configurationClass()
Gets the configuration class associated with this LDIF Backend.
|
Modifier and Type | Method and Description |
---|---|
void |
LdifBackendCfg.addLdifChangeListener(ConfigurationChangeListener<LdifBackendCfg> listener)
Register to be notified when this LDIF Backend is changed.
|
void |
LdifBackendCfg.removeLdifChangeListener(ConfigurationChangeListener<LdifBackendCfg> listener)
Deregister an existing LDIF Backend configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
LDIFBackend.applyConfigurationChange(LdifBackendCfg configuration) |
void |
LDIFBackend.configureBackend(LdifBackendCfg config,
ServerContext serverContext) |
boolean |
LDIFBackend.isConfigurationChangeAcceptable(LdifBackendCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2020 ForgeRock AS.