#include <LDAPSaslBindResult.h>

Public Member Functions | |
| LDAPSaslBindResult (const LDAPRequest *req, LDAPMessage *msg) | |
| Constructor that creates an LDAPExtResult-object from the C-API structures. | |
| virtual | ~LDAPSaslBindResult () |
| The Destructor. | |
| const std::string & | getServerCreds () const |
Private Attributes | |
| std::string | m_creds |
| LDAPSaslBindResult::LDAPSaslBindResult | ( | const LDAPRequest * | req, | |
| LDAPMessage * | msg | |||
| ) |
Constructor that creates an LDAPExtResult-object from the C-API structures.
| LDAPSaslBindResult::~LDAPSaslBindResult | ( | ) | [virtual] |
The Destructor.
| const string & LDAPSaslBindResult::getServerCreds | ( | ) | const |
std::string LDAPSaslBindResult::m_creds [private] |
1.5.5