class documentation

Undocumented

Class Method fromLDAP Undocumented
Method __eq__ Undocumented
Method __hash__ Undocumented
Method __init__ Undocumented
Method __ne__ Undocumented
Method __repr__ Undocumented
Method asLDAP Undocumented
Method asLDIF Undocumented
Method patch Find the correct entry in IConnectedLDAPEntry and patch it.
Instance Variable dn Undocumented
Instance Variable modifications Undocumented
Class Method _getClassFromOp Undocumented
@classmethod
def fromLDAP(class_, request): (source)

Undocumented

def __eq__(self, other): (source)

Undocumented

def __hash__(self): (source)

Undocumented

def __init__(self, dn, modifications=[]): (source)

Undocumented

def __ne__(self, other): (source)

Undocumented

def __repr__(self): (source)

Undocumented

def asLDAP(self): (source)

Undocumented

def asLDIF(self): (source)

Undocumented

def patch(self, root): (source)

Find the correct entry in IConnectedLDAPEntry and patch it. @param root: IConnectedLDAPEntry that is at the root of the subtree the patch applies to. @returns: Deferred with None or failure.

Undocumented

modifications = (source)

Undocumented

@classmethod
def _getClassFromOp(class_, op): (source)

Undocumented