KLdap
ldapclient.h
void startQuery(const QString &filter)
Starts the query with the given filter.
Definition ldapclient.cpp:103
void result(const KLDAPCore::LdapClient &client, const KLDAPCore::LdapObject &)
This signal is emitted once for each object that is returned from the query.
int completionWeight() const
Returns the completion weight of this client.
Definition ldapclient.cpp:267
const KLDAPCore::LdapServer server() const
Returns the ldap server information that are used by this client.
Definition ldapclient.cpp:82
void setAttributes(const QStringList &attributes)
Sets the LDAP attributes that should be returned in the query result.
Definition ldapclient.cpp:87
void setServer(const KLDAPCore::LdapServer &server)
Sets the LDAP server information that shall be used by this client.
Definition ldapclient.cpp:77
void error(const QString &message)
This signal is emitted in case of an error.
QStringList attributes() const
Returns the LDAP attributes that should be returned in the query result.
Definition ldapclient.cpp:93
void setCompletionWeight(int weight)
Sets the completion weight of this client.
Definition ldapclient.cpp:272
LdapClient(int clientNumber, QObject *parent=nullptr)
Creates a new ldap client.
Definition ldapclient.cpp:62
bool isActive() const
Returns whether this client is currently running a search query.
Definition ldapclient.cpp:72
A class that contains LDAP server connection settings.
Definition ldapserver.h:27
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:20 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:20 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.