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