#include <LDAPExtRequest.h>

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 |
| LDAPExtRequest::LDAPExtRequest | ( | const LDAPExtRequest & | req | ) |
| LDAPExtRequest::LDAPExtRequest | ( | const std::string & | oid, | |
| const std::string & | data, | |||
| LDAPAsynConnection * | connect, | |||
| const LDAPConstraints * | cons, | |||
| bool | isReferral = false, |
|||
| const LDAPRequest * | parent = 0 | |||
| ) |
| LDAPExtRequest::~LDAPExtRequest | ( | ) | [virtual] |
| LDAPMessageQueue * LDAPExtRequest::sendRequest | ( | ) | [virtual] |
This method encodes the request an calls the apprpriate functions of the C-API to send the Request to a LDAP-Server.
Implements LDAPRequest.
| LDAPRequest * LDAPExtRequest::followReferral | ( | LDAPMsg * | urls | ) | [virtual] |
Implements LDAPRequest.
std::string LDAPExtRequest::m_oid [private] |
std::string LDAPExtRequest::m_data [private] |
1.5.3