Searched refs:LDAPSaslInteractiveBind (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPBindRequest.h44 class LDAPSaslInteractiveBind : LDAPRequest class in inherits:LDAPRequest
47 LDAPSaslInteractiveBind( const std::string& mech, int flags,
52 virtual ~LDAPSaslInteractiveBind();
H A DLDAPBindRequest.cpp117 LDAPSaslInteractiveBind::LDAPSaslInteractiveBind( const std::string& mech, function in class:LDAPSaslInteractiveBind
127 DEBUG(LDAP_DEBUG_TRACE, "LDAPSaslInteractiveBind::my_sasl_interact()"
143 LDAPMessageQueue *LDAPSaslInteractiveBind::sendRequest()
145 DEBUG(LDAP_DEBUG_TRACE, "LDAPSaslInteractiveBind::sendRequest()" <<
164 LDAPMsg* LDAPSaslInteractiveBind::getNextMessage() const
169 LDAPSaslInteractiveBind::~LDAPSaslInteractiveBind()
171 DEBUG(LDAP_DEBUG_DESTROY,"LDAPSaslInteractiveBind::~LDAPSaslInteractiveBind()" << end
[all...]
H A DLDAPAsynConnection.cpp125 LDAPSaslInteractiveBind *req =
126 new LDAPSaslInteractiveBind(mech, flags, sih, this, cons);

Completed in 695 milliseconds