#include <LDAPCompareRequest.h>
Inheritance diagram for LDAPCompareRequest:
Public Member Functions | |
LDAPCompareRequest (const LDAPCompareRequest &req) | |
LDAPCompareRequest (const std::string &dn, const LDAPAttribute &attr, LDAPAsynConnection *connect, const LDAPConstraints *cons, bool isReferral=false, const LDAPRequest *parent=0) | |
virtual | ~LDAPCompareRequest () |
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 LDAPRequest * | followReferral (LDAPMsg *urls) |
Private Attributes | |
std::string | m_dn |
LDAPAttribute | m_attr |
|
|
|
|
|
|
|
Implements LDAPRequest. |
|
This method encodes the request an calls the apprpriate functions of the C-API to send the Request to a LDAP-Server.
Implements LDAPRequest. |
|
|
|
|