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() )
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-2021 The KDE developers.
Generated on Wed Sep 8 2021 11:22:49 by
doxygen 1.8.5 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.