Package ldaptor :: Package protocols :: Package ldap :: Module distinguishedname :: Class DistinguishedName
[show private | hide private]
[frames | no frames]

Class DistinguishedName


LDAP Distinguished Name.
Method Summary
  __init__(self, magic, stringValue, listOfRDNs)
  __cmp__(self, other)
  __eq__(self, other)
  __hash__(self)
  __ne__(self, other)
  __repr__(self)
  __str__(self)
  contains(self, other)
Does the tree rooted at DN contain or equal the other DN.
  getDomainName(self)
  split(self)
  up(self)

Class Variable Summary
Implements __implemented__ = <implementedBy ldaptor.protocols.ldap....
ClassProvides __providedBy__ = <zope.interface.declarations.ClassProvi...
ClassProvides __provides__ = <zope.interface.declarations.ClassProvide...
NoneType listOfRDNs = None                                                                  

Method Details

contains(self, other)

Does the tree rooted at DN contain or equal the other DN.

Class Variable Details

__implemented__

Type:
Implements
Value:
<implementedBy ldaptor.protocols.ldap.distinguishedname.DistinguishedN\
ame>                                                                   

__providedBy__

Type:
ClassProvides
Value:
<zope.interface.declarations.ClassProvides object at 0x40b3dcac>       

__provides__

Type:
ClassProvides
Value:
<zope.interface.declarations.ClassProvides object at 0x40b3dcac>       

listOfRDNs

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.1 on Sun Oct 1 10:49:46 2006 http://epydoc.sf.net