#include <LDAPEntry.h>
Public Member Functions | |
LDAPEntry (const LDAPEntry &entry) | |
Copy-constructor. | |
LDAPEntry (const std::string &dn=std::string(), const LDAPAttributeList *attrs=new LDAPAttributeList()) | |
Constructs a new entry (also used as standard constructor). | |
LDAPEntry (const LDAPAsynConnection *ld, LDAPMessage *msg) | |
Used internally only. | |
~LDAPEntry () | |
Destructor. | |
void | setDN (const std::string &dn) |
Sets the DN-attribute. | |
void | setAttributes (LDAPAttributeList *attrs) |
Sets the attributes of the entry. | |
const std::string & | getDN () const |
const LDAPAttributeList * | getAttributes () const |
Private Attributes | |
LDAPAttributeList * | m_attrs |
std::string | m_dn |
Friends | |
std::ostream & | operator<< (std::ostream &s, const LDAPEntry &le) |
This method can be used to dump the data of a LDAPResult-Object. |
|
Copy-constructor.
|
|
Constructs a new entry (also used as standard constructor).
|
|
Used internally only. The constructor is used internally to create a LDAPEntry from the C-API's data structurs. |
|
Destructor.
|
|
|
|
|
|
Sets the attributes of the entry.
|
|
Sets the DN-attribute.
|
|
This method can be used to dump the data of a LDAPResult-Object. It is only useful for debugging purposes at the moment |
|
|
|
|