Package | Description |
---|---|
org.opends.guitools.controlpanel.util |
Contains some utilities used in the Control Panel.
|
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.types |
Contains implementations for a number of Directory Server data
types.
|
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyConfigFileHandler
A class used to read the configuration from a file.
|
Modifier and Type | Method and Description |
---|---|
static void |
Utilities.deleteConfigSubtree(ConfigHandler confHandler,
DN dn)
Deletes a configuration subtree using the provided configuration handler.
|
Modifier and Type | Method and Description |
---|---|
static ConfigHandler |
DirectoryServer.getConfigHandler()
Retrieves a reference to the Directory Server configuration handler.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigFileHandler
This class defines a simple configuration handler for the Directory Server
that will read the server configuration from an LDIF file.
|
Modifier and Type | Method and Description |
---|---|
static ConfigHandler |
DirectoryConfig.getConfigHandler()
Retrieves a reference to the Directory Server configuration
handler.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.