Package | Description |
---|---|
org.forgerock.opendj.adapter.server3x |
Classes for interacting with an embedded OpenDJ 2.x instance using the OpenDJ LDAP SDK.
|
org.opends.admin.ads |
Defines the different classes that are you used to have a read-only
view of the configuration of the servers that are registered in the
Administration Directory Server (ADS).
|
org.opends.dsml.protocol |
This package contains source for a Web application that may be used as a
DSML-to-LDAP gateway.
|
org.opends.guitools.controlpanel.browser |
Defines the main classes that are you used by the entry browser of the
Control Panel.
|
org.opends.guitools.controlpanel.datamodel |
Defines the data structures that are used in the control panel.
|
org.opends.guitools.controlpanel.event |
Defines some of the events and listeners used in the Control Panel.
|
org.opends.guitools.controlpanel.task |
Defines the main classes that are you used to perform the administrative
operations: start the server, modify an entry, delete a base DN, etc.
|
org.opends.guitools.controlpanel.ui |
Contains the panels and dialogs displayed in the Control Panel.
|
org.opends.guitools.controlpanel.ui.components |
Contains some components used in the Control Panel: the MainActionsPane,
the ActionButton, etc.
|
org.opends.guitools.controlpanel.ui.nodes |
Contains the different nodes that are used in the trees of the Control Panel
(index browser, schema browser, LDAP entries browser...).
|
org.opends.guitools.controlpanel.ui.renderer |
Contains some of the list, combo box and table renderers and editors used in
the Control Panel: index renderers, schema renderers, LDAP entry renderers...
|
org.opends.guitools.controlpanel.util |
Contains some utilities used in the Control Panel.
|
org.opends.messages |
Defines all the messages that may be used in the Directory Server and tools.
|
org.opends.quicksetup |
Defines the main classes that are you used by both the QuickSetup utilities:
the installer.
|
org.opends.quicksetup.installer |
Defines the classes that are you used by both the off-line and the web start
installer.
|
org.opends.quicksetup.util |
Defines the different auxiliary classes that can be used by the different
applications (installer).
|
org.opends.server.admin |
Common administration classes.
|
org.opends.server.admin.client |
Common client-side administration classes.
|
org.opends.server.admin.server |
Server-side administration interface.
|
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.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.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.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.pdb |
Contains the code for the Directory Server backend that uses Persistit
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.controls |
Contains classes that represent specific LDAP controls and their values.
|
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.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.monitors |
Contains various Directory Server monitor provider implementations.
|
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.internal |
Contains the implementation for the "internal" connection handler
and its associated classes.
|
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.server.changelog.file |
This package contains a file-based log implementation for the changelog
database API.
|
org.opends.server.replication.server.changelog.je |
This package contains the Berkeley DB JE implementation for the changelog
database API.
|
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.tasks |
Contains implementations for various Directory Server tasks.
|
org.opends.server.tools |
Contains various Directory Server tool implementations.
|
org.opends.server.tools.dsreplication |
Defines the classes that are you used by the replication
command lines.
|
org.opends.server.tools.makeldif |
This package provides classes for a tool which may be used to generate LDIF
content based on user-defined templates.
|
org.opends.server.tools.tasks |
This package contains classes that support client tool interaction with the
tasks backend.
|
org.opends.server.tools.upgrade |
Defines the specific classes that are used by the upgrade tool.
|
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.
|
org.opends.server.workflowelement.localbackend |
This package contains source for the local backend workflow element, which
are used to process operations against data stored in local backend databases
and other repositories that are considered "local".
|
Class and Description |
---|
Attribute
This class defines a data structure for storing and interacting
with an attribute that may be used in the Directory Server.
|
Control
This class defines a data structure that holds information about a
control that can be included in a request or response.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Entry
This class defines a data structure for a Directory Server entry.
|
Modification
This class defines a data structure for storing and interacting
with a modification that may be requested of an entry in the Directory Server.
|
Operation
This interface defines a generic operation that may be processed by
the Directory Server.
|
RawAttribute
This class defines a raw attribute, which has a type (which may
include zero or more options), and zero or more values.
|
RawFilter
This class defines the data structures and methods to use when
interacting with a raw search filter, which defines a set of
criteria for locating entries in a search request.
|
RawModification
This class defines the data structures and methods to use when
interacting with a raw modification, which describes a change that
should be made to an attribute.
|
RDN
This class defines a data structure for storing and interacting
with the relative distinguished names associated with entries in
the Directory Server.
|
SearchFilter
This class defines a data structure for storing and interacting
with a search filter that may serve as criteria for locating
entries in the Directory Server.
|
SearchResultEntry
This class defines a data structure for storing information about
an entry that matches a given set of search criteria and should be
returned to the client.
|
SearchResultReference
This class defines a data structure for storing information about a
referral returned while processing a search request.
|
Class and Description |
---|
OpenDsException
This class defines a base exception for OpenDS exceptions.
|
Class and Description |
---|
Control
This class defines a data structure that holds information about a
control that can be included in a request or response.
|
LDAPException
This class defines an exception that may be thrown if a problem
occurs while interacting with an LDAP protocol element.
|
Class and Description |
---|
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.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting
with an attribute type, which contains information about the format
of an attribute and the syntax and matching rules that should be
used when interacting with it.
|
BackupInfo
This class defines a data structure for holding information about a
backup that is available in a backup directory.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Entry
This class defines a data structure for a Directory Server entry.
|
OpenDsException
This class defines a base exception for OpenDS exceptions.
|
Schema
This class defines a data structure that holds information about
the components of the Directory Server schema.
|
Class and Description |
---|
Entry
This class defines a data structure for a Directory Server entry.
|
ObjectClass
This class defines a data structure for storing and interacting
with an objectclass, which contains a collection of attributes that
must and/or may be present in an entry with that objectclass.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting
with an attribute type, which contains information about the format
of an attribute and the syntax and matching rules that should be
used when interacting with it.
|
CommonSchemaElements
An abstract base class for LDAP schema definitions which contain an
OID, optional names, description, an obsolete flag, and an optional
set of extra properties.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Entry
This class defines a data structure for a Directory Server entry.
|
ObjectClass
This class defines a data structure for storing and interacting
with an objectclass, which contains a collection of attributes that
must and/or may be present in an entry with that objectclass.
|
OpenDsException
This class defines a base exception for OpenDS exceptions.
|
Schema
This class defines a data structure that holds information about
the components of the Directory Server schema.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting
with an attribute type, which contains information about the format
of an attribute and the syntax and matching rules that should be
used when interacting with it.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Entry
This class defines a data structure for a Directory Server entry.
|
ObjectClass
This class defines a data structure for storing and interacting
with an objectclass, which contains a collection of attributes that
must and/or may be present in an entry with that objectclass.
|
OpenDsException
This class defines a base exception for OpenDS exceptions.
|
Schema
This class defines a data structure that holds information about
the components of the Directory Server schema.
|
Class and Description |
---|
ObjectClass
This class defines a data structure for storing and interacting
with an objectclass, which contains a collection of attributes that
must and/or may be present in an entry with that objectclass.
|
Schema
This class defines a data structure that holds information about
the components of the Directory Server schema.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting
with an attribute type, which contains information about the format
of an attribute and the syntax and matching rules that should be
used when interacting with it.
|
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.
|
ObjectClass
This class defines a data structure for storing and interacting
with an objectclass, which contains a collection of attributes that
must and/or may be present in an entry with that objectclass.
|
Class and Description |
---|
Schema
This class defines a data structure that holds information about
the components of the Directory Server schema.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting
with an attribute type, which contains information about the format
of an attribute and the syntax and matching rules that should be
used when interacting with it.
|
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.
|
CanceledOperationException
This class defines an exception that may be thrown if the operation
being processed is cancelled for some reason (e.g., an abandon or
cancel request from the client).
|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs in the Directory Server.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Entry
This class defines a data structure for a Directory Server entry.
|
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.
|
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.
|
OpenDsException
This class defines a base exception for OpenDS exceptions.
|
RestoreConfig
This class defines a data structure for holding configuration
information to use when restoring a backup of a Directory Server
backend.
|
Schema
This class defines a data structure that holds information about
the components of the Directory Server schema.
|
SchemaFileElement
This interface defines a set of methods that must be provided by a
schema file element, which is a schema element that is loaded from
a schema configuration file.
|
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 |
---|
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 |
---|
OpenDsException
This class defines a base exception for OpenDS exceptions.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting
with an attribute type, which contains information about the format
of an attribute and the syntax and matching rules that should be
used when interacting with it.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in 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.
|
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 |
---|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
OpenDsException
This class defines a base exception for OpenDS exceptions.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting
with an attribute type, which contains information about the format
of an attribute and the syntax and matching rules that should be
used when interacting with it.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting
with an attribute type, which contains information about the format
of an attribute and the syntax and matching rules that should be
used when interacting with it.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Class and Description |
---|
AccountStatusNotification
This class defines a data type for storing information associated
with an account status notification.
|
Attribute
This class defines a data structure for storing and interacting
with an attribute that may be used in the Directory Server.
|
AttributeType
This class defines a data structure for storing and interacting
with an attribute type, which contains information about the format
of an attribute and the syntax and matching rules that should be
used when interacting with it.
|
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.
|
CanceledOperationException
This class defines an exception that may be thrown if the operation
being processed is cancelled for some reason (e.g., an abandon or
cancel request from the client).
|
CancelRequest
This class defines a data structure that can be used to hold
information about a request to cancel or abandon an operation in
progress.
|
CancelResult
This enumeration defines the set of possible outcomes that can
result from processing a cancel request.
|
Control
This class defines a data structure that holds information about a
control that can be included in a request or response.
|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs in the Directory Server.
|
DisconnectReason
This enumeration defines the set of possible reasons for the
closure of a connection between a client and the Directory Server.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Entry
This class defines a data structure for a Directory Server entry.
|
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.
|
IntermediateResponse
This class defines a data structure for holding information that
may be sent to the client in the form of an intermediate response.
|
InvokableMethod
This class defines a data structure that holds information about a
method that may be invoked for an invokable 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.
|
Modification
This class defines a data structure for storing and interacting
with a modification that may be requested of an entry in the Directory Server.
|
ObjectClass
This class defines a data structure for storing and interacting
with an objectclass, which contains a collection of attributes that
must and/or may be present in an entry with that objectclass.
|
Operation
This interface 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.
|
SearchFilter
This class defines a data structure for storing and interacting
with a search filter that may serve as criteria for locating
entries in the Directory Server.
|
SearchResultEntry
This class defines a data structure for storing information about
an entry that matches a given set of search criteria and should be
returned to the client.
|
SearchResultReference
This class defines a data structure for storing information about a
referral returned while processing a search request.
|
SynchronizationProviderResult
This class defines a data structure that holds information about
the result of processing by a synchronization provider.
|
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 |
---|
CanceledOperationException
This class defines an exception that may be thrown if the operation
being processed is cancelled for some reason (e.g., an abandon or
cancel request from the client).
|
DisconnectReason
This enumeration defines the set of possible reasons for the
closure of a connection between a client and the Directory Server.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Entry
This class defines a data structure for a Directory Server entry.
|
InitializationException
This class defines an exception that may be thrown if a problem
occurs while trying to initialize a Directory Server component.
|
IntermediateResponse
This class defines a data structure for holding information that
may be sent to the client in the form of an intermediate response.
|
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.
|
Modification
This class defines a data structure for storing and interacting
with a modification that may be requested of an entry 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).
|
SearchResultEntry
This class defines a data structure for storing information about
an entry that matches a given set of search criteria and should be
returned to the client.
|
SearchResultReference
This class defines a data structure for storing information about a
referral returned while processing a search request.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting
with an attribute type, which contains information about the format
of an attribute and the syntax and matching rules that should be
used when interacting with it.
|
AuthenticationInfo
This class defines a data structure that may be used to store
information about an authenticated user.
|
Control
This class defines a data structure that holds information about a
control that can be included in a request or response.
|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs in the Directory Server.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Entry
This class defines a data structure for a Directory Server entry.
|
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 interface defines a generic operation that may be processed by
the Directory Server.
|
RDN
This class defines a data structure for storing and interacting
with the relative distinguished names associated with entries in
the Directory Server.
|
SearchFilter
This class defines a data structure for storing and interacting
with a search filter that may serve as criteria for locating
entries in the Directory Server.
|
SearchResultEntry
This class defines a data structure for storing information about
an entry that matches a given set of search criteria and should be
returned to the client.
|
SearchResultReference
This class defines a data structure for storing information about a
referral returned while processing a search request.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting
with an attribute type, which contains information about the format
of an attribute and the syntax and matching rules that should be
used when interacting with it.
|
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.
|
CanceledOperationException
This class defines an exception that may be thrown if the operation
being processed is cancelled for some reason (e.g., an abandon or
cancel request from the client).
|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs in the Directory Server.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Entry
This class defines a data structure for a Directory Server entry.
|
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 |
---|
AttributeType
This class defines a data structure for storing and interacting
with an attribute type, which contains information about the format
of an attribute and the syntax and matching rules that should be
used when interacting with it.
|
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.
|
CanceledOperationException
This class defines an exception that may be thrown if the operation
being processed is cancelled for some reason (e.g., an abandon or
cancel request from the client).
|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs in the Directory Server.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Entry
This class defines a data structure for a Directory Server entry.
|
EntryEncodeConfig
This class defines a data structure that contains configuration
information about how an entry should be encoded.
|
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.
|
LDAPException
This class defines an exception that may be thrown if a problem
occurs while interacting with an LDAP protocol element.
|
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.
|
Modification
This class defines a data structure for storing and interacting
with a modification that may be requested of an entry in the Directory Server.
|
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.
|
SearchFilter
This class defines a data structure for storing and interacting
with a search filter that may serve as criteria for locating
entries in the Directory Server.
|
SortOrder
This class defines a data structure that defines a set of sort
criteria that may be used to order entries in a set of search
results.
|
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.
|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs 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.
|
Class and Description |
---|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
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.
|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs 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.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting
with an attribute type, which contains information about the format
of an attribute and the syntax and matching rules that should be
used when interacting with it.
|
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.
|
CanceledOperationException
This class defines an exception that may be thrown if the operation
being processed is cancelled for some reason (e.g., an abandon or
cancel request from the client).
|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs in the Directory Server.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Entry
This class defines a data structure for a Directory Server entry.
|
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 interface 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 |
---|
Attribute
This class defines a data structure for storing and interacting
with an attribute that may be used in the Directory Server.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Entry
This class defines a data structure for a Directory Server entry.
|
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.
|
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).
|
SSLClientAuthPolicy
This enumeration defines a policy that indicates how the server
should deal with SSL/TLS-based client connections.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting
with an attribute type, which contains information about the format
of an attribute and the syntax and matching rules that should be
used when interacting with it.
|
Control
This class defines a data structure that holds information about a
control that can be included in a request or response.
|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs in the Directory Server.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Entry
This class defines a data structure for a Directory Server entry.
|
LDAPException
This class defines an exception that may be thrown if a problem
occurs while interacting with an LDAP protocol element.
|
RawFilter
This class defines the data structures and methods to use when
interacting with a raw search filter, which defines a set of
criteria for locating entries in a search request.
|
SearchFilter
This class defines a data structure for storing and interacting
with a search filter that may serve as criteria for locating
entries in the Directory Server.
|
SearchResultEntry
This class defines a data structure for storing information about
an entry that matches a given set of search criteria and should be
returned to the client.
|
SortOrder
This class defines a data structure that defines a set of sort
criteria that may be used to order entries in a set of search
results.
|
Class and Description |
---|
AbstractOperation
This class defines a generic operation that may be processed by the
Directory Server.
|
AcceptRejectWarn
This class implements an enumeration that may be used for
configuration items that may have three possible values: accept,
reject, or warn.
|
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.
|
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.
|
Attribute
This class defines a data structure for storing and interacting
with an attribute that may be used in the Directory Server.
|
AttributeType
This class defines a data structure for storing and interacting
with an attribute type, which contains information about the format
of an attribute and the syntax and matching rules that should be
used when interacting with it.
|
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.
|
CanceledOperationException
This class defines an exception that may be thrown if the operation
being processed is cancelled for some reason (e.g., an abandon or
cancel request from the client).
|
CancelRequest
This class defines a data structure that can be used to hold
information about a request to cancel or abandon an operation in
progress.
|
CancelResult
This enumeration defines the set of possible outcomes that can
result from processing a cancel request.
|
Control
This class defines a data structure that holds information about a
control that can be included in a request or response.
|
DirectoryEnvironmentConfig
This class provides a set of properties that may control various
aspects of the server environment.
|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs in the Directory Server.
|
DisconnectReason
This enumeration defines the set of possible reasons for the
closure of a connection between a client and the Directory Server.
|
DITContentRule
This class defines a DIT content rule, which defines the set of
allowed, required, and prohibited attributes for entries with a
given structural objectclass, and also indicates which auxiliary
classes that may be included in the entry.
|
DITStructureRule
This class defines a DIT structure rule, which is used to indicate
the types of children that entries may have.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Entry
This class defines a data structure for a Directory Server entry.
|
InitializationException
This class defines an exception that may be thrown if a problem
occurs while trying to initialize a Directory Server component.
|
IntermediateResponse
This class defines a data structure for holding information that
may be sent to the client in the form of an intermediate response.
|
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.
|
MatchingRuleUse
This class defines a data structure for storing and interacting
with a matching rule use definition, which may be used to restrict
the set of attribute types that may be used for a given matching
rule.
|
Modification
This class defines a data structure for storing and interacting
with a modification that may be requested of an entry in the Directory Server.
|
NameForm
This class defines a data structure for storing and interacting
with a name form, which defines the attribute type(s) that must
and/or may be used in the RDN of an entry with a given structural
objectclass.
|
ObjectClass
This class defines a data structure for storing and interacting
with an objectclass, which contains a collection of attributes that
must and/or may be present in an entry with that objectclass.
|
Operation
This interface 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.
|
RawAttribute
This class defines a raw attribute, which has a type (which may
include zero or more options), and zero or more values.
|
RawFilter
This class defines the data structures and methods to use when
interacting with a raw search filter, which defines a set of
criteria for locating entries in a search request.
|
RawModification
This class defines the data structures and methods to use when
interacting with a raw modification, which describes a change that
should be made to an attribute.
|
RDN
This class defines a data structure for storing and interacting
with the relative distinguished names associated with entries 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.
|
Schema
This class defines a data structure that holds information about
the components of the Directory Server schema.
|
SearchFilter
This class defines a data structure for storing and interacting
with a search filter that may serve as criteria for locating
entries in the Directory Server.
|
SearchResultEntry
This class defines a data structure for storing information about
an entry that matches a given set of search criteria and should be
returned to the client.
|
SearchResultReference
This class defines a data structure for storing information about a
referral returned while processing a search request.
|
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 |
---|
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.
|
Attribute
This class defines a data structure for storing and interacting
with an attribute that may be used in the Directory Server.
|
AttributeType
This class defines a data structure for storing and interacting
with an attribute type, which contains information about the format
of an attribute and the syntax and matching rules that should be
used when interacting with it.
|
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.
|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs in the Directory Server.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Entry
This class defines a data structure for a Directory Server entry.
|
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.
|
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.
|
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 interface 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.
|
SearchFilter
This class defines a data structure for storing and interacting
with a search filter that may serve as criteria for locating
entries in the Directory Server.
|
SearchResultEntry
This class defines a data structure for storing information about
an entry that matches a given set of search criteria and should be
returned to the client.
|
SearchResultReference
This class defines a data structure for storing information about a
referral returned while processing a search request.
|
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.
|
Class and Description |
---|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs in the Directory Server.
|
DisconnectReason
This enumeration defines the set of possible reasons for the
closure of a connection between a client and the Directory Server.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in 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).
|
SearchResultEntry
This class defines a data structure for storing information about
an entry that matches a given set of search criteria and should be
returned to the client.
|
SearchResultReference
This class defines a data structure for storing information about a
referral returned while processing a search request.
|
Class and Description |
---|
Attribute
This class defines a data structure for storing and interacting
with an attribute that may be used in 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.
|
ObjectClass
This class defines a data structure for storing and interacting
with an objectclass, which contains a collection of attributes that
must and/or may be present in an entry with that objectclass.
|
Class and Description |
---|
Control
This class defines a data structure that holds information about a
control that can be included in a request or response.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Entry
This class defines a data structure for a Directory Server entry.
|
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.
|
Modification
This class defines a data structure for storing and interacting
with a modification that may be requested of an entry in the Directory Server.
|
Class and Description |
---|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in 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.
|
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 |
---|
Attribute
This class defines a data structure for storing and interacting
with an attribute that may be used in the Directory Server.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in 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.
|
Class and Description |
---|
AbstractOperation
This class defines a generic operation that may be processed by the
Directory Server.
|
Attribute
This class defines a data structure for storing and interacting
with an attribute that may be used in the Directory Server.
|
AttributeType
This class defines a data structure for storing and interacting
with an attribute type, which contains information about the format
of an attribute and the syntax and matching rules that should be
used when interacting with it.
|
AuthenticationInfo
This class defines a data structure that may be used to store
information about an authenticated user.
|
CancelRequest
This class defines a data structure that can be used to hold
information about a request to cancel or abandon an operation in
progress.
|
CancelResult
This enumeration defines the set of possible outcomes that can
result from processing a cancel request.
|
Control
This class defines a data structure that holds information about a
control that can be included in a request or response.
|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs in the Directory Server.
|
DisconnectReason
This enumeration defines the set of possible reasons for the
closure of a connection between a client and the Directory Server.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Entry
This class defines a data structure for a Directory Server entry.
|
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.
|
IntermediateResponse
This class defines a data structure for holding information that
may be sent to the client in the form of an intermediate response.
|
Modification
This class defines a data structure for storing and interacting
with a modification that may be requested of an entry in the Directory Server.
|
ObjectClass
This class defines a data structure for storing and interacting
with an objectclass, which contains a collection of attributes that
must and/or may be present in an entry with that objectclass.
|
Operation
This interface defines a generic operation 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).
|
RawAttribute
This class defines a raw attribute, which has a type (which may
include zero or more options), and zero or more values.
|
RawModification
This class defines the data structures and methods to use when
interacting with a raw modification, which describes a change that
should be made to an attribute.
|
RDN
This class defines a data structure for storing and interacting
with the relative distinguished names associated with entries in
the Directory Server.
|
SearchFilter
This class defines a data structure for storing and interacting
with a search filter that may serve as criteria for locating
entries in the Directory Server.
|
SearchResultEntry
This class defines a data structure for storing information about
an entry that matches a given set of search criteria and should be
returned to the client.
|
SearchResultReference
This class defines a data structure for storing information about a
referral returned while processing a search request.
|
Class and Description |
---|
AuthenticationInfo
This class defines a data structure that may be used to store
information about an authenticated user.
|
CancelRequest
This class defines a data structure that can be used to hold
information about a request to cancel or abandon an operation in
progress.
|
CancelResult
This enumeration defines the set of possible outcomes that can
result from processing a cancel request.
|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs in the Directory Server.
|
DisconnectReason
This enumeration defines the set of possible reasons for the
closure of a connection between a client and the Directory Server.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in 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.
|
IntermediateResponse
This class defines a data structure for holding information that
may be sent to the client in the form of an intermediate response.
|
Operation
This interface defines a generic operation that may be processed by
the Directory Server.
|
SearchResultEntry
This class defines a data structure for storing information about
an entry that matches a given set of search criteria and should be
returned to the client.
|
SearchResultReference
This class defines a data structure for storing information about a
referral returned while processing a search request.
|
Class and Description |
---|
Attribute
This class defines a data structure for storing and interacting
with an attribute that may be used in the Directory Server.
|
AuthenticationType
This enumeration defines the set of possible authentication types
that may be used for a bind request.
|
CancelRequest
This class defines a data structure that can be used to hold
information about a request to cancel or abandon an operation in
progress.
|
CancelResult
This enumeration defines the set of possible outcomes that can
result from processing a cancel request.
|
Control
This class defines a data structure that holds information about a
control that can be included in a request or response.
|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs in the Directory Server.
|
DisconnectReason
This enumeration defines the set of possible reasons for the
closure of a connection between a client and the Directory Server.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
FilterType
This enumeration defines the set of possible filter types that may
be used for search filters.
|
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.
|
IntermediateResponse
This class defines a data structure for holding information that
may be sent to the client in the form of an intermediate response.
|
LDAPException
This class defines an exception that may be thrown if a problem
occurs while interacting with an LDAP protocol element.
|
Modification
This class defines a data structure for storing and interacting
with a modification that may be requested of an entry in the Directory Server.
|
ObjectClass
This class defines a data structure for storing and interacting
with an objectclass, which contains a collection of attributes that
must and/or may be present in an entry with that objectclass.
|
Operation
This interface 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.
|
RawAttribute
This class defines a raw attribute, which has a type (which may
include zero or more options), and zero or more values.
|
RawFilter
This class defines the data structures and methods to use when
interacting with a raw search filter, which defines a set of
criteria for locating entries in a search request.
|
RawModification
This class defines the data structures and methods to use when
interacting with a raw modification, which describes a change that
should be made to an attribute.
|
SearchFilter
This class defines a data structure for storing and interacting
with a search filter that may serve as criteria for locating
entries in the Directory Server.
|
SearchResultEntry
This class defines a data structure for storing information about
an entry that matches a given set of search criteria and should be
returned to the client.
|
SearchResultReference
This class defines a data structure for storing information about a
referral returned while processing a search request.
|
SSLClientAuthPolicy
This enumeration defines a policy that indicates how the server
should deal with SSL/TLS-based client connections.
|
Class and Description |
---|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs in the Directory Server.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Class and Description |
---|
Attribute
This class defines a data structure for storing and interacting
with an attribute that may be used in the Directory Server.
|
AttributeType
This class defines a data structure for storing and interacting
with an attribute type, which contains information about the format
of an attribute and the syntax and matching rules that should be
used when interacting with it.
|
BackupConfig
This class defines a data structure for holding configuration
information to use when performing a backup of a Directory Server
backend.
|
Control
This class defines a data structure that holds information about a
control that can be included in a request or response.
|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs in the Directory Server.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Entry
This class defines a data structure for a Directory Server entry.
|
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.
|
Modification
This class defines a data structure for storing and interacting
with a modification that may be requested of an entry 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.
|
SynchronizationProviderResult
This class defines a data structure that holds information about
the result of processing by a synchronization provider.
|
Class and Description |
---|
Attribute
This class defines a data structure for storing and interacting
with an attribute that may be used in the Directory Server.
|
AttributeType
This class defines a data structure for storing and interacting
with an attribute type, which contains information about the format
of an attribute and the syntax and matching rules that should be
used when interacting with it.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
LDAPException
This class defines an exception that may be thrown if a problem
occurs while interacting with an LDAP protocol element.
|
Modification
This class defines a data structure for storing and interacting
with a modification that may be requested of an entry in the Directory Server.
|
ObjectClass
This class defines a data structure for storing and interacting
with an objectclass, which contains a collection of attributes that
must and/or may be present in an entry with that objectclass.
|
Operation
This interface defines a generic operation that may be processed by
the Directory Server.
|
RawAttribute
This class defines a raw attribute, which has a type (which may
include zero or more options), and zero or more values.
|
RawModification
This class defines the data structures and methods to use when
interacting with a raw modification, which describes a change that
should be made to an attribute.
|
Class and Description |
---|
Attribute
This class defines a data structure for storing and interacting
with an attribute that may be used in the Directory Server.
|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs in the Directory Server.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in 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.
|
Class and Description |
---|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
OpenDsException
This class defines a base exception for OpenDS exceptions.
|
Class and Description |
---|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Class and Description |
---|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Class and Description |
---|
Attribute
This class defines a data structure for storing and interacting
with an attribute that may be used in the Directory Server.
|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs in the Directory Server.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting
with an attribute type, which contains information about the format
of an attribute and the syntax and matching rules that should be
used when interacting with it.
|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs in the Directory Server.
|
DITContentRule
This class defines a DIT content rule, which defines the set of
allowed, required, and prohibited attributes for entries with a
given structural objectclass, and also indicates which auxiliary
classes that may be included in the entry.
|
DITStructureRule
This class defines a DIT structure rule, which is used to indicate
the types of children that entries may have.
|
InitializationException
This class defines an exception that may be thrown if a problem
occurs while trying to initialize a Directory Server component.
|
LDAPSyntaxDescription
This class defines a data structure for storing and interacting
with an ldap syntax, which defines the custom ldap syntaxes.
|
MatchingRuleUse
This class defines a data structure for storing and interacting
with a matching rule use definition, which may be used to restrict
the set of attribute types that may be used for a given matching
rule.
|
NameForm
This class defines a data structure for storing and interacting
with a name form, which defines the attribute type(s) that must
and/or may be used in the RDN of an entry with a given structural
objectclass.
|
ObjectClass
This class defines a data structure for storing and interacting
with an objectclass, which contains a collection of attributes that
must and/or may be present in an entry with that objectclass.
|
Schema
This class defines a data structure that holds information about
the components of the Directory Server schema.
|
Class and Description |
---|
Attribute
This class defines a data structure for storing and interacting
with an attribute that may be used in the Directory Server.
|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs in the Directory Server.
|
Class and Description |
---|
Control
This class defines a data structure that holds information about a
control that can be included in a request or response.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
LDAPException
This class defines an exception that may be thrown if a problem
occurs while interacting with an LDAP protocol element.
|
OpenDsException
This class defines a base exception for OpenDS exceptions.
|
RawAttribute
This class defines a raw attribute, which has a type (which may
include zero or more options), and zero or more values.
|
Class and Description |
---|
OpenDsException
This class defines a base exception for OpenDS exceptions.
|
RawAttribute
This class defines a raw attribute, which has a type (which may
include zero or more options), and zero or more values.
|
Class and Description |
---|
AttributeType
This class defines a data structure for storing and interacting
with an attribute type, which contains information about the format
of an attribute and the syntax and matching rules that should be
used when interacting with it.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
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.
|
OpenDsException
This class defines a base exception for OpenDS exceptions.
|
Class and Description |
---|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Entry
This class defines a data structure for a Directory Server entry.
|
InitializationException
This class defines an exception that may be thrown if a problem
occurs while trying to initialize a Directory Server component.
|
LDAPException
This class defines an exception that may be thrown if a problem
occurs while interacting with an LDAP protocol element.
|
OpenDsException
This class defines a base exception for OpenDS exceptions.
|
RawAttribute
This class defines a raw attribute, which has a type (which may
include zero or more options), and zero or more values.
|
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 |
---|
AbstractAttribute
An abstract base class for implementing new types of
Attribute . |
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.
|
Attribute
This class defines a data structure for storing and interacting
with an attribute that may be used in the Directory Server.
|
AttributeParser
A fluent API for parsing attributes as different types of object.
|
AttributeType
This class defines a data structure for storing and interacting
with an attribute type, which contains information about the format
of an attribute and the syntax and matching rules that should be
used when interacting with it.
|
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.
|
CanceledOperationException
This class defines an exception that may be thrown if the operation
being processed is cancelled for some reason (e.g., an abandon or
cancel request from the client).
|
CancelRequest
This class defines a data structure that can be used to hold
information about a request to cancel or abandon an operation in
progress.
|
CancelResult
This enumeration defines the set of possible outcomes that can
result from processing a cancel request.
|
CommonSchemaElements
An abstract base class for LDAP schema definitions which contain an
OID, optional names, description, an obsolete flag, and an optional
set of extra properties.
|
Control
This class defines a data structure that holds information about a
control that can be included in a request or response.
|
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.
|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs in the Directory Server.
|
DisconnectReason
This enumeration defines the set of possible reasons for the
closure of a connection between a client and the Directory Server.
|
DITContentRule
This class defines a DIT content rule, which defines the set of
allowed, required, and prohibited attributes for entries with a
given structural objectclass, and also indicates which auxiliary
classes that may be included in the entry.
|
DITStructureRule
This class defines a DIT structure rule, which is used to indicate
the types of children that entries may have.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Entry
This class defines a data structure for a Directory Server entry.
|
EntryEncodeConfig
This class defines a data structure that contains configuration
information about how an entry should be encoded.
|
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.
|
FilterType
This enumeration defines the set of possible filter types that may
be used for search filters.
|
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.
|
LDAPException
This class defines an exception that may be thrown if a problem
occurs while interacting with an LDAP protocol element.
|
LDAPSyntaxDescription
This class defines a data structure for storing and interacting
with an ldap syntax, which defines the custom ldap syntaxes.
|
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.
|
LDIFExportConfig
This class defines a data structure for holding configuration
information to use when performing an LDIF export.
|
LockManager.DNLock
A lock on an entry or subtree.
|
LockType
This enumeration defines a set of lock types that can be used when
requesting that a lock be obtained for an entry or some other
object.
|
MatchingRuleUse
This class defines a data structure for storing and interacting
with a matching rule use definition, which may be used to restrict
the set of attribute types that may be used for a given matching
rule.
|
MembershipException
This class defines an exception that may be thrown if a problem
occurs while attempting to iterate across the members of a group.
|
Modification
This class defines a data structure for storing and interacting
with a modification that may be requested of an entry in the Directory Server.
|
NamedCharacterSet
This class provides a data structure that makes it possible to
associate a name with a given set of characters.
|
NameForm
This class defines a data structure for storing and interacting
with a name form, which defines the attribute type(s) that must
and/or may be used in the RDN of an entry with a given structural
objectclass.
|
NullOutputStream
This class defines a custom output stream that simply discards any
data written to it.
|
ObjectClass
This class defines a data structure for storing and interacting
with an objectclass, which contains a collection of attributes that
must and/or may be present in an entry with that objectclass.
|
OpenDsException
This class defines a base exception for OpenDS exceptions.
|
Operation
This interface 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).
|
RawAttribute
This class defines a raw attribute, which has a type (which may
include zero or more options), and zero or more values.
|
RawFilter
This class defines the data structures and methods to use when
interacting with a raw search filter, which defines a set of
criteria for locating entries in a search request.
|
RawModification
This class defines the data structures and methods to use when
interacting with a raw modification, which describes a change that
should be made to an attribute.
|
RDN
This class defines a data structure for storing and interacting
with the relative distinguished names associated with entries in
the Directory Server.
|
Schema
This class defines a data structure that holds information about
the components of the Directory Server schema.
|
SchemaFileElement
This interface defines a set of methods that must be provided by a
schema file element, which is a schema element that is loaded from
a schema configuration file.
|
SearchFilter
This class defines a data structure for storing and interacting
with a search filter that may serve as criteria for locating
entries in the Directory Server.
|
SortKey
This class defines a data structure that may be used as a sort key.
|
SSLClientAuthPolicy
This enumeration defines a policy that indicates how the server
should deal with SSL/TLS-based client connections.
|
StabilityLevel
This class implements an enumeration whose values may be used to
indicate the stability level of API classes and/or methods.
|
SubEntry.CollectiveConflictBehavior
Defines the set of permissible values for the conflict behavior.
|
SubtreeSpecification
An RFC 3672 subtree specification.
|
SubtreeSpecification.Refinement
Abstract interface for RFC3672 specification filter refinements.
|
SynchronizationProviderResult
This class defines a data structure that holds information about
the result of processing by a synchronization provider.
|
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 |
---|
AdditionalLogItem
An additional log item for an operation which may be processed in the access
log.
|
Attribute
This class defines a data structure for storing and interacting
with an attribute that may be used in the Directory Server.
|
AttributeType
This class defines a data structure for storing and interacting
with an attribute type, which contains information about the format
of an attribute and the syntax and matching rules that should be
used when interacting with it.
|
AuthenticationType
This enumeration defines the set of possible authentication types
that may be used for a bind request.
|
CanceledOperationException
This class defines an exception that may be thrown if the operation
being processed is cancelled for some reason (e.g., an abandon or
cancel request from the client).
|
Control
This class defines a data structure that holds information about a
control that can be included in a request or response.
|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs in the Directory Server.
|
DisconnectReason
This enumeration defines the set of possible reasons for the
closure of a connection between a client and the Directory Server.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Entry
This class defines a data structure for a Directory Server entry.
|
Modification
This class defines a data structure for storing and interacting
with a modification that may be requested of an entry in the Directory Server.
|
ObjectClass
This class defines a data structure for storing and interacting
with an objectclass, which contains a collection of attributes that
must and/or may be present in an entry with that objectclass.
|
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).
|
RawAttribute
This class defines a raw attribute, which has a type (which may
include zero or more options), and zero or more values.
|
RawFilter
This class defines the data structures and methods to use when
interacting with a raw search filter, which defines a set of
criteria for locating entries in a search request.
|
RawModification
This class defines the data structures and methods to use when
interacting with a raw modification, which describes a change that
should be made to an attribute.
|
RDN
This class defines a data structure for storing and interacting
with the relative distinguished names associated with entries in
the Directory Server.
|
SearchFilter
This class defines a data structure for storing and interacting
with a search filter that may serve as criteria for locating
entries in the Directory Server.
|
SearchResultReference
This class defines a data structure for storing information about a
referral returned while processing a search request.
|
Class and Description |
---|
Attribute
This class defines a data structure for storing and interacting
with an attribute that may be used in the Directory Server.
|
AttributeBuilder
This class provides an interface for creating new non-virtual
Attribute s, or "real" attributes. |
AttributeType
This class defines a data structure for storing and interacting
with an attribute type, which contains information about the format
of an attribute and the syntax and matching rules that should be
used when interacting with it.
|
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.
|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs in the Directory Server.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Entry
This class defines a data structure for a Directory Server entry.
|
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.
|
Modification
This class defines a data structure for storing and interacting
with a modification that may be requested of an entry in the Directory Server.
|
ObjectClass
This class defines a data structure for storing and interacting
with an objectclass, which contains a collection of attributes that
must and/or may be present in an entry with that objectclass.
|
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).
|
RawModification
This class defines the data structures and methods to use when
interacting with a raw modification, which describes a change that
should be made to an attribute.
|
RDN
This class defines a data structure for storing and interacting
with the relative distinguished names associated with entries 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.
|
Class and Description |
---|
CanceledOperationException
This class defines an exception that may be thrown if the operation
being processed is cancelled for some reason (e.g., an abandon or
cancel request from the client).
|
DirectoryException
This class defines an exception that may be thrown if a problem
occurs in the Directory Server.
|
DN
This class defines a data structure for storing and interacting
with the distinguished names associated with entries in the
Directory Server.
|
Entry
This class defines a data structure for a Directory Server entry.
|
Modification
This class defines a data structure for storing and interacting
with a modification that may be requested of an entry in the Directory Server.
|
ObjectClass
This class defines a data structure for storing and interacting
with an objectclass, which contains a collection of attributes that
must and/or may be present in an entry with that objectclass.
|
Operation
This interface defines a generic operation that may be processed by
the Directory Server.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.