Go to the documentation of this file.
8 #ifndef LDAP_SEARCH_REFERENCE_H
9 #define LDAP_SEARCH_REFERENCE_H
46 #endif //LDAP_SEARCH_REFERENCE_H
This class is only thrown as an Exception and used to signalize error conditions during LDAP-operatio...
Definition: LDAPException.h:23
This class represents an asynchronous connection to an LDAP-Server.
Definition: LDAPAsynConnection.h:45
#define LDAP_DEBUG_TRACE
Definition: debug.h:12
This class represents any type of LDAP- Message returned from the server.
Definition: LDAPMessage.h:23
This class is used to analyze and store LDAP-Urls as returned by a LDAP-Server as Referrals and Searc...
Definition: LDAPUrl.h:22
LDAPControlSet m_srvControls
This attribute stores Server-Control that were returned with the message.
Definition: LDAPMessage.h:119
const LDAPUrlList & getUrls() const
Definition: LDAPSearchReference.cpp:49
#define DEBUG(level, arg)
Definition: debug.h:30
#define LDAP_DEBUG_DESTROY
Definition: debug.h:14
LDAP * getSessionHandle() const
Definition: LDAPAsynConnection.cpp:292
This class is used to represent Continuation References that were returned during a SEARCH-Operation.
Definition: LDAPSearchReference.h:21
This container class is used to store multiple LDAPCtrl-objects.
Definition: LDAPControlSet.h:19
#define LDAP_DEBUG_CONSTRUCT
Definition: debug.h:13
LDAPSearchReference(const LDAPRequest *req, LDAPMessage *msg)
Constructor that create an object from the C-API structures.
Definition: LDAPSearchReference.cpp:18
This container class is used to store multiple LDAPUrl-objects.
Definition: LDAPUrlList.h:16
bool m_hasControls
Definition: LDAPMessage.h:121
~LDAPSearchReference()
The Destructor.
Definition: LDAPSearchReference.cpp:44
const LDAPAsynConnection * getConnection() const
Definition: LDAPRequest.cpp:86
For internal use only.
Definition: LDAPRequest.h:25