#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) |
LDAPExtRequest::LDAPExtRequest | ( | const LDAPExtRequest & | req | ) |
References DEBUG, and LDAP_DEBUG_CONSTRUCT.
Referenced by followReferral().
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] |
References DEBUG, and LDAP_DEBUG_DESTROY.
LDAPRequest * LDAPExtRequest::followReferral | ( | LDAPMsg * | urls | ) | [virtual] |
Reimplemented from LDAPRequest.
References DEBUG, LDAPRequest::getConnection(), LDAP_DEBUG_TRACE, LDAPExtRequest(), LDAPRequest::m_cons, and LDAPAsynConnection::referralConnect().
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.
References DEBUG, LDAPControlSet::freeLDAPControlArray(), LDAPConstraints::getClCtrlsArray(), LDAPAsynConnection::getSessionHandle(), LDAPConstraints::getSrvCtrlsArray(), LDAP_DEBUG_TRACE, LDAPRequest::m_connection, LDAPRequest::m_cons, and LDAPRequest::m_msgID.