KLdap
8#include "kldap_core_export.h"
10#include <KLDAPCore/LdapServer>
18class KLDAP_CORE_EXPORT LdapClientSearchConfigReadConfigJob :
public QObject
22 explicit LdapClientSearchConfigReadConfigJob(QObject *parent =
nullptr);
23 ~LdapClientSearchConfigReadConfigJob()
override;
25 [[nodiscard]]
bool canStart()
const;
28 [[nodiscard]]
bool active()
const;
29 void setActive(
bool newActive);
31 [[nodiscard]]
int serverIndex()
const;
32 void setServerIndex(
int newServerIndex);
34 [[nodiscard]] KConfigGroup config()
const;
35 void setConfig(
const KConfigGroup &newConfig);
38 void configLoaded(
const KLDAPCore::LdapServer &server);
41 KLDAP_CORE_NO_EXPORT
void readLdapClientConfigFinished();
42 KLDAP_CORE_NO_EXPORT
void readConfig();
43 int mServerIndex = -1;
46 KLDAPCore::LdapServer mServer;
Q_SCRIPTABLE Q_NOREPLY void start()
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
KDE's Doxygen guidelines are available online.