Package ldaptor :: Package protocols :: Package ldap :: Module ldapclient :: Class LDAPAddEntry
[show private | hide private]
[frames | no frames]

Class LDAPAddEntry

LDAPOperation --+
                |
               LDAPAddEntry

Known Subclasses:
DoAdd

Method Summary
  __init__(self, client, object, attributes)
Request addition of LDAP entry.
  handle_fail(self, fail)
  handle_msg(self, msg)
  handle_success(self)

Method Details

__init__(self, client, object, attributes)
(Constructor)

Request addition of LDAP entry.

object is a string representation of the object DN.

attributes is a list of LDAPAttributeDescription, BERSet(LDAPAttributeValue, ..) pairs.
Overrides:
ldaptor.protocols.ldap.ldapclient.LDAPOperation.__init__

Generated by Epydoc 2.0 on Fri Mar 12 17:21:13 2004 http://epydoc.sf.net