Go to the documentation of this file.
7 #ifndef LDAP_EXT_RESULT_H
8 #define LDAP_EXT_RESULT_H
50 #endif // LDAP_EXT_RESULT_H
This class is only thrown as an Exception and used to signalize error conditions during LDAP-operatio...
Definition: LDAPException.h:23
const std::string & getResponseOid() const
Definition: LDAPExtResult.cpp:42
Object of this class are created by the LDAPMsg::create method if results for an Extended Operation w...
Definition: LDAPExtResult.h:20
virtual ~LDAPExtResult()
The Destructor.
Definition: LDAPExtResult.cpp:38
#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 for representing LDAP-Result-Messages.
Definition: LDAPResult.h:30
#define LDAP_DEBUG_CONSTRUCT
Definition: debug.h:13
const std::string & getResponse() const
Definition: LDAPExtResult.cpp:46
const LDAPAsynConnection * getConnection() const
Definition: LDAPRequest.cpp:86
LDAPExtResult(const LDAPRequest *req, LDAPMessage *msg)
Constructor that creates an LDAPExtResult-object from the C-API structures.
Definition: LDAPExtResult.cpp:17
For internal use only.
Definition: LDAPRequest.h:25