| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.exception | |
| org.apache.directory.api.ldap.model.message | |
| org.apache.directory.api.ldap.model.message.extended |
| Modifier and Type | Method and Description |
|---|---|
Message |
ResponseCarryingMessageException.getResponse()
Get the constructed response
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseCarryingMessageException.setResponse(Message response)
Set a response if we get an exception while parsing the message
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AbandonableRequest
A request which can be abandoned.
|
interface |
AbandonRequest
Abandon protocol operation request to terminate an operation already in
progress.
|
interface |
AddRequest
Add protocol operation request used to add a new entry to the DIT.
|
interface |
AddResponse
Add protocol response message used to confirm the results of a add request
message.
|
interface |
BindRequest
Bind protocol operation request which authenticates and begins a client
session.
|
interface |
BindResponse
Bind protocol response message used to confirm the results of a bind request
message.
|
interface |
CompareRequest
Compare request protocol message that tests an entry to see if it abides by
an attribute value assertion.
|
interface |
CompareResponse
Compare protocol response message used to confirm the results of a compare
request message.
|
interface |
DeleteRequest
Delete request protocol message used to remove an existing leaf entry from
the directory.
|
interface |
DeleteResponse
Delete protocol response message used to confirm the results of a delete
request message.
|
interface |
ExtendedRequest
Extended protocol request message used to add to more operations to the
protocol.
|
interface |
ExtendedResponse
Extended protocol response message used to confirm the results of a extended
request message.
|
interface |
IntermediateResponse
Intermediate response message used to return multiple response
messages for a single search request (ExtendedRequest or Control).
|
interface |
ManyReplyRequest
A request that can generate zero, one, or more heterogenous responses for a
single request.
|
interface |
ModifyDnRequest
Modify Dn request protocol message used to rename or move an existing entry
in the directory.
|
interface |
ModifyDnResponse
Modify Dn protocol response message used to confirm the results of a modify
Dn request message.
|
interface |
ModifyRequest
Modify request protocol message used to alter the attributes and values of an
existing entry.
|
interface |
ModifyResponse
Modify protocol response message used to confirm the results of a modify
request message.
|
interface |
Request
Ldap protocol request messages derive from this super interface.
|
interface |
Response
Super interface used as a marker for all protocol response type messages.
|
interface |
ResultResponse
An LDAP Response that contains an LDAPResult structure within it.
|
interface |
ResultResponseRequest
A request who's one or more responses contains an LdapResult.
|
interface |
SearchRequest
Search request protocol message interface.
|
interface |
SearchResultDone
Search done protocol response message used to indicate the completion of a
search request message.
|
interface |
SearchResultEntry
Search entry protocol response message used to return non referral entries to
the client in response to a search request message.
|
interface |
SearchResultReference
Search reference protocol response message used to return referrals to the
client in response to a search request message.
|
interface |
SingleReplyRequest
Super interface for all request messages returning only one type of response.
|
interface |
UnbindRequest
Unbind protocol request message used to end a client session.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbandonRequestImpl
Implementation of an AbandonRequest message.
|
class |
AbstractAbandonableRequest
The base abandonable request message class.
|
class |
AbstractExtendedRequest
ExtendedRequest implementation.
|
class |
AbstractMessage
Abstract message base class.
|
class |
AbstractRequest
The base request message class.
|
class |
AbstractResponse
Abstract base for a Response message.
|
class |
AbstractResultResponse
Abstract base for a ResultResponse message.
|
class |
AddRequestImpl
Lockable add request implementation.
|
class |
AddResponseImpl
AddResponse implementation.
|
class |
BindRequestImpl
Bind protocol operation request which authenticates and begins a client
session.
|
class |
BindResponseImpl
BindResponse implementation.
|
class |
CompareRequestImpl
Comparison request implementation.
|
class |
CompareResponseImpl
CompareResponse implementation.
|
class |
DeleteRequestImpl
Delete request implementation.
|
class |
DeleteResponseImpl
DeleteResponse implementation
|
class |
ExtendedRequestImpl
ExtendedRequest implementation.
|
class |
ExtendedResponseImpl
A simple ExtendedResponse implementation.
|
class |
IntermediateResponseImpl
IntermediateResponse implementation
|
class |
ModifyDnRequestImpl
ModifyDNRequest implementation.
|
class |
ModifyDnResponseImpl
ModifyDnResponse implementation
|
class |
ModifyRequestImpl
Lockable ModifyRequest implementation.
|
class |
ModifyResponseImpl
ModifyResponse implementation
|
class |
SearchRequestImpl
SearchRequest implementation.
|
class |
SearchResultDoneImpl
SearchResponseDone implementation
|
class |
SearchResultEntryImpl
Lockable SearchResponseEntry implementation
|
class |
SearchResultReferenceImpl
SearchResponseReference implementation
|
class |
UnbindRequestImpl
Lockable UnbindRequest implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.addAllControls(Control[] controlsToAdd)
Adds an array of controls to this Message.
|
Message |
AbstractMessage.addAllControls(Control[] controls)
Adds an array of controls to this Message.
|
Message |
Message.addControl(Control control)
Adds a control to this Message.
|
Message |
AbstractMessage.addControl(Control control)
Adds a control to this Message.
|
Message |
Message.removeControl(Control control)
Deletes a control removing it from this Message.
|
Message |
AbstractMessage.removeControl(Control control)
Deletes a control removing it from this Message.
|
Message |
Message.setMessageId(int messageId)
Sets the Message ID for this request
|
Message |
AbstractMessage.setMessageId(int id)
Sets the Message ID for this request
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddNoDResponse
An extended operation intended for notifying clients of upcoming
disconnection for the Add response.
|
class |
BindNoDResponse
An extended operation intended for notifying clients of upcoming
disconnection for the Bind response.
|
class |
CompareNoDResponse
An extended operation intended for notifying clients of upcoming
disconnection for the Compare response.
|
class |
DeleteNoDResponse
An extended operation intended for notifying clients of upcoming
disconnection for the Delete response.
|
class |
ExtendedNoDResponse
An extended operation intended for notifying clients of upcoming
disconnection for the Extended response.
|
class |
ModifyDnNoDResponse
An extended operation intended for notifying clients of upcoming
disconnection for the ModifyDn response.
|
class |
ModifyNoDResponse
An extended operation intended for notifying clients of upcoming
disconnection for the Modify response.
|
class |
NoticeOfDisconnect
An extended operation intended for notifying clients of upcoming
disconnection.
|
class |
SearchNoDResponse
An extended operation intended for notifying clients of upcoming
disconnection for the Search response.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.