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