Package | Description |
---|---|
org.forgerock.opendj.adapter.server3x |
Classes for interacting with an embedded OpenDJ 2.x instance using the OpenDJ LDAP SDK.
|
org.forgerock.opendj.config |
Common administration classes.
|
org.forgerock.opendj.config.client |
Common client-side administration classes.
|
org.forgerock.opendj.config.client.ldap |
LDAP configuration transport implementation.
|
org.forgerock.opendj.config.client.spi |
Client side driver implementation interfaces.
|
org.forgerock.opendj.config.conditions |
Logical conditions for defining constraints.
|
org.forgerock.opendj.config.server |
Server-side administration interface.
|
org.forgerock.opendj.config.server.spi |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.forgerock.opendj.grizzly |
Provides an implementation of a transport provider using Grizzly as
transport.
|
org.forgerock.opendj.io |
Classes and interfaces providing I/O functionality.
|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.forgerock.opendj.ldap.controls |
Classes and interfaces for common LDAP controls.
|
org.forgerock.opendj.ldap.requests |
Classes and interfaces for core LDAP requests.
|
org.forgerock.opendj.ldap.responses |
Classes and interfaces for core LDAP responses.
|
org.forgerock.opendj.ldap.schema |
Classes and interfaces for constructing and querying LDAP schemas.
|
org.forgerock.opendj.ldap.spi |
Interfaces and classes for service providers.
|
org.forgerock.opendj.ldif |
Classes and interfaces for reading and writing LDIF.
|
org.forgerock.opendj.rest2ldap |
APIs for implementing REST to LDAP gateways.
|
org.forgerock.opendj.rest2ldap.authz |
This package contains
Filter to authenticate and authorize LDAP connections. |
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.forgerock.opendj.server.core |
Contains APIs for new DataProvider design.
|
org.opends.admin.ads.util |
Defines a set of auxiliary classes and utilities that are used to
retrieve the configuration of the servers that are registered in the
Administration Directory Server (ADS).
|
org.opends.guitools.controlpanel.datamodel |
Defines the data structures that are 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.util |
Contains some utilities used in the Control Panel.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.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.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.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.http |
Contains the implementation for the Directory Server connection handler that
is responsible for interacting with clients using HTTP.
|
org.opends.server.protocols.http.authz |
Contains factories to build the authorization stage of the HTTP request processing.
|
org.opends.server.protocols.jmx |
Contains the implementation for the Directory Server connection handler that
is responsible for interacting with clients using JMX.
|
org.opends.server.protocols.ldap |
Contains the implementation for the Directory Server connection handler that
is responsible for interacting with clients using LDAPv3.
|
org.opends.server.replication.common |
This package contains utilities that can are used by all the packages
below org.opends.server.replication.
|
org.opends.server.replication.plugin |
This package contains the part of the Multi-master
replication code that works on the Directory Server side.
|
org.opends.server.replication.protocol |
This package contains the code used by the replication server and by the
code running on the Directory Server side to exchange their information.
|
org.opends.server.replication.server |
This package contains the code for the Replication Server part
of the Multimaster replication feature.
|
org.opends.server.replication.server.changelog.api |
This package contains the API for the changelog database.
|
org.opends.server.replication.server.changelog.file |
This package contains a file-based log 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.tools |
Contains various Directory Server tool implementations.
|
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.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
An attribute, comprising of an attribute description and zero or more
attribute values.
|
ByteString
An immutable sequence of bytes backed by a byte array.
|
Connection
A connection with a Directory Server over which read and update operations
may be performed.
|
ConnectionFactory
A connection factory provides an interface for obtaining a connection to a
Directory Server.
|
Entry
An entry, comprising of a distinguished name and zero or more attributes.
|
Filter
A search filter as defined in RFC 4511.
|
LdapException
Thrown when the result code returned in a Result indicates that the Request
was unsuccessful.
|
Modification
A modification to be performed on an entry during a Modify operation.
|
SearchScope
A Search operation search scope as defined in RFC 4511 section 4.5.1.2 is
used to specify the scope of a Search operation.
|
Class and Description |
---|
AddressMask
An address mask can be used to perform efficient comparisons against IP
addresses to determine whether a particular IP address is in a given range.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
LdapException
Thrown when the result code returned in a Result indicates that the Request
was unsuccessful.
|
Class and Description |
---|
LdapException
Thrown when the result code returned in a Result indicates that the Request
was unsuccessful.
|
Class and Description |
---|
Connection
A connection with a Directory Server over which read and update operations
may be performed.
|
Class and Description |
---|
LdapException
Thrown when the result code returned in a Result indicates that the Request
was unsuccessful.
|
Class and Description |
---|
LdapException
Thrown when the result code returned in a Result indicates that the Request
was unsuccessful.
|
Class and Description |
---|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Entry
An entry, comprising of a distinguished name and zero or more attributes.
|
ResultCode
An operation result code as defined in RFC 4511 section 4.1.9 is used to
indicate the final status of an operation.
|
Class and Description |
---|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Entry
An entry, comprising of a distinguished name and zero or more attributes.
|
Class and Description |
---|
LDAPClientContext
An LDAP client which has connected to a
ServerConnectionFactory . |
LdapException
Thrown when the result code returned in a Result indicates that the Request
was unsuccessful.
|
ServerConnectionFactory
A handler interface for accepting new connections from clients.
|
Class and Description |
---|
ByteSequence
A
ByteSequence is a readable sequence of byte values. |
ByteSequenceReader
An interface for iteratively reading data from a
ByteSequence . |
ByteString
An immutable sequence of bytes backed by a byte array.
|
ByteStringBuilder
A mutable sequence of bytes backed by a byte array.
|
DecodeException
Thrown when data from an input source cannot be decoded, perhaps due to the
data being malformed in some way.
|
DecodeOptions
Decode options allow applications to control how requests and responses are
decoded.
|
Entry
An entry, comprising of a distinguished name and zero or more attributes.
|
Filter
A search filter as defined in RFC 4511.
|
Class and Description |
---|
AbstractAttribute
This class provides a skeletal implementation of the
Attribute
interface, to minimize the effort required to implement this interface. |
AbstractConnection
This class provides a skeletal implementation of the
Connection
interface, to minimize the effort required to implement this interface. |
AbstractEntry
This class provides a skeletal implementation of the
Entry interface,
to minimize the effort required to implement this interface. |
AddressMask
An address mask can be used to perform efficient comparisons against IP
addresses to determine whether a particular IP address is in a given range.
|
Assertion
A compiled attribute value assertion.
|
Attribute
An attribute, comprising of an attribute description and zero or more
attribute values.
|
AttributeDescription
An attribute description as defined in RFC 4512 section 2.5.
|
AttributeFactory
Attribute factories are included with a set of
DecodeOptions in order
to allow application to control how Attribute instances are created
when decoding requests and responses. |
AttributeFilter
A configurable factory for filtering the attributes exposed by an entry.
|
AttributeParser
A fluent API for parsing attributes as different types of object.
|
AVA
An attribute value assertion (AVA) as defined in RFC 4512 section 2.3
consists of an attribute description with zero options and an attribute
value.
|
ByteSequence
A
ByteSequence is a readable sequence of byte values. |
ByteSequenceReader
An interface for iteratively reading data from a
ByteSequence . |
ByteString
An immutable sequence of bytes backed by a byte array.
|
ByteStringBuilder
A mutable sequence of bytes backed by a byte array.
|
CancelledResultException
Thrown when the result code returned in a Result indicates that the Request
was cancelled.
|
CancelRequestListener
An object that registers to be notified when a cancellation request has been
received and processing of the request should be aborted if possible.
|
ConditionResult
The result of a tri-state logical expression.
|
Connection
A connection with a Directory Server over which read and update operations
may be performed.
|
ConnectionEventListener
An object that registers to be notified when a connection is closed by the
application, receives an unsolicited notification, or experiences a fatal
error.
|
ConnectionFactory
A connection factory provides an interface for obtaining a connection to a
Directory Server.
|
ConnectionPool
A connection factory which maintains and re-uses a pool of connections.
|
ConnectionSecurityLayer
An interface for providing additional connection security to a connection.
|
DecodeException
Thrown when data from an input source cannot be decoded, perhaps due to the
data being malformed in some way.
|
DecodeOptions
Decode options allow applications to control how requests and responses are
decoded.
|
DereferenceAliasesPolicy
A Search operation alias dereferencing policy as defined in RFC 4511 section
4.5.1.3 is used to indicate whether alias entries (as defined in RFC 4512)
are to be dereferenced during stages of a Search operation.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Entries.DiffOptions
Options for controlling the behavior of the
diffEntries
method. |
Entry
An entry, comprising of a distinguished name and zero or more attributes.
|
EntryFactory
Entry factories are included with a set of
DecodeOptions in order to
allow application to control how Entry instances are created when
decoding requests and responses. |
EntryNotFoundException
Thrown when the result code returned in a Result indicates that the Request
failed because the target entry was not found by the Directory Server.
|
Filter
A search filter as defined in RFC 4511.
|
FilterVisitor
A visitor of
Filter s, in the style of the visitor design pattern. |
GeneralizedTime
An LDAP generalized time as defined in RFC 4517.
|
GSERParser
This class implements a parser for strings which are encoded using the
Generic String Encoding Rules (GSER) defined in RFC 3641.
|
IntermediateResponseHandler
A completion handler for consuming intermediate responses returned from
extended operations, or other operations for which an appropriate control was
sent.
|
LDAPClientContext
An LDAP client which has connected to a
ServerConnectionFactory . |
LdapException
Thrown when the result code returned in a Result indicates that the Request
was unsuccessful.
|
LdapPromise
A handle which can be used to retrieve the Result of an asynchronous Request.
|
LdapResultHandler
A completion handler for consuming the result of an asynchronous operation or
connection attempts.
|
LDAPUrl
An LDAP URL as defined in RFC 4516.
|
LinkedHashMapEntry
An implementation of the
Entry interface which uses a
LinkedHashMap for storing attributes. |
LoadBalancerEventListener
An object that registers to be notified when a connection factory associated
with a load-balancer changes state from offline to online or vice-versa.
|
Matcher
An interface for determining whether entries match a
Filter . |
MemoryBackend
A simple in memory back-end which can be used for testing.
|
Modification
A modification to be performed on an entry during a Modify operation.
|
ModificationType
A Modify operation change type as defined in RFC 4511 section 4.6 is used to
specify the type of modification being performed on an attribute.
|
ModificationType.Enum
Contains equivalent values for the ModificationType values.
|
RDN
A relative distinguished name (RDN) as defined in RFC 4512 section 2.3 is the
name of an entry relative to its immediate superior.
|
RequestContext
The context associated with a request currently being processed by a request
handler.
|
RequestHandler
A handler interface for processing client requests.
|
RequestHandlerFactory
A handler interface for accepting new connections from clients.
|
ResultCode
An operation result code as defined in RFC 4511 section 4.1.9 is used to
indicate the final status of an operation.
|
ResultCode.Enum
Contains equivalent values for the ResultCode values.
|
RootDSE
The root DSE is a DSA-specific Entry (DSE) and not part of any naming context
(or any subtree), and which is uniquely identified by the empty DN.
|
SchemaResolver
Schema resolvers are included with a set of
DecodeOptions in order to
allow application to control how Schema instances are selected when
decoding requests and responses. |
SearchResultHandler
A completion handler for consuming the results of a Search operation.
|
SearchScope
A Search operation search scope as defined in RFC 4511 section 4.5.1.2 is
used to specify the scope of a Search operation.
|
SearchScope.Enum
Contains equivalent values for the SearchScope values.
|
ServerConnection
A handler interface for interacting with client connections.
|
ServerConnectionFactory
A handler interface for accepting new connections from clients.
|
SortKey
A search result sort key as defined in RFC 2891 is used to specify how search
result entries should be ordered.
|
SSLContextBuilder
An SSL context builder provides an interface for incrementally constructing
SSLContext instances for use when securing connections with SSL or
the StartTLS extended operation. |
TimeoutChecker
Checks
TimeoutEventListener listeners for events that have timed out. |
TimeoutEventListener
Listener on timeout events.
|
TreeMapEntry
An implementation of the
Entry interface which uses a TreeMap
for storing attributes. |
Class and Description |
---|
AttributeDescription
An attribute description as defined in RFC 4512 section 2.5.
|
ByteString
An immutable sequence of bytes backed by a byte array.
|
DecodeException
Thrown when data from an input source cannot be decoded, perhaps due to the
data being malformed in some way.
|
DecodeOptions
Decode options allow applications to control how requests and responses are
decoded.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Entry
An entry, comprising of a distinguished name and zero or more attributes.
|
Filter
A search filter as defined in RFC 4511.
|
ResultCode
An operation result code as defined in RFC 4511 section 4.1.9 is used to
indicate the final status of an operation.
|
SortKey
A search result sort key as defined in RFC 2891 is used to specify how search
result entries should be ordered.
|
Class and Description |
---|
Attribute
An attribute, comprising of an attribute description and zero or more
attribute values.
|
AttributeDescription
An attribute description as defined in RFC 4512 section 2.5.
|
ByteString
An immutable sequence of bytes backed by a byte array.
|
ConnectionSecurityLayer
An interface for providing additional connection security to a connection.
|
DecodeException
Thrown when data from an input source cannot be decoded, perhaps due to the
data being malformed in some way.
|
DecodeOptions
Decode options allow applications to control how requests and responses are
decoded.
|
DereferenceAliasesPolicy
A Search operation alias dereferencing policy as defined in RFC 4511 section
4.5.1.3 is used to indicate whether alias entries (as defined in RFC 4512)
are to be dereferenced during stages of a Search operation.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Entry
An entry, comprising of a distinguished name and zero or more attributes.
|
Filter
A search filter as defined in RFC 4511.
|
LdapException
Thrown when the result code returned in a Result indicates that the Request
was unsuccessful.
|
Modification
A modification to be performed on an entry during a Modify operation.
|
ModificationType
A Modify operation change type as defined in RFC 4511 section 4.6 is used to
specify the type of modification being performed on an attribute.
|
RDN
A relative distinguished name (RDN) as defined in RFC 4512 section 2.3 is the
name of an entry relative to its immediate superior.
|
SearchScope
A Search operation search scope as defined in RFC 4511 section 4.5.1.2 is
used to specify the scope of a Search operation.
|
Class and Description |
---|
Attribute
An attribute, comprising of an attribute description and zero or more
attribute values.
|
AttributeDescription
An attribute description as defined in RFC 4512 section 2.5.
|
ByteString
An immutable sequence of bytes backed by a byte array.
|
DecodeException
Thrown when data from an input source cannot be decoded, perhaps due to the
data being malformed in some way.
|
DecodeOptions
Decode options allow applications to control how requests and responses are
decoded.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Entry
An entry, comprising of a distinguished name and zero or more attributes.
|
LdapResultHandler
A completion handler for consuming the result of an asynchronous operation or
connection attempts.
|
ResultCode
An operation result code as defined in RFC 4511 section 4.1.9 is used to
indicate the final status of an operation.
|
Class and Description |
---|
Assertion
A compiled attribute value assertion.
|
ByteSequence
A
ByteSequence is a readable sequence of byte values. |
ByteString
An immutable sequence of bytes backed by a byte array.
|
Connection
A connection with a Directory Server over which read and update operations
may be performed.
|
DecodeException
Thrown when data from an input source cannot be decoded, perhaps due to the
data being malformed in some way.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Entry
An entry, comprising of a distinguished name and zero or more attributes.
|
LdapException
Thrown when the result code returned in a Result indicates that the Request
was unsuccessful.
|
LdapPromise
A handle which can be used to retrieve the Result of an asynchronous Request.
|
Class and Description |
---|
ByteSequence
A
ByteSequence is a readable sequence of byte values. |
ByteString
An immutable sequence of bytes backed by a byte array.
|
Connection
A connection with a Directory Server over which read and update operations
may be performed.
|
ConnectionEventListener
An object that registers to be notified when a connection is closed by the
application, receives an unsolicited notification, or experiences a fatal
error.
|
DecodeException
Thrown when data from an input source cannot be decoded, perhaps due to the
data being malformed in some way.
|
DecodeOptions
Decode options allow applications to control how requests and responses are
decoded.
|
IntermediateResponseHandler
A completion handler for consuming intermediate responses returned from
extended operations, or other operations for which an appropriate control was
sent.
|
LDAPClientContext
An LDAP client which has connected to a
ServerConnectionFactory . |
LdapException
Thrown when the result code returned in a Result indicates that the Request
was unsuccessful.
|
LdapPromise
A handle which can be used to retrieve the Result of an asynchronous Request.
|
LdapResultHandler
A completion handler for consuming the result of an asynchronous operation or
connection attempts.
|
SearchResultHandler
A completion handler for consuming the results of a Search operation.
|
ServerConnectionFactory
A handler interface for accepting new connections from clients.
|
Class and Description |
---|
AttributeDescription
An attribute description as defined in RFC 4512 section 2.5.
|
Connection
A connection with a Directory Server over which read and update operations
may be performed.
|
DecodeException
Thrown when data from an input source cannot be decoded, perhaps due to the
data being malformed in some way.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Entry
An entry, comprising of a distinguished name and zero or more attributes.
|
LdapException
Thrown when the result code returned in a Result indicates that the Request
was unsuccessful.
|
Matcher
An interface for determining whether entries match a
Filter . |
SearchResultReferenceIOException
Thrown when an iteration over a set of search results using a
ConnectionEntryReader encounters a SearchResultReference . |
Class and Description |
---|
AttributeDescription
An attribute description as defined in RFC 4512 section 2.5.
|
ByteString
An immutable sequence of bytes backed by a byte array.
|
Connection
A connection with a Directory Server over which read and update operations
may be performed.
|
ConnectionFactory
A connection factory provides an interface for obtaining a connection to a
Directory Server.
|
DecodeOptions
Decode options allow applications to control how requests and responses are
decoded.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Filter
A search filter as defined in RFC 4511.
|
SearchScope
A Search operation search scope as defined in RFC 4511 section 4.5.1.2 is
used to specify the scope of a Search operation.
|
Class and Description |
---|
ConnectionFactory
A connection factory provides an interface for obtaining a connection to a
Directory Server.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
LdapException
Thrown when the result code returned in a Result indicates that the Request
was unsuccessful.
|
SearchScope
A Search operation search scope as defined in RFC 4511 section 4.5.1.2 is
used to specify the scope of a Search operation.
|
Class and Description |
---|
AddressMask
An address mask can be used to perform efficient comparisons against IP
addresses to determine whether a particular IP address is in a given range.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
LdapException
Thrown when the result code returned in a Result indicates that the Request
was unsuccessful.
|
Class and Description |
---|
AddressMask
An address mask can be used to perform efficient comparisons against IP
addresses to determine whether a particular IP address is in a given range.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Class and Description |
---|
Connection
A connection with a Directory Server over which read and update operations
may be performed.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Entry
An entry, comprising of a distinguished name and zero or more attributes.
|
LdapException
Thrown when the result code returned in a Result indicates that the Request
was unsuccessful.
|
LdapPromise
A handle which can be used to retrieve the Result of an asynchronous Request.
|
LdapResultHandler
A completion handler for consuming the result of an asynchronous operation or
connection attempts.
|
RequestContext
The context associated with a request currently being processed by a request
handler.
|
RequestHandler
A handler interface for processing client requests.
|
Class and Description |
---|
Connection
A connection with a Directory Server over which read and update operations
may be performed.
|
Class and Description |
---|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
SearchScope
A Search operation search scope as defined in RFC 4511 section 4.5.1.2 is
used to specify the scope of a Search operation.
|
Class and Description |
---|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Class and Description |
---|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Class and Description |
---|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Class and Description |
---|
AttributeDescription
An attribute description as defined in RFC 4512 section 2.5.
|
ByteSequence
A
ByteSequence is a readable sequence of byte values. |
ByteSequenceReader
An interface for iteratively reading data from a
ByteSequence . |
ByteString
An immutable sequence of bytes backed by a byte array.
|
ByteStringBuilder
A mutable sequence of bytes backed by a byte array.
|
ConditionResult
The result of a tri-state logical expression.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
SearchScope
A Search operation search scope as defined in RFC 4511 section 4.5.1.2 is
used to specify the scope of a Search operation.
|
Class and Description |
---|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
ResultCode
An operation result code as defined in RFC 4511 section 4.1.9 is used to
indicate the final status of an operation.
|
Class and Description |
---|
ByteSequence
A
ByteSequence is a readable sequence of byte values. |
ByteString
An immutable sequence of bytes backed by a byte array.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
RDN
A relative distinguished name (RDN) as defined in RFC 4512 section 2.3 is the
name of an entry relative to its immediate superior.
|
SearchScope
A Search operation search scope as defined in RFC 4511 section 4.5.1.2 is
used to specify the scope of a Search operation.
|
Class and Description |
---|
ConditionResult
The result of a tri-state logical expression.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Class and Description |
---|
ConditionResult
The result of a tri-state logical expression.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Class and Description |
---|
ByteSequence
A
ByteSequence is a readable sequence of byte values. |
ByteString
An immutable sequence of bytes backed by a byte array.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Class and Description |
---|
ConditionResult
The result of a tri-state logical expression.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Class and Description |
---|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Entry
An entry, comprising of a distinguished name and zero or more attributes.
|
Class and Description |
---|
ByteString
An immutable sequence of bytes backed by a byte array.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Class and Description |
---|
Attribute
An attribute, comprising of an attribute description and zero or more
attribute values.
|
AttributeDescription
An attribute description as defined in RFC 4512 section 2.5.
|
ByteString
An immutable sequence of bytes backed by a byte array.
|
DereferenceAliasesPolicy
A Search operation alias dereferencing policy as defined in RFC 4511 section
4.5.1.3 is used to indicate whether alias entries (as defined in RFC 4512)
are to be dereferenced during stages of a Search operation.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
RDN
A relative distinguished name (RDN) as defined in RFC 4512 section 2.3 is the
name of an entry relative to its immediate superior.
|
ResultCode
An operation result code as defined in RFC 4511 section 4.1.9 is used to
indicate the final status of an operation.
|
SearchScope
A Search operation search scope as defined in RFC 4511 section 4.5.1.2 is
used to specify the scope of a Search operation.
|
Class and Description |
---|
ByteSequence
A
ByteSequence is a readable sequence of byte values. |
ByteString
An immutable sequence of bytes backed by a byte array.
|
DecodeException
Thrown when data from an input source cannot be decoded, perhaps due to the
data being malformed in some way.
|
Class and Description |
---|
ByteSequence
A
ByteSequence is a readable sequence of byte values. |
ByteString
An immutable sequence of bytes backed by a byte array.
|
ConditionResult
The result of a tri-state logical expression.
|
DecodeException
Thrown when data from an input source cannot be decoded, perhaps due to the
data being malformed in some way.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
ResultCode
An operation result code as defined in RFC 4511 section 4.1.9 is used to
indicate the final status of an operation.
|
SearchScope
A Search operation search scope as defined in RFC 4511 section 4.5.1.2 is
used to specify the scope of a Search operation.
|
Class and Description |
---|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Class and Description |
---|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Class and Description |
---|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Class and Description |
---|
AbstractAsynchronousConnection
An abstract connection whose synchronous methods are implemented in terms of
asynchronous methods.
|
AbstractConnection
This class provides a skeletal implementation of the
Connection
interface, to minimize the effort required to implement this interface. |
Connection
A connection with a Directory Server over which read and update operations
may be performed.
|
ConnectionEventListener
An object that registers to be notified when a connection is closed by the
application, receives an unsolicited notification, or experiences a fatal
error.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
IntermediateResponseHandler
A completion handler for consuming intermediate responses returned from
extended operations, or other operations for which an appropriate control was
sent.
|
LdapException
Thrown when the result code returned in a Result indicates that the Request
was unsuccessful.
|
LdapPromise
A handle which can be used to retrieve the Result of an asynchronous Request.
|
SearchResultHandler
A completion handler for consuming the results of a Search operation.
|
Class and Description |
---|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Class and Description |
---|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Class and Description |
---|
ByteString
An immutable sequence of bytes backed by a byte array.
|
DereferenceAliasesPolicy
A Search operation alias dereferencing policy as defined in RFC 4511 section
4.5.1.3 is used to indicate whether alias entries (as defined in RFC 4512)
are to be dereferenced during stages of a Search operation.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
ModificationType
A Modify operation change type as defined in RFC 4511 section 4.6 is used to
specify the type of modification being performed on an attribute.
|
SearchScope
A Search operation search scope as defined in RFC 4511 section 4.5.1.2 is
used to specify the scope of a Search operation.
|
Class and Description |
---|
ByteSequence
A
ByteSequence is a readable sequence of byte values. |
ByteString
An immutable sequence of bytes backed by a byte array.
|
ByteStringBuilder
A mutable sequence of bytes backed by a byte array.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Class and Description |
---|
Assertion
A compiled attribute value assertion.
|
ByteSequence
A
ByteSequence is a readable sequence of byte values. |
ByteString
An immutable sequence of bytes backed by a byte array.
|
DecodeException
Thrown when data from an input source cannot be decoded, perhaps due to the
data being malformed in some way.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Class and Description |
---|
DecodeException
Thrown when data from an input source cannot be decoded, perhaps due to the
data being malformed in some way.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Class and Description |
---|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Class and Description |
---|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Class and Description |
---|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Class and Description |
---|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Class and Description |
---|
ByteSequence
A
ByteSequence is a readable sequence of byte values. |
ByteString
An immutable sequence of bytes backed by a byte array.
|
Class and Description |
---|
ByteSequence
A
ByteSequence is a readable sequence of byte values. |
ByteString
An immutable sequence of bytes backed by a byte array.
|
DecodeException
Thrown when data from an input source cannot be decoded, perhaps due to the
data being malformed in some way.
|
DereferenceAliasesPolicy
A Search operation alias dereferencing policy as defined in RFC 4511 section
4.5.1.3 is used to indicate whether alias entries (as defined in RFC 4512)
are to be dereferenced during stages of a Search operation.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
SearchScope
A Search operation search scope as defined in RFC 4511 section 4.5.1.2 is
used to specify the scope of a Search operation.
|
Class and Description |
---|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Class and Description |
---|
DecodeException
Thrown when data from an input source cannot be decoded, perhaps due to the
data being malformed in some way.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Class and Description |
---|
AttributeDescription
An attribute description as defined in RFC 4512 section 2.5.
|
ByteSequenceReader
An interface for iteratively reading data from a
ByteSequence . |
ByteString
An immutable sequence of bytes backed by a byte array.
|
ByteStringBuilder
A mutable sequence of bytes backed by a byte array.
|
ConditionResult
The result of a tri-state logical expression.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
ModificationType
A Modify operation change type as defined in RFC 4511 section 4.6 is used to
specify the type of modification being performed on an attribute.
|
ResultCode
An operation result code as defined in RFC 4511 section 4.1.9 is used to
indicate the final status of an operation.
|
SearchScope
A Search operation search scope as defined in RFC 4511 section 4.5.1.2 is
used to specify the scope of a Search operation.
|
Class and Description |
---|
AttributeDescription
An attribute description as defined in RFC 4512 section 2.5.
|
ByteString
An immutable sequence of bytes backed by a byte array.
|
DereferenceAliasesPolicy
A Search operation alias dereferencing policy as defined in RFC 4511 section
4.5.1.3 is used to indicate whether alias entries (as defined in RFC 4512)
are to be dereferenced during stages of a Search operation.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
RDN
A relative distinguished name (RDN) as defined in RFC 4512 section 2.3 is the
name of an entry relative to its immediate superior.
|
ResultCode
An operation result code as defined in RFC 4511 section 4.1.9 is used to
indicate the final status of an operation.
|
SearchScope
A Search operation search scope as defined in RFC 4511 section 4.5.1.2 is
used to specify the scope of a Search operation.
|
Class and Description |
---|
AttributeDescription
An attribute description as defined in RFC 4512 section 2.5.
|
ByteSequence
A
ByteSequence is a readable sequence of byte values. |
ByteString
An immutable sequence of bytes backed by a byte array.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
RDN
A relative distinguished name (RDN) as defined in RFC 4512 section 2.3 is the
name of an entry relative to its immediate superior.
|
Class and Description |
---|
ByteString
An immutable sequence of bytes backed by a byte array.
|
DN
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
|
Copyright 2010-2017 ForgeRock AS.