Package | Description |
---|---|
org.forgerock.opendj.adapter.server3x |
Classes for interacting with an embedded OpenDJ 2.x instance using the OpenDJ LDAP SDK.
|
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.protocols.http |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
|
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.tools |
Contains various Directory Server tool implementations.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data types.
|
Class and Description |
---|
LDAPControl
This class defines the data structures and methods to use when interacting with a generic LDAP control.
|
Class and Description |
---|
LDAPConnectionHandler
This class defines a connection handler that will be used for communicating with clients over LDAP.
|
Class and Description |
---|
LDAPFilter
This class defines the data structures and methods to use when interacting with an LDAP search filter, which defines
a set of criteria for locating entries in a search request.
|
Class and Description |
---|
LDAPStatistics
This class defines a data structure that will be used to keep track of various metrics related to LDAP communication
that the server has conducted.
|
Class and Description |
---|
AbandonRequestProtocolOp
This class defines the structures and methods for an LDAP abandon request protocol op, which is used to indicate that
the server should stop processing a previously requested operation.
|
AddRequestProtocolOp
This class defines the structures and methods for an LDAP add request protocol op, which is used to add a new entry
to the Directory Server.
|
AddResponseProtocolOp
This class defines the structures and methods for an LDAP add response protocol op, which is used to provide
information about the result of processing an add request.
|
BindRequestProtocolOp
This class defines the structures and methods for an LDAP bind request protocol op, which is used to authenticate a
user to the Directory Server.
|
BindResponseProtocolOp
This class defines the structures and methods for an LDAP delete response protocol op, which is used to provide
information about the result of processing a delete request.
|
CompareRequestProtocolOp
This class defines the structures and methods for an LDAP compare request protocol op, which is used to determine
whether a particular entry contains a specified attribute value.
|
CompareResponseProtocolOp
This class defines the structures and methods for an LDAP compare response protocol op, which is used to provide
information about the result of processing a compare request.
|
DeleteRequestProtocolOp
This class defines the structures and methods for an LDAP delete request protocol op, which is used to remove an
entry from the Directory Server.
|
DeleteResponseProtocolOp
This class defines the structures and methods for an LDAP delete response protocol op, which is used to provide
information about the result of processing a delete request.
|
ExtendedRequestProtocolOp
This class defines the structures and methods for an LDAP extended request protocol op, which is used to request some
special type of processing defined in an extension to the LDAP protocol.
|
ExtendedResponseProtocolOp
This class defines the structures and methods for an LDAP extended response protocol op, which is used to provide
information about the result of processing a extended request.
|
LDAPAttribute
This class defines the data structures and methods to use when interacting with an LDAP attribute, which is the basic
unit of information in an LDAP entry.
|
LDAPControl
This class defines the data structures and methods to use when interacting with a generic LDAP control.
|
LDAPFilter
This class defines the data structures and methods to use when interacting with an LDAP search filter, which defines
a set of criteria for locating entries in a search request.
|
LDAPMessage
This class defines the data structures and methods to use when interacting with an LDAP message, which is the basic
envelope used to hold LDAP requests and responses.
|
LDAPStatistics
This class defines a data structure that will be used to keep track of various metrics related to LDAP communication
that the server has conducted.
|
ModifyDNRequestProtocolOp
This class defines the structures and methods for an LDAP modify DN request protocol op, which is used to move or
rename an entry or subtree within the Directory Server.
|
ModifyDNResponseProtocolOp
This class defines the structures and methods for an LDAP modify DN response protocol op, which is used to provide
information about the result of processing a modify DN request.
|
ModifyRequestProtocolOp
This class defines the structures and methods for an LDAP modify request protocol op, which is used to alter the
contents of an entry in the Directory Server.
|
ModifyResponseProtocolOp
This class defines the structures and methods for an LDAP modify response protocol op, which is used to provide
information about the result of processing a modify request.
|
ProtocolOp
This class defines the structures and methods for an LDAP protocol op, which is the core of an LDAP message.
|
SearchRequestProtocolOp
This class defines the structures and methods for an LDAP search request protocol op, which is used to locate entries
based on a set of criteria.
|
SearchResultDoneProtocolOp
This class defines the structures and methods for an LDAP search result done protocol op, which is used to provide
information about the result of processing a search request.
|
SearchResultEntryProtocolOp
This class defines the structures and methods for an LDAP search result entry protocol op, which is used to return
entries that match the associated search criteria.
|
SearchResultReferenceProtocolOp
This class defines the structures and methods for an LDAP search result reference protocol op, which is used to
indicate to the client that an alternate location or server may hold more matching entries.
|
UnbindRequestProtocolOp
This class defines the structures and methods for an LDAP unbind request protocol op, which is used to indicate that
the client wishes to disconnect from the Directory Server.
|
Class and Description |
---|
LDAPMessage
This class defines the data structures and methods to use when interacting with an LDAP message, which is the basic
envelope used to hold LDAP requests and responses.
|
Class and Description |
---|
LDAPAttribute
This class defines the data structures and methods to use when interacting with an LDAP attribute, which is the basic
unit of information in an LDAP entry.
|
LDAPFilter
This class defines the data structures and methods to use when interacting with an LDAP search filter, which defines
a set of criteria for locating entries in a search request.
|
LDAPModification
This class defines the data structures and methods to use when interacting with an LDAP modification, which describes
a change that should be made to an attribute.
|
Copyright 2010-2020 ForgeRock AS.