ldapsdk  0.0.1
Public Member Functions | List of all members
LDAPSaslInteractiveBind Class Reference

#include <LDAPBindRequest.h>

Inheritance diagram for LDAPSaslInteractiveBind:
LDAPRequest

Public Member Functions

 LDAPSaslInteractiveBind (const std::string &mech, int flags, SaslInteractionHandler *sih, LDAPAsynConnection *connect, const LDAPConstraints *cons, bool isReferral=false)
 
virtual LDAPMessageQueuesendRequest ()
 This method encodes the request an calls the apprpriate functions of the C-API to send the Request to a LDAP-Server. More...
 
virtual LDAPMsggetNextMessage () const
 
virtual ~LDAPSaslInteractiveBind ()
 

Constructor & Destructor Documentation

◆ LDAPSaslInteractiveBind()

LDAPSaslInteractiveBind::LDAPSaslInteractiveBind ( const std::string &  mech,
int  flags,
SaslInteractionHandler sih,
LDAPAsynConnection connect,
const LDAPConstraints cons,
bool  isReferral = false 
)

◆ ~LDAPSaslInteractiveBind()

LDAPSaslInteractiveBind::~LDAPSaslInteractiveBind ( )
virtual

References DEBUG, and LDAP_DEBUG_DESTROY.

Member Function Documentation

◆ getNextMessage()

LDAPMsg * LDAPSaslInteractiveBind::getNextMessage ( ) const
virtual

Reimplemented from LDAPRequest.

◆ sendRequest()

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.

References DEBUG, LDAPConstraints::getClCtrlsArray(), LDAPAsynConnection::getSessionHandle(), LDAPConstraints::getSrvCtrlsArray(), LDAP_DEBUG_TRACE, LDAPRequest::m_connection, and LDAPRequest::m_cons.

Referenced by LDAPAsynConnection::saslInteractiveBind().


The documentation for this class was generated from the following files: