#include <LDAPBindRequest.h>

Public Member Functions | |
| LDAPSaslBindRequest (const std::string &mech, const std::string &cred, LDAPAsynConnection *connect, const LDAPConstraints *cons, bool isReferral=false) | |
| 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 | ~LDAPSaslBindRequest () |
Private Attributes | |
| std::string | m_mech |
| std::string | m_cred |
| LDAPSaslBindRequest::LDAPSaslBindRequest | ( | const std::string & | mech, | |
| const std::string & | cred, | |||
| LDAPAsynConnection * | connect, | |||
| const LDAPConstraints * | cons, | |||
| bool | isReferral = false | |||
| ) |
| LDAPSaslBindRequest::~LDAPSaslBindRequest | ( | ) | [virtual] |
| LDAPMessageQueue * LDAPSaslBindRequest::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.
std::string LDAPSaslBindRequest::m_mech [private] |
std::string LDAPSaslBindRequest::m_cred [private] |
1.5.5