Package | Description |
---|---|
org.opends.server.protocols.ldap |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using LDAPv3.
|
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
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.
|
class |
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.
|
class |
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.
|
class |
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.
|
class |
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.
|
class |
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.
|
class |
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.
|
class |
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.
|
class |
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.
|
class |
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.
|
class |
IntermediateResponseProtocolOp
This class defines the structures and methods for an LDAP intermediate response protocol op, which is used to provide
information to a client before the final response for an operation.
|
class |
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.
|
class |
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.
|
class |
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.
|
class |
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.
|
class |
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.
|
class |
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.
|
class |
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.
|
class |
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.
|
class |
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.
|
Modifier and Type | Method and Description |
---|---|
ProtocolOp |
LDAPMessage.getProtocolOp()
Retrieves the protocol op for this LDAP message.
|
static ProtocolOp |
LDAPReader.readProtocolOp(Asn1Reader reader)
Decodes the elements from the provided ASN.1 reader as an LDAP protocol op.
|
Constructor and Description |
---|
LDAPMessage(int messageID,
ProtocolOp protocolOp)
Creates a new LDAP message with the provided message ID and protocol op but no controls.
|
LDAPMessage(int messageID,
ProtocolOp protocolOp,
List<Control> controls)
Creates a new LDAP message with the provided message ID, protocol op, and set of controls.
|
Copyright 2010-2018 ForgeRock AS.