#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. | |
| LDAPSearchRequest::LDAPSearchRequest | ( | const LDAPSearchRequest & | req | ) |
References DEBUG, LDAP_DEBUG_CONSTRUCT, LDAPSearchRequest(), m_attrs, m_attrsOnly, m_base, m_filter, and m_scope.
Referenced by LDAPSearchRequest().
| 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] |
References DEBUG, and LDAP_DEBUG_DESTROY.
| 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.
References DEBUG, LDAPControlSet::freeLDAPControlArray(), LDAPConstraints::getAliasDeref(), LDAPConstraints::getClCtrlsArray(), LDAPAsynConnection::getSessionHandle(), LDAPConstraints::getSizeLimit(), LDAPConstraints::getSrvCtrlsArray(), LDAPConstraints::getTimeoutStruct(), LDAPRequest::isReferral(), LDAP_DEBUG_TRACE, LDAPRequest::m_connection, LDAPRequest::m_cons, LDAPRequest::m_msgID, and StringList::toCharArray().
| LDAPRequest * LDAPSearchRequest::followReferral | ( | LDAPMsg * | ref | ) | [virtual] |
| 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.
References DEBUG, LDAPRequest::equals(), LDAP_DEBUG_TRACE, m_base, and m_scope.
1.5.6