See: Description
Interface | Description |
---|---|
LDAPResponse |
This interface serves as a marker for classes in the
com.unboundid.ldap.sdk package that are responses which may be
received from a directory server. |
ProtocolOp |
This interface defines a set of methods that should be implemented by all
types of LDAP protocol ops.
|
Class | Description |
---|---|
AbandonRequestProtocolOp |
This class provides an implementation of an LDAP abandon request protocol op.
|
AddRequestProtocolOp |
This class provides an implementation of an LDAP add request protocol op.
|
AddResponseProtocolOp |
This class provides an implementation of an add response protocol op.
|
BindRequestProtocolOp |
This class provides an implementation of an LDAP bind request protocol op.
|
BindResponseProtocolOp |
This class provides an implementation of a bind response protocol op.
|
CompareRequestProtocolOp |
This class provides an implementation of an LDAP compare request protocol op.
|
CompareResponseProtocolOp |
This class provides an implementation of a compare response protocol op.
|
DeleteRequestProtocolOp |
This class provides an implementation of an LDAP delete request protocol op.
|
DeleteResponseProtocolOp |
This class provides an implementation of a delete response protocol op.
|
ExtendedRequestProtocolOp |
This class provides an implementation of an LDAP extended request protocol
op.
|
ExtendedResponseProtocolOp |
This class provides an implementation of a extended response protocol op.
|
GenericResponseProtocolOp |
This class provides an implementation of a generic response protocol op.
|
IntermediateResponseProtocolOp |
This class provides an implementation of an LDAP intermediate response
protocol op.
|
LDAPMessage |
This class provides a data structure that may be used to represent LDAP
protocol messages.
|
ModifyDNRequestProtocolOp |
This class provides an implementation of an LDAP modify DN request protocol
op.
|
ModifyDNResponseProtocolOp |
This class provides an implementation of a modify DN response protocol op.
|
ModifyRequestProtocolOp |
This class provides an implementation of an LDAP modify request protocol op.
|
ModifyResponseProtocolOp |
This class provides an implementation of a modify response protocol op.
|
SearchRequestProtocolOp |
This class provides an implementation of an LDAP search request protocol op.
|
SearchResultDoneProtocolOp |
This class provides an implementation of a search result done protocol op.
|
SearchResultEntryProtocolOp |
This class provides an implementation of an LDAP search result entry protocol
op.
|
SearchResultReferenceProtocolOp |
This class provides an implementation of an LDAP search result reference
protocol op.
|
UnbindRequestProtocolOp |
This class provides an implementation of an LDAP unbind request protocol op.
|