Table of Contents

Class: LDAPClient Twisted-0.17.4/twisted/protocols/ldap/ldapclient.py

An LDAP client

Base Classes   
protocol.Protocol
Methods   
bind
connectionLost
connectionMade
dataReceived
handle
handle_bind_fail
handle_bind_msg
handle_bind_success
queue
unbind
  bind 
bind (
        self,
        dn='',
        auth='',
        )

  connectionLost 
connectionLost ( self )

Called when TCP connection has been lost

  connectionMade 
connectionMade ( self )

TCP connection has opened

  dataReceived 
dataReceived ( self,  recd )

  handle 
handle ( self,  msg )

  handle_bind_fail 
handle_bind_fail (
        self,
        resultCode,
        errorMessage,
        )

  handle_bind_msg 
handle_bind_msg ( self,  resp )

  handle_bind_success 
handle_bind_success (
        self,
        matchedDN,
        serverSaslCreds,
        )

  queue 
queue (
        self,
        op,
        handler=None,
        )

  unbind 
unbind ( self )


Table of Contents

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