KLDAP Library
KLDAP::LdapObject Class Reference
#include <ldapobject.h>
Detailed Description
This class represents an LDAP Object.Definition at line 41 of file ldapobject.h.
Public Member Functions | |
LdapObject (const QString &dn) | |
LdapObject (const LdapObject &that) | |
LdapObject & | operator= (const LdapObject &that) |
QString | toString () const |
void | clear () |
void | setDn (const LdapDN &dn) |
void | setDn (const QString &dn) |
void | setAttributes (const LdapAttrMap &attrs) |
void | setValues (const QString &attributeName, const LdapAttrValue &values) |
void | addValue (const QString &attributeName, const QByteArray &value) |
LdapDN | dn () const |
const LdapAttrMap & | attributes () const |
LdapAttrValue | values (const QString &attributeName) const |
QByteArray | value (const QString &attributeName) const |
bool | hasAttribute (const QString &attributeName) const |
Member Function Documentation
QString LdapObject::toString | ( | ) | const |
Returns the text presentation (LDIF format) of the object.
Definition at line 100 of file ldapobject.cpp.
void LdapObject::clear | ( | ) |
void LdapObject::setDn | ( | const LdapDN & | dn | ) |
void LdapObject::setDn | ( | const QString & | dn | ) |
void LdapObject::setAttributes | ( | const LdapAttrMap & | attrs | ) |
Sets the attributes and attribute values of the object.
Definition at line 85 of file ldapobject.cpp.
void LdapObject::setValues | ( | const QString & | attributeName, | |
const LdapAttrValue & | values | |||
) |
Sets the given attribute values.
If the given attribute not exists, then it's created, if exists, it's overwritten.
Definition at line 118 of file ldapobject.cpp.
void LdapObject::addValue | ( | const QString & | attributeName, | |
const QByteArray & | value | |||
) |
Adds the given value to the specified attribute.
If the given attribute not exists, then it's created.
Definition at line 123 of file ldapobject.cpp.
LdapDN LdapObject::dn | ( | ) | const |
const LdapAttrMap & LdapObject::attributes | ( | ) | const |
LdapAttrValue LdapObject::values | ( | const QString & | attributeName | ) | const |
Returns all values of the attribute with the given name.
Definition at line 128 of file ldapobject.cpp.
QByteArray LdapObject::value | ( | const QString & | attributeName | ) | const |
Returns the first value of the attribute with the given name or an empty byte array if the attribute does not exists.
Definition at line 137 of file ldapobject.cpp.
bool LdapObject::hasAttribute | ( | const QString & | attributeName | ) | const |
Returns true if the given attributethe exists, false otherwise.
Definition at line 146 of file ldapobject.cpp.
The documentation for this class was generated from the following files: