Package ldaptor :: Module entry :: Class EditableLDAPEntry
[hide private]
[frames] | no frames]

Class EditableLDAPEntry

source code

   object --+    
            |    
BaseLDAPEntry --+
                |
               EditableLDAPEntry
Known Subclasses:

Instance Methods [hide private]
 
__delitem__(self, key) source code
 
__provides__(...)
Special descriptor for class __provides__
 
__setitem__(self, key, value) source code
 
commit(self) source code
 
delete(self) source code
 
move(self, newDN) source code
 
setPassword(self, newPasswd, salt=None) source code
 
undo(self) source code

Inherited from BaseLDAPEntry: __contains__, __eq__, __getitem__, __hash__, __init__, __len__, __ne__, __nonzero__, __providedBy__, __repr__, __str__, bind, buildAttributeSet, diff, get, hasMember, has_key, items, keys

Inherited from BaseLDAPEntry (private): _bind

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  __implemented__ = <implementedBy ldaptor.entry.EditableLDAPEntry>

Inherited from BaseLDAPEntry: dn

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__provides__(...)

 

Special descriptor for class __provides__

The descriptor caches the implementedBy info, so that we can get declarations for objects without instance-specific interfaces a bit quicker.

Overrides: BaseLDAPEntry.__provides__