Interface | Description |
---|---|
AddRequest |
The Add request adds an entry into the Directory.
|
BindRequest |
The Bind operation allows authentication information to be exchanged between the client and server.
|
CompareRequest |
The Compare operation allows a client to compare an assertion value with the values of a particular attribute in a particular entry in the Directory.
|
DeleteRequest |
The Delete operation allows to request the removal of an entry from the Directory.
|
ExtendedRequest<R extends ExtendedResult> |
The Extended operation allows additional operations to be defined for services not already available in the protocol.
|
ModifyDNRequest |
The Modify DN operation allows a client to change the Relative Distinguished Name (RDN) of an entry in the Directory and/or to move a subtree of entries to a new location in the Directory.
|
ModifyRequest |
The Modify operation allows a client to request that a modification of an entry be performed on its behalf by a server.
|
Request |
The base class of all Requests provides methods for querying and manipulating the set of Controls included with a Request.
|
SearchRequest |
The Search operation is used to request a server to return, subject to access controls and other restrictions, a set of entries matching a complex search criterion.
|
Class | Description |
---|---|
AddRequestWrapper |
This class wraps an Add request.
|
BindRequestWrapper |
This class wraps a Bind request.
|
CompareRequestWrapper |
This class wraps a Compare request.
|
DeleteRequestWrapper |
This class wraps a Delete request.
|
ExtendedRequestWrapper<R extends ExtendedResult> |
This class wraps an Extended request.
|
ModifyDNRequestWrapper |
This class wraps a Modify DN request.
|
ModifyRequestWrapper |
This class wraps a Modify request.
|
SearchRequestWrapper |
This class wraps a Search request.
|