#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.
References DEBUG, LDAPRequest::getConnection(), LDAPAsynConnection::getSessionHandle(), LDAP_DEBUG_CONSTRUCT, LDAP_DEBUG_TRACE, and m_creds.
| LDAPSaslBindResult::~LDAPSaslBindResult | ( | ) | [virtual] |
| const string & LDAPSaslBindResult::getServerCreds | ( | ) | const |
References m_creds.
std::string LDAPSaslBindResult::m_creds [private] |
Referenced by getServerCreds(), and LDAPSaslBindResult().