KLDAP Library
21 #ifndef KLDAP_LDAPSEARCH_H
22 #define KLDAP_LDAPSEARCH_H
24 #include <QtCore/QByteArray>
25 #include <QtCore/QList>
26 #include <QtCore/QObject>
27 #include <QtCore/QString>
29 #include "kldap_export.h"
31 #include "ldapconnection.h"
32 #include "ldapcontrol.h"
33 #include "ldapobject.h"
34 #include "ldapoperation.h"
35 #include "ldapserver.h"
74 void setClientControls(
const LdapControls &ctrls );
79 void setServerControls(
const LdapControls &ctrls );
89 const QStringList &attributes = QStringList(),
int count = 0 );
94 bool search(
const LdapUrl &url,
int count = 0 );
100 bool search(
const LdapDN &base,
102 const QString &filter = QString(),
103 const QStringList &attributes = QStringList(),
104 int pagesize = 0,
int count = 0 );
109 void continueSearch();
127 QString errorString()
const;
144 Q_PRIVATE_SLOT( d,
void result() )
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:14 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.