#include <LDAPSearchRequest.h>

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 |
| LDAPSearchRequest::LDAPSearchRequest | ( | const LDAPSearchRequest & | req | ) |
| LDAPSearchRequest::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 | |||
| ) |
| LDAPSearchRequest::~LDAPSearchRequest | ( | ) | [virtual] |
| LDAPSearchRequest::LDAPSearchRequest | ( | ) | [inline, private] |
| LDAPMessageQueue * LDAPSearchRequest::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.
| LDAPRequest * LDAPSearchRequest::followReferral | ( | LDAPMsg * | ref | ) | [virtual] |
Implements LDAPRequest.
| bool LDAPSearchRequest::equals | ( | const LDAPRequest * | req | ) | const [virtual] |
Compare this request with another on.
And returns true if they have the same parameters.
Reimplemented from LDAPRequest.
std::string LDAPSearchRequest::m_base [private] |
int LDAPSearchRequest::m_scope [private] |
std::string LDAPSearchRequest::m_filter [private] |
StringList LDAPSearchRequest::m_attrs [private] |
bool LDAPSearchRequest::m_attrsOnly [private] |
1.5.3