Home | Trees | Index | Help |
|
---|
Package ldaptor :: Module interfaces :: Class IEditableLDAPEntry |
|
object
--+ |Interface
--+ | IEditableLDAPEntry
Method Summary | |
---|---|
Delete all values of an attribute. | |
Set values of an attribute. | |
Send all pending changes to the LDAP server. | |
Delete this object from the LDAP server. | |
Move the object to a new DN. | |
Set all applicable passwords for this object. | |
Forget all pending changes. | |
Inherited from Interface | |
(Class method) | |
Inherited from object | |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
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.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Instance Method Details |
---|
__delitem__(self,
key)
Delete all values of an attribute.
|
__setitem__(self,
key,
value)
Set values of an attribute. Please use lists. Do not modify the
lists in place, that's not supported _yet_.
|
commit(self)Send all pending changes to the LDAP server.
|
delete(self)Delete this object from the LDAP server.
|
move(self, newDN)Move the object to a new DN.
|
setPassword(self, newPasswd)Set all applicable passwords for this object.
|
undo(self)Forget all pending changes. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Aug 17 17:08:21 2004 | http://epydoc.sf.net |