class documentation

class DistinguishedName(TextStrAlias): (source)

View In Hierarchy

LDAP Distinguished Name.

Method __eq__ Undocumented
Method __hash__ Undocumented
Method __init__ Undocumented
Method __lt__ Comparison used for determining the hierarchy.
Method __ne__ Undocumented
Method __repr__ Undocumented
Method contains Does the tree rooted at DN contain or equal the other DN.
Method getDomainName Undocumented
Method getText Undocumented
Method split Undocumented
Method up Undocumented
Instance Variable listOfRDNs Undocumented

Inherited from TextStrAlias:

Method __str__ Undocumented
def __eq__(self, other): (source)

Undocumented

def __hash__(self): (source)

Undocumented

def __init__(self, magic=None, stringValue=None, listOfRDNs=None): (source)

Undocumented

def __lt__(self, other): (source)

Comparison used for determining the hierarchy.

def __ne__(self, other): (source)

Undocumented

def __repr__(self): (source)

Undocumented

def contains(self, other): (source)

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

def getDomainName(self): (source)

Undocumented

def getText(self): (source)

Undocumented

def split(self): (source)

Undocumented

def up(self): (source)

Undocumented

listOfRDNs = (source)

Undocumented