#include <LDAPRebindAuth.h>
Public Member Functions | ||||
| LDAPRebindAuth (const std::string &dn="", const std::string &pwd="") | ||||
| ||||
| LDAPRebindAuth (const LDAPRebindAuth &lra) | ||||
| Copy-constructor. | ||||
| virtual | ~LDAPRebindAuth () | |||
| Destructor. | ||||
| const std::string & | getDN () const | |||
| ||||
| const std::string & | getPassword () const | |||
| ||||
Private Attributes | ||||
| std::string | m_dn | |||
| std::string | m_password | |||
The LDAPRebind::getRebindAuth() method returns an object of this type. And the library uses it to authentication to the destination server of a referral.
| LDAPRebindAuth::LDAPRebindAuth | ( | const std::string & | dn = "", |
|
| const std::string & | pwd = "" | |||
| ) |
| dn | The DN that should be used for the authentication |
| pwd | The password that belongs to the DN |
| LDAPRebindAuth::LDAPRebindAuth | ( | const LDAPRebindAuth & | lra | ) |
Copy-constructor.
| LDAPRebindAuth::~LDAPRebindAuth | ( | ) | [virtual] |
Destructor.
| const string & LDAPRebindAuth::getDN | ( | ) | const |
| const string & LDAPRebindAuth::getPassword | ( | ) | const |
std::string LDAPRebindAuth::m_dn [private] |
std::string LDAPRebindAuth::m_password [private] |
1.5.3