void AddAttribute(const TLDAPAttribute &attr)
Add an attribute to the entry.
TLDAPAttribute * GetAttribute() const
Get next attribute of the entry.
TList * GetReferrals() const
Get the TList of referrals.
LDAPMod ** GetMods(Int_t op)
Get array of "LDAPMod" structures for entry.
void Print(Option_t *="") const
Print entry in LDIF format.
TLDAPEntry & operator=(const TLDAPEntry &)
Equal operator.
void SetDn(const char *dn)
Bool_t IsReferral() const
Check if entry is referal.
TLDAPEntry(const char *dn)
Creates the new TLDAPEntry object with the specified DN (distinguished name) and the empty list of at...
const char * GetDn() const
void DeleteAttribute(const char *name)
Delete attribute by name.
virtual ~TLDAPEntry()
Deletes all the attributes of the entry.