| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.message | |
| org.apache.directory.api.ldap.model.message.extended |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AddResponse
Add protocol response message used to confirm the results of a add request
message.
|
interface |
BindResponse
Bind protocol response message used to confirm the results of a bind request
message.
|
interface |
CompareResponse
Compare protocol response message used to confirm the results of a compare
request message.
|
interface |
DeleteResponse
Delete protocol response message used to confirm the results of a delete
request message.
|
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 |
ModifyDnResponse
Modify Dn protocol response message used to confirm the results of a modify
Dn request message.
|
interface |
ModifyResponse
Modify protocol response message used to confirm the results of a modify
request message.
|
interface |
ResultResponse
An LDAP Response that contains an LDAPResult structure within it.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExtendedResponse
An Abstract ExtendedResponse implementation.
|
class |
AbstractResponse
Abstract base for a Response message.
|
class |
AbstractResultResponse
Abstract base for a ResultResponse message.
|
class |
AddResponseImpl
AddResponse implementation.
|
class |
BindResponseImpl
BindResponse implementation.
|
class |
CompareResponseImpl
CompareResponse implementation.
|
class |
DeleteResponseImpl
DeleteResponse implementation
|
class |
IntermediateResponseImpl
IntermediateResponse implementation
|
class |
ModifyDnResponseImpl
ModifyDnResponse implementation
|
class |
ModifyResponseImpl
ModifyResponse implementation
|
class |
OpaqueExtendedResponse
ExtendedResponse basic implementation.
|
class |
SearchResultDoneImpl
SearchResponseDone implementation
|
class |
SearchResultEntryImpl
Lockable SearchResponseEntry implementation
|
class |
SearchResultReferenceImpl
SearchResponseReference implementation
|
| 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–2022 The Apache Software Foundation. All rights reserved.