#include <LDAPBindRequest.h>

Public Member Functions | |
| LDAPSaslInteractiveBind (const std::string &mech, int flags, SaslInteractionHandler *sih, LDAPAsynConnection *connect, const LDAPConstraints *cons, bool isReferral=false) | |
| virtual LDAPMessageQueue * | sendRequest () |
| This method encodes the request an calls the apprpriate functions of the C-API to send the Request to a LDAP-Server. | |
| virtual LDAPMsg * | getNextMessage () const |
| virtual | ~LDAPSaslInteractiveBind () |
Private Attributes | |
| std::string | m_mech |
| int | m_flags |
| SaslInteractionHandler * | m_sih |
| LDAPResult * | m_res |
| LDAPSaslInteractiveBind::LDAPSaslInteractiveBind | ( | const std::string & | mech, | |
| int | flags, | |||
| SaslInteractionHandler * | sih, | |||
| LDAPAsynConnection * | connect, | |||
| const LDAPConstraints * | cons, | |||
| bool | isReferral = false | |||
| ) |
| LDAPSaslInteractiveBind::~LDAPSaslInteractiveBind | ( | ) | [virtual] |
| LDAPMessageQueue * LDAPSaslInteractiveBind::sendRequest | ( | ) | [virtual] |
This method encodes the request an calls the apprpriate functions of the C-API to send the Request to a LDAP-Server.
Implements LDAPRequest.
| LDAPMsg * LDAPSaslInteractiveBind::getNextMessage | ( | ) | const [virtual] |
Reimplemented from LDAPRequest.
std::string LDAPSaslInteractiveBind::m_mech [private] |
int LDAPSaslInteractiveBind::m_flags [private] |
LDAPResult* LDAPSaslInteractiveBind::m_res [private] |
1.5.5