KLDAP Library
ldapserver.cpp
bool hasExtension(const QString &extension) const
Returns whether the specified extension exists in the LDAP url.
Definition: ldapurl.cpp:134
void setBindDn(const QString &bindDn)
Sets the bindDn of the LDAP connection.
Definition: ldapserver.cpp:201
void setAuth(Auth authentication)
Sets the authentication method of the LDAP connection.
Definition: ldapserver.cpp:251
LdapServer & operator=(const LdapServer &other)
Overwrites the values of the LDAP server object with the values from an other object.
Definition: ldapserver.cpp:65
void setRealm(const QString &realm)
Sets the realm of the LDAP connection.
Definition: ldapserver.cpp:206
Security
Describes the encryption settings that can be used for the LDAP connection.
Definition: ldapserver.h:73
Security security() const
Returns the security mode of the LDAP connection.
Definition: ldapserver.cpp:161
void setFilter(const QString &filter)
Sets the filter string of the LDAP connection.
Definition: ldapserver.cpp:231
void setBaseDn(const LdapDN &baseDn)
Sets the baseDn of the LDAP connection.
Definition: ldapserver.cpp:191
void setPassword(const QString &password)
Sets the password of the LDAP connection.
Definition: ldapserver.cpp:211
void setTimeLimit(int limit)
Sets the time limit of the LDAP connection.
Definition: ldapserver.cpp:216
void setHost(const QString &host)
Sets the host of the LDAP connection.
Definition: ldapserver.cpp:181
void setUrl(const LdapUrl &url)
Sets the server parameters from an RFC2255 compliant LDAP url.
Definition: ldapserver.cpp:266
void setFilter(const QString &filter)
Sets the filter part of the LDAP url.
Definition: ldapurl.cpp:128
LdapUrl::Scope scope() const
Returns the search scope of the LDAP connection.
Definition: ldapserver.cpp:136
void setScope(LdapUrl::Scope scope)
Sets the search scope of the LDAP connection.
Definition: ldapserver.cpp:236
void setUser(const QString &user)
Sets the user of the LDAP connection.
Definition: ldapserver.cpp:196
LdapUrl url() const
Returns the server parameters as an RFC2255 compliant LDAP Url.
Definition: ldapserver.cpp:349
void setSecurity(Security mode)
Sets the security mode of the LDAP connection.
Definition: ldapserver.cpp:246
bool isEmpty() const
void setVersion(int version)
Sets the protocol version of the LDAP connection.
Definition: ldapserver.cpp:241
void setExtension(const QString &key, const Extension &extension)
Sets the specified extension key with the value and criticality in extension.
Definition: ldapurl.cpp:163
Auth
Describes the authentication method that can be used for the LDAP connection.
Definition: ldapserver.h:83
QString password() const
Returns the password of the LDAP connection.
Definition: ldapserver.cpp:126
void setMech(const QString &mech)
Sets the mech of the LDAP connection.
Definition: ldapserver.cpp:256
void setSizeLimit(int sizelimit)
Sets the size limit of the LDAP connection.
Definition: ldapserver.cpp:221
Extension extension(const QString &extension) const
Returns the specified extension.
Definition: ldapurl.cpp:139
QString filter() const
Returns the filter string of the LDAP connection.
Definition: ldapserver.cpp:131
int version() const
Returns the protocol version of the LDAP connection.
Definition: ldapserver.cpp:156
Auth auth() const
Returns the authentication method of the LDAP connection.
Definition: ldapserver.cpp:166
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.