Package | Description |
---|---|
org.opends.guitools.controlpanel.util |
Contains some utilities used in the Control Panel.
|
org.opends.quicksetup.installer |
Defines the classes that are you used by both the off-line and the web start
installer.
|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.opends.server.admin.std.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.backends |
Contains various Directory Server backend implementations.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server
codebase.
|
org.opends.server.tasks |
Contains implementations for various Directory Server tasks.
|
org.opends.server.tools |
Contains various Directory Server tool implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
ReadOnlyConfigFileHandler.configureBackend(BackendCfg cfg,
ServerContext serverContext)
Configure this backend based on the information in the provided configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
InstallerHelper.createBackend(DirContext ctx,
String backendName,
Set<String> baseDNs,
String serverDisplay,
ManagedObjectDefinition<? extends BackendCfgClient,? extends BackendCfg> backendType)
Creates a database backend on the server.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends BackendCfgClient,? extends BackendCfg> |
BackendCfgClient.definition()
Get the configuration definition associated with this Backend.
|
Modifier and Type | Method and Description |
---|---|
<C extends BackendCfgClient> |
RootCfgClient.createBackend(ManagedObjectDefinition<C,? extends BackendCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Backend.
|
Modifier and Type | Method and Description |
---|---|
BackendCfg |
BackendCfgDefn.createServerConfiguration(ServerManagedObject<? extends BackendCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<BackendCfgClient,BackendCfg> |
RootCfgDefn.getBackendsRelationDefinition()
Get the "backends" relation definition.
|
Class<BackendCfg> |
BackendCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
Modifier and Type | Method and Description |
---|---|
BackendCfg |
BackendCfgDefn.createServerConfiguration(ServerManagedObject<? extends BackendCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BackupBackendCfg
A server-side interface for querying Backup Backend settings.
|
interface |
ConfigFileHandlerBackendCfg
A server-side interface for querying Config File Handler Backend
settings.
|
interface |
LDIFBackendCfg
A server-side interface for querying LDIF Backend settings.
|
interface |
LocalDBBackendCfg
A server-side interface for querying Local DB Backend settings.
|
interface |
MemoryBackendCfg
A server-side interface for querying Memory Backend settings.
|
interface |
MonitorBackendCfg
A server-side interface for querying Monitor Backend settings.
|
interface |
NullBackendCfg
A server-side interface for querying Null Backend settings.
|
interface |
PDBBackendCfg
A server-side interface for querying PDB Backend settings.
|
interface |
PluggableBackendCfg
A server-side interface for querying Pluggable Backend settings.
|
interface |
SchemaBackendCfg
A server-side interface for querying Schema Backend settings.
|
interface |
TaskBackendCfg
A server-side interface for querying Task Backend settings.
|
interface |
TrustStoreBackendCfg
A server-side interface for querying Trust Store Backend settings.
|
Modifier and Type | Method and Description |
---|---|
BackendCfg |
RootCfg.getBackend(String name)
Gets the named Backend.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends BackendCfg> |
BackendCfg.configurationClass()
Gets the configuration class associated with this Backend.
|
Modifier and Type | Method and Description |
---|---|
void |
RootCfg.addBackendAddListener(ConfigurationAddListener<BackendCfg> listener)
Registers to be notified when new Backends are added.
|
void |
RootCfg.addBackendDeleteListener(ConfigurationDeleteListener<BackendCfg> listener)
Registers to be notified when existing Backends are deleted.
|
void |
BackendCfg.addChangeListener(ConfigurationChangeListener<BackendCfg> listener)
Register to be notified when this Backend is changed.
|
void |
RootCfg.removeBackendAddListener(ConfigurationAddListener<BackendCfg> listener)
Deregisters an existing Backend configuration add listener.
|
void |
RootCfg.removeBackendDeleteListener(ConfigurationDeleteListener<BackendCfg> listener)
Deregisters an existing Backend configuration delete listener.
|
void |
BackendCfg.removeChangeListener(ConfigurationChangeListener<BackendCfg> listener)
Deregister an existing Backend configuration change listener.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigHandler<C extends BackendCfg>
This class defines the set of methods and structures that must be
implemented by a Directory Server configuration handler.
|
Modifier and Type | Method and Description |
---|---|
void |
NullBackend.configureBackend(BackendCfg config,
ServerContext serverContext)
Configure this backend based on the information in the provided configuration.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
BackendConfigManager.applyConfigurationAdd(BackendCfg cfg)
Adds a new configuration to this add listener.
|
ConfigChangeResult |
BackendConfigManager.applyConfigurationChange(BackendCfg cfg)
Applies the configuration changes to this change listener.
|
ConfigChangeResult |
BackendConfigManager.applyConfigurationDelete(BackendCfg configEntry)
Deletes an existing configuration from this delete listener.
|
boolean |
BackendConfigManager.isConfigurationAddAcceptable(BackendCfg configEntry,
List<LocalizableMessage> unacceptableReason)
Indicates whether the proposed addition of a new configuration is
acceptable to this add listener.
|
boolean |
BackendConfigManager.isConfigurationChangeAcceptable(BackendCfg configEntry,
List<LocalizableMessage> unacceptableReason)
Indicates whether the proposed change to the configuration is
acceptable to this change listener.
|
boolean |
BackendConfigManager.isConfigurationDeleteAcceptable(BackendCfg configEntry,
List<LocalizableMessage> unacceptableReason)
Indicates whether the proposed deletion of an existing
configuration is acceptable to this delete listener.
|
Modifier and Type | Method and Description |
---|---|
static BackendCfg |
TaskUtils.getConfigEntry(Backend backend)
Get the configuration entry for a given backend.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends BackendCfgClient,? extends BackendCfg> |
BackendTypeHelper.BackendTypeUIAdapter.getLegacyConfigurationFrameworkBackend()
Return the old configuration framework backend object.
|
Modifier and Type | Method and Description |
---|---|
static int |
BackendToolUtils.getBackends(List<Backend> backendList,
List<BackendCfg> entryList,
List<List<DN>> dnList)
Retrieves information about the backends defined in the Directory Server
configuration.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.