KLdap
9#include "kldap_core_export.h"
10#include <KConfigGroup>
16class KLDAP_CORE_EXPORT LdapSearchClientReadConfigServerJob :
public QObject
20 explicit LdapSearchClientReadConfigServerJob(QObject *parent =
nullptr);
21 ~LdapSearchClientReadConfigServerJob()
override;
24 [[nodiscard]]
bool canStart()
const;
26 [[nodiscard]]
int currentIndex()
const;
27 void setCurrentIndex(
int currentIndex);
29 [[nodiscard]]
bool active()
const;
30 void setActive(
bool active);
32 [[nodiscard]] KConfigGroup config()
const;
33 void setConfig(
const KConfigGroup &config);
35 [[nodiscard]] LdapClient *ldapClient()
const;
36 void setLdapClient(LdapClient *ldapClient);
39 KLDAP_CORE_NO_EXPORT
void slotConfigLoaded(
const KLDAPCore::LdapServer &server);
40 LdapClient *mLdapClient =
nullptr;
42 int mCurrentIndex = -1;
An object that represents a configured LDAP server.
A class that contains LDAP server connection settings.
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.