#include <LDAPBindRequest.h>
Inheritance diagram for LDAPBindRequest:
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. | |
virtual LDAPRequest * | followReferral (LDAPMsg *urls) |
Private Attributes | |
std::string | m_dn |
std::string | m_cred |
std::string | m_mech |
|
|
|
|
|
|
|
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. |
|
|
|
|
|
|