KLdap
ldapobject.h
bool hasAttribute(const QString &attributeName) const
Returns true if the given attributethe exists, false otherwise.
Definition ldapobject.cpp:130
LdapAttrValue values(const QString &attributeName) const
Returns all values of the attribute with the given name.
Definition ldapobject.cpp:112
QByteArray value(const QString &attributeName) const
Returns the first value of the attribute with the given name or an empty byte array if the attribute ...
Definition ldapobject.cpp:121
void addValue(const QString &attributeName, const QByteArray &value)
Adds the given value to the specified attribute.
Definition ldapobject.cpp:107
void setValues(const QString &attributeName, const LdapAttrValue &values)
Sets the given attribute values.
Definition ldapobject.cpp:102
void setAttributes(const LdapAttrMap &attrs)
Sets the attributes and attribute values of the object.
Definition ldapobject.cpp:67
const LdapAttrMap & attributes() const
Returns the attributes and their values.
Definition ldapobject.cpp:77
QString toString() const
Returns the text presentation (LDIF format) of the object.
Definition ldapobject.cpp:82
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.