#include <LDAPSearchRequest.h>
Inheritance diagram for LDAPSearchRequest:

Public Member Functions | |
| LDAPSearchRequest (const LDAPSearchRequest &req) | |
| LDAPSearchRequest (const std::string &base, int scope, const std::string &filter, const StringList &attrs, bool attrsOnly, LDAPAsynConnection *connect, const LDAPConstraints *cons, bool isReferral=false, const LDAPRequest *parent=0) | |
| virtual | ~LDAPSearchRequest () |
| 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 *ref) |
| virtual bool | equals (const LDAPRequest *req) const |
| Compare this request with another on. | |
Private Member Functions | |
| LDAPSearchRequest () | |
Private Attributes | |
| std::string | m_base |
| int | m_scope |
| std::string | m_filter |
| StringList | m_attrs |
| bool | m_attrsOnly |
|
|
|
|
||||||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Compare this request with another on. And returns true if they have the same parameters. Reimplemented from LDAPRequest. |
|
|
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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1