class documentation

Undocumented

Class Method fromBER Undocumented
Method __init__ Initialize the object
Method __repr__ Undocumented
Method toWire Undocumented
Class Variable tag Undocumented
Instance Variable attributes Undocumented
Instance Variable entry Undocumented

Inherited from LDAPProtocolRequest:

Class Variable needs_answer Undocumented

Inherited from BERStructured (via BERSequence):

Method identification Undocumented

Inherited from BERBase (via BERSequence, BERStructured):

Method __eq__ Undocumented
Method __hash__ Undocumented
Method __len__ Undocumented
Method __ne__ Undocumented

Inherited from WireStrAlias (via BERSequence, BERStructured, BERBase):

Method __str__ Undocumented
@classmethod
def fromBER(klass, tag, content, berdecoder=None): (source)
def __init__(self, entry=None, attributes=None, tag=None): (source)

Initialize the object Example usage:: l=LDAPAddRequest(entry='cn=foo,dc=example,dc=com', attributes=[(LDAPAttributeDescription("attrFoo"), BERSet(value=( LDAPAttributeValue("value1"), LDAPAttributeValue("value2"), ))), (LDAPAttributeDescription("attrBar"), BERSet(value=( LDAPAttributeValue("value1"), LDAPAttributeValue("value2"), ))), ])

def __repr__(self): (source)
def toWire(self): (source)
attributes = (source)

Undocumented

entry = (source)

Undocumented