Uses of Package
org.forgerock.opendj.ldap
-
Packages that use org.forgerock.opendj.ldap Package Description 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.discovery Contains the Service Discovery Mechanisms and APIs.org.forgerock.opendj.io Classes and interfaces providing I/O functionality.org.forgerock.opendj.io.rx Classes and interfaces providing Reactive Streams I/O transports.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.messages Classes and interfaces for core LDAP requests/responses.org.forgerock.opendj.ldap.schema Classes and interfaces for constructing and querying LDAP schemas.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 containsFilter
to authenticate and authorize LDAP connections.org.forgerock.opendj.rest2ldap.schema This package contains LDAP schema syntaxes and matching rules for JSON based attributes.org.forgerock.opendj.security An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF basedKeyStore
service.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 Classes implementing core server APIs.org.forgerock.opendj.server.embedded Provides support for an embedded directory server.org.forgerock.opendj.setup.model Contains code of the opendj setup model.org.opends.server.admin Common administration classes.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.api.plugin Defines the Directory Server plugin API.org.opends.server.authorization.dseecompat Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access control handler implementation.org.opends.server.authorization.policy Contains the policy based access control handler implementation.org.opends.server.backends Contains various Directory Server backend implementations.org.opends.server.backends.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.backup Classes related to backup and restore.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.discovery Contains the Service Discovery Mechanisms and APIs.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages.org.opends.server.loggers Contains implementations of Directory Server access, error, and debug loggers.org.opends.server.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.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.snmp This package contains Simple Network Management Protocol (SNMP) connection handler, the required classes to support MIB 2605 objects and SNMP requests, and the SNMP adaptor that allows a SNMP manager to access OpenDS monitoring information.org.opends.server.tasks Contains implementations for various Directory Server tasks.org.opends.server.tools Contains various Directory Server tool implementations.org.opends.server.tools.dsbackup Classes related to dsbackup tool.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. -
Classes in org.forgerock.opendj.ldap used by org.forgerock.opendj.config Class 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. -
Classes in org.forgerock.opendj.ldap used by org.forgerock.opendj.config.client Class Description LdapException Thrown when the result code returned in a Result indicates that the Request was unsuccessful. -
Classes in org.forgerock.opendj.ldap used by org.forgerock.opendj.config.client.ldap Class Description Connection A connection with a Directory Server over which read and update operations may be performed. -
Classes in org.forgerock.opendj.ldap used by org.forgerock.opendj.config.client.spi Class Description LdapException Thrown when the result code returned in a Result indicates that the Request was unsuccessful. -
Classes in org.forgerock.opendj.ldap used by org.forgerock.opendj.config.conditions Class Description LdapException Thrown when the result code returned in a Result indicates that the Request was unsuccessful. -
Classes in org.forgerock.opendj.ldap used by org.forgerock.opendj.config.server Class 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. -
Classes in org.forgerock.opendj.ldap used by org.forgerock.opendj.config.server.spi Class 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. -
Classes in org.forgerock.opendj.ldap used by org.forgerock.opendj.discovery Class 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. -
Classes in org.forgerock.opendj.ldap used by org.forgerock.opendj.io Class Description Attribute An attribute, comprising of an attribute description and zero or more attribute values.ByteSequence AByteSequence
is a readable sequence of byte values.ByteSequenceReader An interface for iteratively reading data from aByteSequence
.ByteString An immutable sequence of bytes backed by a byte array.ByteStringBuilder A mutable sequence of bytes backed by a byte array.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.Modification A modification to be performed on an entry during a Modify operation. -
Classes in org.forgerock.opendj.ldap used by org.forgerock.opendj.io.rx Class Description 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. -
Classes in org.forgerock.opendj.ldap used by org.forgerock.opendj.ldap Class Description AbstractAttribute This class provides a skeletal implementation of theAttribute
interface, to minimize the effort required to implement this interface.AbstractConnection This class provides a skeletal implementation of theConnection
interface, to minimize the effort required to implement this interface.AbstractEntry This class provides a skeletal implementation of theEntry
interface, to minimize the effort required to implement this interface.AbstractMapEntry Abstract implementation forMap
based entries.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.AttributeFilter A configurable factory for filtering the attributes exposed by an entry.AttributeParser A fluent API for parsing attributes as different types of object.AuthPassword An authentication password, it has a storage scheme, authentication info and authentication value.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 AByteSequence
is a readable sequence of byte values.ByteSequenceReader An interface for iteratively reading data from aByteSequence
.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.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 An LDAP client which maintains and re-uses a pool of connections.ConnectionSecurity Indicates whether LDAP client connections should use SSL or StartTLS.ConsistentHashMap An implementation of "consistent hashing" supporting per-partition weighting.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.DiffStrategy Defines the available strategy to compute changes.Entries.ReplaceStrategy Defines the available strategy to generate changes.Entry An entry, comprising of a distinguished name and zero or more attributes.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.Filter.FilterType This enumeration defines the set of possible filter types that may be used for search filters.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.LdapClient An LDAP client provides an interface for obtaining aconnection
to a Directory Server.LdapClientSocket A connection with a Directory Server over which read and update operations may be performed.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.LdapSession Server side representation of a connected LDAP client.LdapUrl An LDAP URL as defined in RFC 4516.LinkedHashMapEntry An implementation of theEntry
interface which uses aLinkedHashMap
for storing attributes.LoadBalancerEventListener An object that registers to be notified when an LDAP client associated with a load-balancer changes state from offline to online or vice-versa.Matcher Matcher.MatcherType The types of compiled matcher.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.Password An encoded password.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.RequestHandle Provides the ability to terminate an asynchronous LDAP request.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 ofDecodeOptions
in order to allow application to control howSchema
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.SortKey A search result sort key as defined in RFC 2891 is used to specify how search result entries should be ordered.TimeoutScheduler.TimeoutEventListener Listener on timeout events.TreeMapEntry An implementation of theEntry
interface which uses aTreeMap
for storing attributes.UserPassword An encoded user password that contains a storage scheme and an encoded vaulue. -
Classes in org.forgerock.opendj.ldap used by org.forgerock.opendj.ldap.controls Class 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.AttributeFilter A configurable factory for filtering the attributes exposed by an entry.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. -
Classes in org.forgerock.opendj.ldap used by org.forgerock.opendj.ldap.messages Class 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.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.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. -
Classes in org.forgerock.opendj.ldap used by org.forgerock.opendj.ldap.schema Class Description Assertion A compiled attribute value assertion.AttributeDescription An attribute description as defined in RFC 4512 section 2.5.ByteSequence AByteSequence
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.LdapClientSocket A connection with a Directory Server over which read and update operations may be performed.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. -
Classes in org.forgerock.opendj.ldap used by org.forgerock.opendj.ldif Class 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.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.SearchResultReferenceIOException Thrown when an iteration over a set of search results using aConnectionEntryReader
encounters aSearchResultReference
. -
Classes in org.forgerock.opendj.ldap used by org.forgerock.opendj.rest2ldap Class Description AttributeDescription An attribute description as defined in RFC 4512 section 2.5.ByteString An immutable sequence of bytes backed by a byte array.DecodeOptions Decode options allow applications to control how requests and responses are decoded.Filter A search filter as defined in RFC 4511.LdapClient An LDAP client provides an interface for obtaining aconnection
to a Directory Server.LdapClientSocket A connection with a Directory Server over which read and update operations may be performed. -
Classes in org.forgerock.opendj.ldap used by org.forgerock.opendj.rest2ldap.authz Class 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.LdapClient An LDAP client provides an interface for obtaining aconnection
to a Directory Server.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. -
Classes in org.forgerock.opendj.ldap used by org.forgerock.opendj.rest2ldap.schema Class Description ByteSequence AByteSequence
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. -
Classes in org.forgerock.opendj.ldap used by org.forgerock.opendj.security Class Description ByteSequence AByteSequence
is a readable sequence of byte values.ConnectionFactory A connection factory provides an interface for obtaining a connection to a Directory Server.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. -
Classes in org.forgerock.opendj.ldap used by org.forgerock.opendj.server.config.client Class 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. -
Classes in org.forgerock.opendj.ldap used by org.forgerock.opendj.server.config.server Class 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. -
Classes in org.forgerock.opendj.ldap used by org.forgerock.opendj.server.core Class Description CancelledResultException Thrown when the result code returned in a Result indicates that the Request was cancelled.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.Modification A modification to be performed on an entry during a Modify operation.ResultCode An operation result code as defined in RFC 4511 section 4.1.9 is used to indicate the final status of an operation. -
Classes in org.forgerock.opendj.ldap used by org.forgerock.opendj.server.embedded Class 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.LdapClientSocket A connection with a Directory Server over which read and update operations may be performed. -
Classes in org.forgerock.opendj.ldap used by org.forgerock.opendj.setup.model Class 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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.admin Class Description Connection A connection with a Directory Server over which read and update operations may be performed. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.api Class 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.AttributeFilter A configurable factory for filtering the attributes exposed by an entry.ByteSequence AByteSequence
is a readable sequence of byte values.ByteString An immutable sequence of bytes backed by a byte array.CancelledResultException Thrown when the result code returned in a Result indicates that the Request was cancelled.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.Entry An entry, comprising of a distinguished name and zero or more attributes.Filter A search filter as defined in RFC 4511.GeneralizedTime An LDAP generalized time as defined in RFC 4517.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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.api.plugin Class Description CancelledResultException Thrown when the result code returned in a Result indicates that the Request was cancelled.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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.authorization.dseecompat Class Description AttributeFilter A configurable factory for filtering the attributes exposed by an entry.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.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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.authorization.policy Class 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.Filter A search filter as defined in RFC 4511. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.backends Class 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.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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.backends.pluggable Class Description Attribute An attribute, comprising of an attribute description and zero or more attribute values.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.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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.backends.pluggable.spi Class Description ByteSequence AByteSequence
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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.backends.task Class Description Attribute An attribute, comprising of an attribute description and zero or more attribute values.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.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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.backup Class Description LdapException Thrown when the result code returned in a Result indicates that the Request was unsuccessful. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.config Class 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.LdapException Thrown when the result code returned in a Result indicates that the Request was unsuccessful. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.controls Class Description ByteString An immutable sequence of bytes backed by a byte array.Modification A modification to be performed on an entry during a Modify operation. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.core Class 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.AuthPassword An authentication password, it has a storage scheme, authentication info and authentication value.ByteSequence AByteSequence
is a readable sequence of byte values.ByteString An immutable sequence of bytes backed by a byte array.CancelledResultException Thrown when the result code returned in a Result indicates that the Request was cancelled.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.Entry An entry, comprising of a distinguished name and zero or more attributes.Filter A search filter as defined in RFC 4511.GeneralizedTime An LDAP generalized time as defined in RFC 4517.LdapException Thrown when the result code returned in a Result indicates that the Request was unsuccessful.Matcher Modification A modification to be performed on an entry during a Modify operation.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.UserPassword An encoded user password that contains a storage scheme and an encoded vaulue. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.crypto Class Description ByteSequence AByteSequence
is a readable sequence of byte values.Entry An entry, comprising of a distinguished name and zero or more attributes. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.discovery Class 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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.extensions Class 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.ByteSequence AByteSequence
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.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.LdapUrl An LDAP URL as defined in RFC 4516.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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.loggers Class 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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.monitors Class Description Attribute An attribute, comprising of an attribute description and zero or more attribute values.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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.plugins Class 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.Entry An entry, comprising of a distinguished name and zero or more attributes. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.protocols Class 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.LdapException Thrown when the result code returned in a Result indicates that the Request was unsuccessful. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.protocols.http Class Description Attribute An attribute, comprising of an attribute description and zero or more attribute values.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.LdapClientSocket A connection with a Directory Server over which read and update operations may be performed.LdapException Thrown when the result code returned in a Result indicates that the Request was unsuccessful. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.protocols.http.authz Class 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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.protocols.jmx Class 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.LdapException Thrown when the result code returned in a Result indicates that the Request was unsuccessful. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.protocols.ldap Class Description Attribute An attribute, comprising of an attribute description and zero or more attribute values.ConnectionSecurity Indicates whether LDAP client connections should use SSL or StartTLS.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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.replication.common Class Description ByteSequence AByteSequence
is a readable sequence of byte values.ByteSequenceReader An interface for iteratively reading data from aByteSequence
.ByteString An immutable sequence of bytes backed by a byte array.ByteStringBuilder A mutable sequence of bytes backed by a byte array.ConnectionSecurity Indicates whether LDAP client connections should use SSL or StartTLS.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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.replication.plugin Class Description 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.AttributeParser A fluent API for parsing attributes as different types of object.ByteSequence AByteSequence
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.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.Modification A modification to be performed on an entry during a Modify operation. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.replication.protocol Class Description Attribute An attribute, comprising of an attribute description and zero or more attribute values.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.Entry An entry, comprising of a distinguished name and zero or more attributes.Modification A modification to be performed on an entry during a Modify operation.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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.replication.server Class Description Attribute An attribute, comprising of an attribute description and zero or more attribute values.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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.replication.server.changelog.api Class 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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.replication.server.changelog.file Class 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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.replication.service Class 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.LdapException Thrown when the result code returned in a Result indicates that the Request was unsuccessful. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.schema Class Description Attribute An attribute, comprising of an attribute description and zero or more attribute values.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.Modification A modification to be performed on an entry during a Modify operation. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.snmp Class 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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.tasks Class 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.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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.tools Class 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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.tools.dsbackup Class 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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.tools.tasks Class 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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.types Class 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.AttributeFilter A configurable factory for filtering the attributes exposed by an entry.ByteString An immutable sequence of bytes backed by a byte array.CancelledResultException Thrown when the result code returned in a Result indicates that the Request was cancelled.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.LdapException Thrown when the result code returned in a Result indicates that the Request was unsuccessful.Matcher.MatcherType The types of compiled matcher.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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.types.operation Class 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.CancelledResultException Thrown when the result code returned in a Result indicates that the Request was cancelled.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.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. -
Classes in org.forgerock.opendj.ldap used by org.opends.server.util Class Description ByteSequence AByteSequence
is a readable sequence of byte values.ByteString An immutable sequence of bytes backed by a byte array.ConnectionSecurity Indicates whether LDAP client connections should use SSL or StartTLS.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.GeneralizedTime An LDAP generalized time as defined in RFC 4517.LdapException Thrown when the result code returned in a Result indicates that the Request was unsuccessful.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.