ldapsdk 0.0.1
|
Object of this class are created by the LDAPMsg::create method if results for an Extended Operation were returned by a LDAP server. More...
#include <LDAPExtResult.h>
Public Member Functions | |
LDAPExtResult (const LDAPRequest *req, LDAPMessage *msg) | |
Constructor that creates an LDAPExtResult-object from the C-API structures. | |
virtual | ~LDAPExtResult () |
The Destructor. | |
const std::string & | getResponseOid () const |
const std::string & | getResponse () const |
Object of this class are created by the LDAPMsg::create method if results for an Extended Operation were returned by a LDAP server.
LDAPExtResult::LDAPExtResult | ( | 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, and string.
LDAPExtResult::~LDAPExtResult | ( | ) | [virtual] |
The Destructor.
References DEBUG, and LDAP_DEBUG_DESTROY.
const string & LDAPExtResult::getResponse | ( | ) | const |
const string & LDAPExtResult::getResponseOid | ( | ) | const |