Package | Description |
---|---|
org.forgerock.opendj.server.core |
Classes implementing a Grizzly based
ConnectionHandler using reactive api. |
org.forgerock.opendj.server.embedded |
Provides support for an embedded directory server.
|
org.forgerock.opendj.setup.model |
Contains code of the opendj setup model.
|
org.opends.messages |
Defines all the messages that may be used in the Directory Server and tools.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.api.plugin |
Defines the Directory Server plugin API.
|
org.opends.server.authorization.dseecompat |
Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access
control handler implementation.
|
org.opends.server.authorization.policy |
Contains the policy based access control handler implementation.
|
org.opends.server.backends |
Contains various Directory Server backend implementations.
|
org.opends.server.backends.jeb |
Contains the code for the Directory Server backend that uses the Berkeley DB
Java Edition as the repository for storing entry and index information.
|
org.opends.server.backends.pluggable |
Contains the code for implementing Directory Server pluggable storage backends.
|
org.opends.server.backends.pluggable.spi |
Interfaces and classes required when implementing new storage engines for the pluggable backend.
|
org.opends.server.backends.task |
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
|
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.crypto |
This package implements the Directory Server cryptographic framework, which is described in the
CrytpoManager design document.
|
org.opends.server.discovery |
Contains the Service Discovery Mechanisms and APIs.
|
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.plugins |
Contains the implementation for various Directory Server plugins.
|
org.opends.server.protocols |
Contains various Directory Server connection handler implementations which will be used to accept connections from
and perform communication with clients over various protocols.
|
org.opends.server.protocols.asn1 |
Contains the Directory Server classes for performing encoding and decoding of ASN.1 elements.
|
org.opends.server.protocols.http |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
|
org.opends.server.protocols.http.authz |
Contains factories to build the authorization stage of the HTTP request processing.
|
org.opends.server.protocols.jmx |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using JMX.
|
org.opends.server.protocols.ldap |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using LDAPv3.
|
org.opends.server.replication.common |
This package contains utilities that can are used by all the packages below org.opends.server.replication.
|
org.opends.server.replication.plugin |
This package contains the part of the Multi-master
replication code that works on the Directory Server side.
|
org.opends.server.replication.protocol |
This package contains the code used by the replication server and by the code running on the Directory Server side to
exchange their information.
|
org.opends.server.replication.server |
This package contains the code for the Replication Server part of the Multimaster replication feature.
|
org.opends.server.replication.server.changelog.api |
This package contains the API for the changelog database.
|
org.opends.server.replication.service |
This package contains the generic of the Multi-Master replication code that works on the Directory Server side.
|
org.opends.server.schema |
Contains implementations of various Directory Server schema elements.
|
org.opends.server.snmp |
This package contains Simple Network Management Protocol (SNMP) connection handler, the required classes to support
MIB 2605 objects and SNMP requests, and the SNMP adaptor that allows a SNMP manager to access OpenDS monitoring
information.
|
org.opends.server.tools.dsreplication |
Defines the classes that are you used by the replication command lines.
|
org.opends.server.tools.tasks |
This package contains classes that support client tool interaction with the tasks backend.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data types.
|
org.opends.server.types.operation |
Contains a number of interfaces that are implemented by the various types of Directory Server operations.
|
org.opends.server.util |
Contains implementations for various Directory Server utility classes and methods which may be used throughout the
server but do not necessarily fit in elsewhere.
|
Class and Description |
---|
AdditionalLogItem
An additional log item for an operation which may be processed in the access log.
|
AuthenticationInfo
This class defines a data structure that may be used to store information about an authenticated user.
|
Privilege
This class implements an enumeration that defines the set of privileges available in the Directory Server.
|
Class and Description |
---|
OpenDsException
This class defines a base exception for OpenDS exceptions.
|
Class and Description |
---|
HostPort
This class defines a data structure that combines an address and port number, as may be used to accept a connection
from or initiate a connection to a remote system.
|
Class and Description |
---|
PublicAPI
This class defines an annotation type that can be used to describe the position of a package, class, or method in the
OpenDS public API (including to denote that the associated code should NOT be considered part of the public API).
|
Class and Description |
---|
AccountStatusNotification
This class defines a data type for storing information associated with an account status notification.
|
AuthenticationInfo
This class defines a data structure that may be used to store information about an authenticated user.
|
BackupConfig
This class defines a data structure for holding configuration information to use when performing a backup of a
Directory Server backend.
|
BackupDirectory
This class defines a data structure for holding information about a filesystem directory that contains data for one
or more backups associated with a backend.
|
DisconnectReason
This enumeration defines the set of possible reasons for the closure of a connection between a client and the
Directory Server.
|
HostPort
This class defines a data structure that combines an address and port number, as may be used to accept a connection
from or initiate a connection to a remote system.
|
IndexType
This class implements an enumeration that may be used to define the ways in which an attribute may be indexed within
the server.
|
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server
component.
|
LDIFExportConfig
This class defines a data structure for holding configuration information to use when performing an LDIF export.
|
LDIFImportConfig
This class defines a data structure for holding configuration information to use when performing an LDIF import.
|
LDIFImportResult
This class defines a data structure for providing information about the state of a completed LDIF import, including
the total number of entries read, skipped, and rejected.
|
MemberList
This class defines a mechanism that may be used to iterate over the members of a group.
|
Operation
This class defines a generic operation that may be processed by the Directory Server.
|
Privilege
This class implements an enumeration that defines the set of privileges available in the Directory Server.
|
PublicAPI
This class defines an annotation type that can be used to describe the position of a package, class, or method in the
OpenDS public API (including to denote that the associated code should NOT be considered part of the public API).
|
RestoreConfig
This class defines a data structure for holding configuration information to use when restoring a backup of a
Directory Server backend.
|
SynchronizationProviderResult
This class defines a data structure that holds information about the result of processing by a synchronization
provider.
|
WritabilityMode
This class implements an enumeration that may be used to control the writability mode for the entire server or for a
specific backend.
|
Class and Description |
---|
DisconnectReason
This enumeration defines the set of possible reasons for the closure of a connection between a client and the
Directory Server.
|
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server
component.
|
LDIFExportConfig
This class defines a data structure for holding configuration information to use when performing an LDIF export.
|
LDIFImportConfig
This class defines a data structure for holding configuration information to use when performing an LDIF import.
|
PublicAPI
This class defines an annotation type that can be used to describe the position of a package, class, or method in the
OpenDS public API (including to denote that the associated code should NOT be considered part of the public API).
|
Class and Description |
---|
AuthenticationInfo
This class defines a data structure that may be used to store information about an authenticated user.
|
IdentifiedException
This class defines a base exception that should be extended by any exception that exposes a unique identifier for the
associated message.
|
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server
component.
|
LDAPURL
This class defines a data structure that represents the components of an LDAP URL, including the scheme, host, port,
base DN, attributes, scope, filter, and extensions.
|
OpenDsException
This class defines a base exception for OpenDS exceptions.
|
Operation
This class defines a generic operation that may be processed by the Directory Server.
|
Class and Description |
---|
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server
component.
|
Class and Description |
---|
BackupConfig
This class defines a data structure for holding configuration information to use when performing a backup of a
Directory Server backend.
|
BackupDirectory
This class defines a data structure for holding information about a filesystem directory that contains data for one
or more backups associated with a backend.
|
IndexType
This class implements an enumeration that may be used to define the ways in which an attribute may be indexed within
the server.
|
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server
component.
|
LDIFExportConfig
This class defines a data structure for holding configuration information to use when performing an LDIF export.
|
LDIFImportConfig
This class defines a data structure for holding configuration information to use when performing an LDIF import.
|
LDIFImportResult
This class defines a data structure for providing information about the state of a completed LDIF import, including
the total number of entries read, skipped, and rejected.
|
RestoreConfig
This class defines a data structure for holding configuration information to use when restoring a backup of a
Directory Server backend.
|
Class and Description |
---|
BackupConfig
This class defines a data structure for holding configuration information to use when performing a backup of a
Directory Server backend.
|
BackupDirectory
This class defines a data structure for holding information about a filesystem directory that contains data for one
or more backups associated with a backend.
|
RestoreConfig
This class defines a data structure for holding configuration information to use when restoring a backup of a
Directory Server backend.
|
Class and Description |
---|
BackupConfig
This class defines a data structure for holding configuration information to use when performing a backup of a
Directory Server backend.
|
BackupDirectory
This class defines a data structure for holding information about a filesystem directory that contains data for one
or more backups associated with a backend.
|
IndexType
This class implements an enumeration that may be used to define the ways in which an attribute may be indexed within
the server.
|
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server
component.
|
LDIFExportConfig
This class defines a data structure for holding configuration information to use when performing an LDIF export.
|
LDIFImportConfig
This class defines a data structure for holding configuration information to use when performing an LDIF import.
|
LDIFImportResult
This class defines a data structure for providing information about the state of a completed LDIF import, including
the total number of entries read, skipped, and rejected.
|
RestoreConfig
This class defines a data structure for holding configuration information to use when restoring a backup of a
Directory Server backend.
|
Class and Description |
---|
BackupConfig
This class defines a data structure for holding configuration information to use when performing a backup of a
Directory Server backend.
|
BackupDirectory
This class defines a data structure for holding information about a filesystem directory that contains data for one
or more backups associated with a backend.
|
RestoreConfig
This class defines a data structure for holding configuration information to use when restoring a backup of a
Directory Server backend.
|
Class and Description |
---|
BackupConfig
This class defines a data structure for holding configuration information to use when performing a backup of a
Directory Server backend.
|
BackupDirectory
This class defines a data structure for holding information about a filesystem directory that contains data for one
or more backups associated with a backend.
|
IndexType
This class implements an enumeration that may be used to define the ways in which an attribute may be indexed within
the server.
|
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server
component.
|
LDIFExportConfig
This class defines a data structure for holding configuration information to use when performing an LDIF export.
|
LDIFImportConfig
This class defines a data structure for holding configuration information to use when performing an LDIF import.
|
LDIFImportResult
This class defines a data structure for providing information about the state of a completed LDIF import, including
the total number of entries read, skipped, and rejected.
|
Operation
This class defines a generic operation that may be processed by the Directory Server.
|
RestoreConfig
This class defines a data structure for holding configuration information to use when restoring a backup of a
Directory Server backend.
|
Class and Description |
---|
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server
component.
|
LDIFExportConfig
This class defines a data structure for holding configuration information to use when performing an LDIF export.
|
PublicAPI
This class defines an annotation type that can be used to describe the position of a package, class, or method in the
OpenDS public API (including to denote that the associated code should NOT be considered part of the public API).
|
Class and Description |
---|
AcceptRejectWarn
This class implements an enumeration that may be used for configuration items that may have three possible values:
accept, reject, or warn.
|
AccountStatusNotificationProperty
This class implements an enumeration that holds the possible set of additional properties that can be included in an
account status notification.
|
AccountStatusNotificationType
This class implements an enumeration that holds the possible event types that can trigger an account status
notification.
|
AuthenticationInfo
This class defines a data structure that may be used to store information about an authenticated user.
|
AuthenticationType
This enumeration defines the set of possible authentication types that may be used for a bind request.
|
BackupConfig
This class defines a data structure for holding configuration information to use when performing a backup of a
Directory Server backend.
|
CryptoManager
This interface defines the methods to call to access cryptographic services including encryption and hashing; in
particular, when the ciphertext or HMAC is produced on one directory server instance and is to be consumed on
another.
|
DirectoryEnvironmentConfig
This class provides a set of properties that may control various aspects of the server environment.
|
DisconnectReason
This enumeration defines the set of possible reasons for the closure of a connection between a client and the
Directory Server.
|
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server
component.
|
LDIFExportConfig
This class defines a data structure for holding configuration information to use when performing an LDIF export.
|
LDIFImportConfig
This class defines a data structure for holding configuration information to use when performing an LDIF import.
|
LockManager
A lock manager coordinates directory update operations so that the DIT structure remains in a consistent state, as
well as providing repeatable read isolation.
|
Operation
This class defines a generic operation that may be processed by the Directory Server.
|
OperationType
This enumeration defines the set of possible operation types that may be processed by the Directory Server.
|
Privilege
This class implements an enumeration that defines the set of privileges available in the Directory Server.
|
RestoreConfig
This class defines a data structure for holding configuration information to use when restoring a backup of a
Directory Server backend.
|
SubEntry
This class represents RFC 3672 subentries and RFC 3671 collective attribute subentries objects.
|
VirtualAttributeRule
This class defines a virtual attribute rule, which associates a virtual attribute provider with its associated
configuration, including the attribute type for which the values should be generated; the base DN(s), group DN(s),
and search filter(s) that should be used to identify which entries should have the virtual attribute, and how
conflicts between real and virtual values should be handled.
|
WritabilityMode
This class implements an enumeration that may be used to control the writability mode for the entire server or for a
specific backend.
|
Class and Description |
---|
CryptoManager
This interface defines the methods to call to access cryptographic services including encryption and hashing; in
particular, when the ciphertext or HMAC is produced on one directory server instance and is to be consumed on
another.
|
CryptoManagerException
This class defines an exception that is thrown in the case of problems with encryption key management, and is a
wrapper for a variety of other cipher related exceptions.
|
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server
component.
|
Class and Description |
---|
HostPort
This class defines a data structure that combines an address and port number, as may be used to accept a connection
from or initiate a connection to a remote system.
|
Class and Description |
---|
AccountStatusNotification
This class defines a data type for storing information associated with an account status notification.
|
AccountStatusNotificationProperty
This class implements an enumeration that holds the possible set of additional properties that can be included in an
account status notification.
|
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server
component.
|
LDAPURL
This class defines a data structure that represents the components of an LDAP URL, including the scheme, host, port,
base DN, attributes, scope, filter, and extensions.
|
MemberList
This class defines a mechanism that may be used to iterate over the members of a group.
|
MembershipException
This class defines an exception that may be thrown if a problem occurs while attempting to iterate across the members
of a group.
|
Operation
This class defines a generic operation that may be processed by the Directory Server.
|
Class and Description |
---|
DisconnectReason
This enumeration defines the set of possible reasons for the closure of a connection between a client and the
Directory Server.
|
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server
component.
|
PublicAPI
This class defines an annotation type that can be used to describe the position of a package, class, or method in the
OpenDS public API (including to denote that the associated code should NOT be considered part of the public API).
|
Class and Description |
---|
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server
component.
|
LDIFImportConfig
This class defines a data structure for holding configuration information to use when performing an LDIF import.
|
Class and Description |
---|
HostPort
This class defines a data structure that combines an address and port number, as may be used to accept a connection
from or initiate a connection to a remote system.
|
Operation
This class defines a generic operation that may be processed by the Directory Server.
|
Class and Description |
---|
IdentifiedException
This class defines a base exception that should be extended by any exception that exposes a unique identifier for the
associated message.
|
OpenDsException
This class defines a base exception for OpenDS exceptions.
|
Class and Description |
---|
HostPort
This class defines a data structure that combines an address and port number, as may be used to accept a connection
from or initiate a connection to a remote system.
|
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server
component.
|
Class and Description |
---|
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server
component.
|
Class and Description |
---|
AuthenticationInfo
This class defines a data structure that may be used to store information about an authenticated user.
|
DisconnectReason
This enumeration defines the set of possible reasons for the closure of a connection between a client and the
Directory Server.
|
HostPort
This class defines a data structure that combines an address and port number, as may be used to accept a connection
from or initiate a connection to a remote system.
|
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server
component.
|
Operation
This class defines a generic operation that may be processed by the Directory Server.
|
Class and Description |
---|
DisconnectReason
This enumeration defines the set of possible reasons for the closure of a connection between a client and the
Directory Server.
|
HostPort
This class defines a data structure that combines an address and port number, as may be used to accept a connection
from or initiate a connection to a remote system.
|
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server
component.
|
Operation
This class defines a generic operation that may be processed by the Directory Server.
|
Class and Description |
---|
HostPort
This class defines a data structure that combines an address and port number, as may be used to accept a connection
from or initiate a connection to a remote system.
|
Class and Description |
---|
BackupConfig
This class defines a data structure for holding configuration information to use when performing a backup of a
Directory Server backend.
|
HostPort
This class defines a data structure that combines an address and port number, as may be used to accept a connection
from or initiate a connection to a remote system.
|
LDIFExportConfig
This class defines a data structure for holding configuration information to use when performing an LDIF export.
|
LDIFImportConfig
This class defines a data structure for holding configuration information to use when performing an LDIF import.
|
RestoreConfig
This class defines a data structure for holding configuration information to use when restoring a backup of a
Directory Server backend.
|
SynchronizationProviderResult
This class defines a data structure that holds information about the result of processing by a synchronization
provider.
|
Class and Description |
---|
HostPort
This class defines a data structure that combines an address and port number, as may be used to accept a connection
from or initiate a connection to a remote system.
|
Class and Description |
---|
HostPort
This class defines a data structure that combines an address and port number, as may be used to accept a connection
from or initiate a connection to a remote system.
|
Class and Description |
---|
OpenDsException
This class defines a base exception for OpenDS exceptions.
|
Class and Description |
---|
HostPort
This class defines a data structure that combines an address and port number, as may be used to accept a connection
from or initiate a connection to a remote system.
|
Class and Description |
---|
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server
component.
|
Class and Description |
---|
HostPort
This class defines a data structure that combines an address and port number, as may be used to accept a connection
from or initiate a connection to a remote system.
|
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server
component.
|
Class and Description |
---|
HostPort
This class defines a data structure that combines an address and port number, as may be used to accept a connection
from or initiate a connection to a remote system.
|
OpenDsException
This class defines a base exception for OpenDS exceptions.
|
Class and Description |
---|
OpenDsException
This class defines a base exception for OpenDS exceptions.
|
Class and Description |
---|
AcceptRejectWarn
This class implements an enumeration that may be used for configuration items that may have three possible values:
accept, reject, or warn.
|
AccountStatusNotificationProperty
This class implements an enumeration that holds the possible set of additional properties that can be included in an
account status notification.
|
AccountStatusNotificationType
This class implements an enumeration that holds the possible event types that can trigger an account status
notification.
|
AdditionalLogItem
An additional log item for an operation which may be processed in the access log.
|
AuthenticationInfo
This class defines a data structure that may be used to store information about an authenticated user.
|
AuthenticationType
This enumeration defines the set of possible authentication types that may be used for a bind request.
|
BackupDirectory
This class defines a data structure for holding information about a filesystem directory that contains data for one
or more backups associated with a backend.
|
BackupInfo
This class defines a data structure for holding information about a backup that is available in a backup directory.
|
CryptoManagerException
This class defines an exception that is thrown in the case of problems with encryption key management, and is a
wrapper for a variety of other cipher related exceptions.
|
DisconnectReason
This enumeration defines the set of possible reasons for the closure of a connection between a client and the
Directory Server.
|
ExistingFileBehavior
This enumeration defines the set of possible behaviors that should be taken when attempting to write to a file that
already exists.
|
FilePermission
This class provides a mechanism for setting file permissions in a more abstract manner than is provided by the
underlying operating system and/or filesystem.
|
HostPort
This class defines a data structure that combines an address and port number, as may be used to accept a connection
from or initiate a connection to a remote system.
|
IdentifiedException
This class defines a base exception that should be extended by any exception that exposes a unique identifier for the
associated message.
|
IndexType
This class implements an enumeration that may be used to define the ways in which an attribute may be indexed within
the server.
|
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server
component.
|
LDAPURL
This class defines a data structure that represents the components of an LDAP URL, including the scheme, host, port,
base DN, attributes, scope, filter, and extensions.
|
LockManager.DNLock
A lock on an entry or subtree.
|
MembershipException
This class defines an exception that may be thrown if a problem occurs while attempting to iterate across the members
of a group.
|
NamedCharacterSet
This class provides a data structure that makes it possible to associate a name with a given set of characters.
|
OpenDsException
This class defines a base exception for OpenDS exceptions.
|
Operation
This class defines a generic operation that may be processed by the Directory Server.
|
OperationConfig
Base for data structures that define configuration for operations.
|
OperationType
This enumeration defines the set of possible operation types that may be processed by the Directory Server.
|
Privilege
This class implements an enumeration that defines the set of privileges available in the Directory Server.
|
PublicAPI
This class defines an annotation type that can be used to describe the position of a package, class, or method in the
OpenDS public API (including to denote that the associated code should NOT be considered part of the public API).
|
StabilityLevel
This class implements an enumeration whose values may be used to indicate the stability level of API classes and/or
methods.
|
SubtreeSpecification
An RFC 3672 subtree specification.
|
SynchronizationProviderResult
This class defines a data structure that holds information about the result of processing by a synchronization
provider.
|
WritabilityMode
This class implements an enumeration that may be used to control the writability mode for the entire server or for a
specific backend.
|
Class and Description |
---|
AdditionalLogItem
An additional log item for an operation which may be processed in the access log.
|
AuthenticationType
This enumeration defines the set of possible authentication types that may be used for a bind request.
|
DisconnectReason
This enumeration defines the set of possible reasons for the closure of a connection between a client and the
Directory Server.
|
OperationType
This enumeration defines the set of possible operation types that may be processed by the Directory Server.
|
PublicAPI
This class defines an annotation type that can be used to describe the position of a package, class, or method in the
OpenDS public API (including to denote that the associated code should NOT be considered part of the public API).
|
Class and Description |
---|
BackupConfig
This class defines a data structure for holding configuration information to use when performing a backup of a
Directory Server backend.
|
BackupDirectory
This class defines a data structure for holding information about a filesystem directory that contains data for one
or more backups associated with a backend.
|
DirectoryEnvironmentConfig
This class provides a set of properties that may control various aspects of the server environment.
|
IdentifiedException
This class defines a base exception that should be extended by any exception that exposes a unique identifier for the
associated message.
|
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server
component.
|
LDIFExportConfig
This class defines a data structure for holding configuration information to use when performing an LDIF export.
|
LDIFImportConfig
This class defines a data structure for holding configuration information to use when performing an LDIF import.
|
OpenDsException
This class defines a base exception for OpenDS exceptions.
|
PublicAPI
This class defines an annotation type that can be used to describe the position of a package, class, or method in the
OpenDS public API (including to denote that the associated code should NOT be considered part of the public API).
|
RestoreConfig
This class defines a data structure for holding configuration information to use when restoring a backup of a
Directory Server backend.
|
Copyright 2010-2022 ForgeRock AS.