ldapsdk 0.0.1
|
This class is used to represent Continuation References that were returned during a SEARCH-Operation. More...
#include <LDAPSearchReference.h>
Public Member Functions | |
LDAPSearchReference (const LDAPRequest *req, LDAPMessage *msg) | |
Constructor that create an object from the C-API structures. | |
~LDAPSearchReference () | |
The Destructor. | |
const LDAPUrlList & | getUrls () const |
This class is used to represent Continuation References that were returned during a SEARCH-Operation.
LDAPSearchReference::LDAPSearchReference | ( | const LDAPRequest * | req, |
LDAPMessage * | msg | ||
) |
Constructor that create an object from the C-API structures.
References DEBUG, LDAPRequest::getConnection(), LDAPAsynConnection::getSessionHandle(), LDAP_DEBUG_CONSTRUCT, LDAPSearchReference(), LDAPMsg::m_hasControls, and LDAPMsg::m_srvControls.
Referenced by LDAPSearchReference().
LDAPSearchReference::~LDAPSearchReference | ( | ) |
The Destructor.
References DEBUG, and LDAP_DEBUG_DESTROY.
const LDAPUrlList & LDAPSearchReference::getUrls | ( | ) | const |
References DEBUG, and LDAP_DEBUG_TRACE.