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" 75 void setClientControls(
const LdapControls &ctrls );
80 void setServerControls(
const LdapControls &ctrls );
90 const QStringList &attributes = QStringList(),
int count = 0 );
95 bool search(
const LdapUrl &url,
int count = 0 );
101 bool search(
const LdapDN &base,
103 const QString &filter = QString(),
104 const QStringList &attributes = QStringList(),
105 int pagesize = 0,
int count = 0 );
110 void continueSearch();
128 QString errorString()
const;
145 Q_PRIVATE_SLOT( d,
void result() )
All levels below the url's level.
A special url class for LDAP.
Scope
Describes the scope of the LDAP url.
A class that contains LDAP server connection settings.
This class represents an LDAP Object.
This class represents a connection to an LDAP server.
This class starts a search operation on a LDAP server and returns the search values via a Qt signal...
This file is part of the KDE documentation.
Documentation copyright © 1996-2018 The KDE developers.
Generated on Sun Jun 17 2018 00:32:26 by
doxygen 1.8.14 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.