#include <LDAPExtRequest.h>
Inheritance diagram for LDAPExtRequest:
Public Member Functions | |
LDAPExtRequest (const LDAPExtRequest &req) | |
LDAPExtRequest (const std::string &oid, const std::string &data, LDAPAsynConnection *connect, const LDAPConstraints *cons, bool isReferral=false, const LDAPRequest *parent=0) | |
virtual | ~LDAPExtRequest () |
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 *urls) |
Private Attributes | |
std::string | m_oid |
std::string | m_data |
|
|
|
|
|
|
|
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. |
|
|
|
|