#include <LDAPModifyRequest.h>
Inheritance diagram for LDAPModifyRequest:
Public Member Functions | |
LDAPModifyRequest (const LDAPModifyRequest &mod) | |
LDAPModifyRequest (const std::string &dn, const LDAPModList *modList, LDAPAsynConnection *connect, const LDAPConstraints *cons, bool isReferral=false, const LDAPRequest *req=0) | |
virtual | ~LDAPModifyRequest () |
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 |
LDAPModList * | m_modList |
|
|
|
|
|
|
|
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. |
|
|
|
|