#include <LDAPDeleteRequest.h>
Inheritance diagram for LDAPDeleteRequest:
Public Member Functions | |
LDAPDeleteRequest (const LDAPDeleteRequest &req) | |
LDAPDeleteRequest (const std::string &dn, LDAPAsynConnection *connect, const LDAPConstraints *cons, bool isReferral=false, const LDAPRequest *parent=0) | |
virtual | ~LDAPDeleteRequest () |
virtual LDAPMessageQueue * | sendRequest () |
This method encodes the request an calls the apprpriate functions of the C-API to send the Request to a LDAP-Server. | |
virtual LDAPRequest * | followReferral (LDAPMsg *refs) |
Private Attributes | |
std::string | m_dn |
|
|
|
|
|
|
|
Implements LDAPRequest. |
|
This method encodes the request an calls the apprpriate functions of the C-API to send the Request to a LDAP-Server.
Implements LDAPRequest. |
|
|