| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.message |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AddRequest
Add protocol operation request used to add a new entry to the DIT.
|
interface |
BindRequest
Bind protocol operation request which authenticates and begins a client
session.
|
interface |
CompareRequest
Compare request protocol message that tests an entry to see if it abides by
an attribute value assertion.
|
interface |
DeleteRequest
Delete request protocol message used to remove an existing leaf entry from
the directory.
|
interface |
ExtendedRequest
Extended protocol request message used to add to more operations to the
protocol.
|
interface |
ModifyDnRequest
Modify Dn request protocol message used to rename or move an existing entry
in the directory.
|
interface |
ModifyRequest
Modify request protocol message used to alter the attributes and values of an
existing entry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExtendedRequest
ExtendedRequest implementation.
|
class |
AddRequestImpl
Lockable add request implementation.
|
class |
BindRequestImpl
Bind protocol operation request which authenticates and begins a client
session.
|
class |
CompareRequestImpl
Comparison request implementation.
|
class |
DeleteRequestImpl
Delete request implementation.
|
class |
ModifyDnRequestImpl
ModifyDNRequest implementation.
|
class |
ModifyRequestImpl
Lockable ModifyRequest implementation.
|
class |
OpaqueExtendedRequest
ExtendedRequest basic implementation.
|
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.