Package | Description |
---|---|
org.opends.guitools.controlpanel.util |
Contains some utilities used in the Control Panel.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.config |
Contains code used to interact with the Directory Server configuration.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server
codebase.
|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not
appropriate for other packages.
|
org.opends.server.loggers |
Contains implementations of Directory Server access, error, and debug
loggers.
|
org.opends.server.tasks |
Contains implementations for various Directory Server tasks.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data
types.
|
Modifier and Type | Method and Description |
---|---|
ConfigEntry |
ReadOnlyConfigFileHandler.getConfigEntry(DN entryDN)
Retrieves the requested entry from the configuration.
|
ConfigEntry |
ReadOnlyConfigFileHandler.getConfigRootEntry()
Retrieves the entry that is at the root of the Directory Server
configuration.
|
Modifier and Type | Method and Description |
---|---|
abstract ConfigEntry |
ConfigHandler.getConfigEntry(DN entryDN)
Retrieves the requested entry from the configuration.
|
abstract ConfigEntry |
ConfigHandler.getConfigRootEntry()
Retrieves the entry that is at the root of the Directory Server
configuration.
|
Modifier and Type | Method and Description |
---|---|
org.forgerock.opendj.config.server.ConfigChangeResult |
ConfigAddListener.applyConfigurationAdd(ConfigEntry configEntry)
Attempts to apply a new configuration based on the provided added
entry.
|
org.forgerock.opendj.config.server.ConfigChangeResult |
ConfigChangeListener.applyConfigurationChange(ConfigEntry configEntry)
Attempts to apply a new configuration to this Directory Server
component based on the provided changed entry.
|
org.forgerock.opendj.config.server.ConfigChangeResult |
ConfigDeleteListener.applyConfigurationDelete(ConfigEntry configEntry)
Attempts to apply a new configuration based on the provided
deleted entry.
|
boolean |
ConfigAddListener.configAddIsAcceptable(ConfigEntry configEntry,
LocalizableMessageBuilder unacceptableReason)
Indicates whether the configuration entry that will result from a
proposed add is acceptable to this add listener.
|
boolean |
ConfigChangeListener.configChangeIsAcceptable(ConfigEntry configEntry,
LocalizableMessageBuilder unacceptableReason)
Indicates whether the configuration entry that will result from a
proposed modification is acceptable to this change listener.
|
boolean |
ConfigDeleteListener.configDeleteIsAcceptable(ConfigEntry configEntry,
LocalizableMessageBuilder unacceptableReason)
Indicates whether it is acceptable to remove the provided
configuration entry.
|
Modifier and Type | Method and Description |
---|---|
ConfigEntry |
ConfigEntry.duplicate()
Creates a duplicate of this configuration entry that should be used when
making changes to this entry.
|
ConfigEntry |
ConfigEntry.getParent()
Retrieves the configuration entry that is the immediate parent for this
configuration entry.
|
ConfigEntry |
ConfigEntry.removeChild(DN childDN)
Attempts to remove the child entry with the specified DN.
|
Modifier and Type | Method and Description |
---|---|
ConcurrentMap<DN,ConfigEntry> |
ConfigEntry.getChildren()
Retrieves the set of children associated with this configuration entry.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigEntry.addChild(ConfigEntry childEntry)
Adds the specified entry as a child of this configuration entry.
|
Constructor and Description |
---|
ConfigEntry(Entry entry,
ConfigEntry parent)
Creates a new config entry with the provided information.
|
Modifier and Type | Method and Description |
---|---|
static ConfigEntry |
DirectoryServer.getConfigEntry(DN entryDN)
Retrieves the requested entry from the Directory Server configuration.
|
Modifier and Type | Method and Description |
---|---|
ConfigEntry |
ConfigFileHandler.getConfigEntry(DN entryDN)
Retrieves the requested entry from the configuration.
|
ConfigEntry |
ConfigFileHandler.getConfigRootEntry()
Retrieves the entry that is at the root of the Directory Server
configuration.
|
Constructor and Description |
---|
RotationActionThread(String filename,
ArrayList<org.opends.server.loggers.ActionType> actions,
ConfigEntry configEntry)
Create the logger thread along with the specified file name,
and the rotation actions.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,ConfigEntry> |
TaskUtils.getBackendConfigEntries()
Get all the backend configuration entries defined in the server mapped
by their backend ID.
|
Modifier and Type | Method and Description |
---|---|
static String |
TaskUtils.getBackendID(ConfigEntry configEntry)
Get the backend ID of a backend configuration entry.
|
Modifier and Type | Method and Description |
---|---|
static ConfigEntry |
DirectoryConfig.getConfigEntry(DN entryDN)
Retrieves the requested entry from the Directory Server
configuration.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.