Go to the documentation of this file.
7 #ifndef LDAP_MOD_DN_REQUEST_H
8 #define LDAP_MOD_DN_REQUEST_H
17 bool deleteOld,
const std::string& newParentDN,
28 std::string m_newParentDN;
32 #endif // LDAP_MOD_DN_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
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
Definition: LDAPModDNRequest.h:12
virtual LDAPRequest * followReferral(LDAPMsg *urls)
Definition: LDAPModDNRequest.cpp:71
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
This container class is used to store multiple LDAPUrl-objects.
Definition: LDAPUrlList.h:16
LDAPModDNRequest(const LDAPModDNRequest &req)
Definition: LDAPModDNRequest.cpp:18
virtual LDAPMessageQueue * sendRequest()
This method encodes the request an calls the apprpriate functions of the C-API to send the Request to...
Definition: LDAPModDNRequest.cpp:50
virtual ~LDAPModDNRequest()
Definition: LDAPModDNRequest.cpp:46
static void freeLDAPControlArray(LDAPControl **ctrl)
Definition: LDAPControlSet.cpp:76
LDAPControl ** getClCtrlsArray() const
Definition: LDAPConstraints.cpp:148
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