KLdap
8#include "kldap_core_export.h"
10#include <KLDAPCore/LdapServer>
18class KLDAP_CORE_EXPORT LdapClientSearchConfigWriteConfigJob :
public QObject
22 explicit LdapClientSearchConfigWriteConfigJob(QObject *parent =
nullptr);
23 ~LdapClientSearchConfigWriteConfigJob()
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);
37 [[nodiscard]] KLDAPCore::LdapServer server()
const;
38 void setServer(
const KLDAPCore::LdapServer &server);
44 KLDAP_CORE_NO_EXPORT
void writeLdapClientConfigFinished();
45 KLDAP_CORE_NO_EXPORT
void writeConfig();
46 int mServerIndex = -1;
49 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.