Go to the documentation of this file.
7 #ifndef LDAP_EXT_REQUEST_H
8 #define LDAP_EXT_REQUEST_H
28 #endif // LDAP_EXT_REQUEST_H
This class is only thrown as an Exception and used to signalize error conditions during LDAP-operatio...
Definition: LDAPException.h:23
LDAPAsynConnection * m_connection
Definition: LDAPRequest.h:82
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
Definition: LDAPExtRequest.h:12
LDAPControl ** getSrvCtrlsArray() const
Definition: LDAPConstraints.cpp:139
#define LDAP_DEBUG_PARAMETER
Definition: debug.h:15
bool isReferral() const
Definition: LDAPRequest.cpp:111
#define DEBUG(level, arg)
Definition: debug.h:30
This class represents some options that can be set for a LDAPConnection operation.
Definition: LDAPConstraints.h:27
#define LDAP_DEBUG_DESTROY
Definition: debug.h:14
LDAP * getSessionHandle() const
Definition: LDAPAsynConnection.cpp:292
LDAPConstraints * m_cons
Definition: LDAPRequest.h:81
int m_msgID
Definition: LDAPRequest.h:85
This class is for representing LDAP-Result-Messages.
Definition: LDAPResult.h:30
This class is created for the asynchronous LDAP-operations.
Definition: LDAPMessageQueue.h:27
#define LDAP_DEBUG_CONSTRUCT
Definition: debug.h:13
virtual ~LDAPExtRequest()
Definition: LDAPExtRequest.cpp:37
virtual LDAPMessageQueue * sendRequest()
This method encodes the request an calls the apprpriate functions of the C-API to send the Request to...
Definition: LDAPExtRequest.cpp:41
This container class is used to store multiple LDAPUrl-objects.
Definition: LDAPUrlList.h:16
static void freeLDAPControlArray(LDAPControl **ctrl)
Definition: LDAPControlSet.cpp:76
LDAPControl ** getClCtrlsArray() const
Definition: LDAPConstraints.cpp:148
virtual LDAPRequest * followReferral(LDAPMsg *urls)
Definition: LDAPExtRequest.cpp:67
const LDAPAsynConnection * getConnection() const
Definition: LDAPRequest.cpp:86
ListType::const_iterator const_iterator
Definition: LDAPUrlList.h:20
For internal use only.
Definition: LDAPRequest.h:25
LDAPAsynConnection * referralConnect(const LDAPUrlList &urls, LDAPUrlList::const_iterator &usedUrl, const LDAPConstraints *cons) const
This method is used internally for automatic referral chasing.
Definition: LDAPAsynConnection.cpp:307
LDAPExtRequest(const LDAPExtRequest &req)
Definition: LDAPExtRequest.cpp:19