Table of Contents

Class: LDAPSearch Twisted-0.17.4/twisted/protocols/ldap/ldapclient.py
Base Classes   
LDAPOperation
Methods   
__init__
handle_entry
handle_fail
handle_msg
handle_success
  __init__ 
__init__ (
        self,
        client,
        baseObject='',
        scope=pureldap.LDAP_SCOPE_wholeSubtree,
        derefAliases=pureldap.LDAP_DEREF_neverDerefAliases,
        sizeLimit=0,
        timeLimit=0,
        typesOnly=0,
        filter=pureldap.LDAPFilterMatchAll,
        attributes=[],
        )

  handle_entry 
handle_entry (
        self,
        objectName,
        attributes,
        )

  handle_fail 
handle_fail (
        self,
        resultCode,
        errorMessage,
        )

  handle_msg 
handle_msg ( self,  msg )

  handle_success 
handle_success ( self )


Table of Contents

This document was automatically generated on Sat Apr 20 01:31:11 2002 by HappyDoc version 2.0