KLdap
ldapconfigwidget.h
A class that contains LDAP server connection settings.
Definition ldapserver.h:27
void hostNameChanged(const QString &)
void setUrl(const KLDAPCore::LdapUrl &url)
Set up the widget via an LDAP Url.
Definition ldapconfigwidget.cpp:493
void setSecurity(Security security)
Sets the security type (None, SSL, TLS).
Definition ldapconfigwidget.cpp:744
~LdapConfigWidget() override
Destructs a configuration widget.
KLDAPCore::LdapServer server() const
Returns an LdapServer object constructed from the settings given.
Definition ldapconfigwidget.cpp:500
KLDAPCore::LdapUrl url() const
Returns a LDAP Url constructed from the settings given.
Definition ldapconfigwidget.cpp:488
LdapConfigWidget(QWidget *parent=nullptr, Qt::WindowFlags fl={})
Constructs an empty configuration widget.
Definition ldapconfigwidget.cpp:471
void setAuth(Auth auth)
Sets the authentication type (Anonymous, Simple, SASL).
Definition ldapconfigwidget.cpp:770
void setServer(const KLDAPCore::LdapServer &server)
Set up the widget via an LdapServer object.
Definition ldapconfigwidget.cpp:558
Q_SCRIPTABLE bool setFilter(const QString &filter)
Q_FLAGS(...)
Q_ENUM(...)
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
typedef WindowFlags
QWidget(QWidget *parent, Qt::WindowFlags f)
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.