| Home | Trees | Index | Help |
|
|---|
| Package ldaptor :: Module entry :: Class EditableLDAPEntry |
|
object--+ |BaseLDAPEntry--+ | EditableLDAPEntry
LDAPEntryWithClient,
LDIFTreeEntry,
ReadOnlyInMemoryLDAPEntry| Method Summary | |
|---|---|
__delitem__(self,
key)
| |
__setitem__(self,
key,
value)
| |
commit(self)
| |
delete(self)
| |
move(self,
newDN)
| |
setPassword(self,
newPasswd,
salt)
| |
undo(self)
| |
| Inherited from BaseLDAPEntry | |
Initialize the object. | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Compute differences between this and another LDAP entry. | |
| |
| |
| |
| |
| |
| |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
| Class Variable Summary | |
|---|---|
tuple |
__implements__ = (<class 'ldaptor.interfaces.IEditableLD...
|
| Inherited from BaseLDAPEntry | |
NoneType |
dn = None |
| Class Variable Details |
|---|
__implements__
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri May 6 14:58:07 2005 | http://epydoc.sf.net |