| Interface | Description |
|---|---|
| JDAPProtocolOp |
This is the base interface for all protocol operation
that is embedded in a JDAPMessage (LDAP Message in RCF1777).
|
| Class | Description |
|---|---|
| JDAPAbandonRequest |
This class implements the abandon request.
|
| JDAPAddRequest |
This class implements the add request.
|
| JDAPAddResponse |
This class implements the add response.
|
| JDAPBaseDNRequest |
This is the base class for all the request that
has a base dn component.
|
| JDAPBindRequest |
This class implements the bind request.
|
| JDAPBindResponse |
This class implements the bind response.
|
| JDAPCompareRequest |
This class implements the compare request.
|
| JDAPCompareResponse |
This class implements the compare response.
|
| JDAPDeleteRequest |
This class implements the delete request.
|
| JDAPDeleteResponse |
This class implements the delete response.
|
| JDAPExtendedRequest |
This class implements the ExtendedRequest request.
|
| JDAPExtendedResponse |
This class implements the extended response.
|
| JDAPModifyRDNRequest |
This class implements the modify rdn request.
|
| JDAPModifyRDNResponse |
This class implements the modifyRDN response.
|
| JDAPModifyRequest |
This class implements the modify request.
|
| JDAPModifyResponse |
This class implements the modify response.
|
| JDAPResult |
This class implements the ldap result where stores
the request status.
|
| JDAPSearchRequest |
This class implements the search request.
|
| JDAPSearchResponse |
This class implements the search response.
|
| JDAPSearchResult |
This class implements the search result.
|
| JDAPSearchResultReference |
This class implements the search result reference.
|
| JDAPUnbindRequest |
This class implements the unbind request and is a protocol operation.
|