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 SchemaBackendCfgClient,? extends SchemaBackendCfg> |
SchemaBackendCfgClient.definition()
Get the configuration definition associated with this Schema Backend.
|
Modifier and Type | Method and Description |
---|---|
SchemaBackendCfg |
SchemaBackendCfgDefn.createServerConfiguration(ServerManagedObject<? extends SchemaBackendCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<SchemaBackendCfg> |
SchemaBackendCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
SchemaBackendCfg |
SchemaBackendCfgDefn.createServerConfiguration(ServerManagedObject<? extends SchemaBackendCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<? extends SchemaBackendCfg> |
SchemaBackendCfg.configurationClass()
Gets the configuration class associated with this Schema Backend.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaBackendCfg.addSchemaChangeListener(ConfigurationChangeListener<SchemaBackendCfg> listener)
Register to be notified when this Schema Backend is changed.
|
void |
SchemaBackendCfg.removeSchemaChangeListener(ConfigurationChangeListener<SchemaBackendCfg> listener)
Deregister an existing Schema Backend configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
SchemaBackend.applyConfigurationChange(SchemaBackendCfg backendCfg) |
void |
SchemaBackend.configureBackend(SchemaBackendCfg cfg,
ServerContext serverContext) |
boolean |
SchemaBackend.isConfigurationChangeAcceptable(SchemaBackendCfg configEntry,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2020 ForgeRock AS.