Home | Trees | Index | Help |
|
---|
Package ldaptor :: Module entry :: Class BaseLDAPEntry |
|
object
--+
|
BaseLDAPEntry
EditableLDAPEntry
Method Summary | |
---|---|
Initialize the object. | |
__contains__(self,
key)
| |
__eq__(self,
other)
| |
__getitem__(self,
key)
| |
__hash__(self)
| |
__len__(self)
| |
__ne__(self,
other)
| |
__nonzero__(self)
| |
__repr__(self)
| |
__str__(self)
| |
bind(self,
password)
| |
buildAttributeSet(self,
key,
values)
| |
Compute differences between this and another LDAP entry. | |
get(self,
key,
default)
| |
has_key(self,
key)
| |
hasMember(self,
dn)
| |
items(self)
| |
keys(self)
| |
_bind(self,
password)
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
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 | |
---|---|
Implements |
__implemented__ = <implementedBy ldaptor.entry.BaseLDAPE...
|
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
NoneType |
dn = None |
Method Details |
---|
__init__(self,
dn,
attributes={})
Initialize the object.
|
diff(self, other)Compute differences between this and another LDAP entry.
|
Class Variable Details |
---|
__implemented__
|
__providedBy__
|
__provides__
|
dn
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Aug 26 13:54:33 2006 | http://epydoc.sf.net |