#include <LDAPBindRequest.h>
Public Member Functions | |
LDAPBindRequest (const LDAPBindRequest &req) | |
LDAPBindRequest (const std::string &, const std::string &passwd, LDAPAsynConnection *connect, const LDAPConstraints *cons, bool isReferral=false) | |
virtual | ~LDAPBindRequest () |
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. |
LDAPBindRequest::LDAPBindRequest | ( | const LDAPBindRequest & | req | ) |
References DEBUG, and LDAP_DEBUG_CONSTRUCT.
LDAPBindRequest::LDAPBindRequest | ( | const std::string & | , | |
const std::string & | passwd, | |||
LDAPAsynConnection * | connect, | |||
const LDAPConstraints * | cons, | |||
bool | isReferral = false | |||
) |
LDAPBindRequest::~LDAPBindRequest | ( | ) | [virtual] |
References DEBUG, and LDAP_DEBUG_DESTROY.
LDAPMessageQueue * LDAPBindRequest::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.