| Home | Trees | Index | Help |
|
|---|
| Package ldaptor :: Package protocols :: Package ldap :: Module ldapclient :: Class LDAPClient |
|
BaseProtocol--+ |Protocol--+ | LDAPClient
| Method Summary | |
|---|---|
__init__(self)
| |
| |
Called when TCP connection has been lost | |
TCP connection has opened | |
dataReceived(self,
recd)
| |
handle(self,
msg)
| |
| Deferred LDAPProtocolResponse |
Send an LDAP operation to the server. |
| Deferred LDAPProtocolResponse |
Send an LDAP operation to the server, expecting one or more responses. |
Send an LDAP operation to the server, with no response expected. | |
Start Transport Layer Security. | |
unbind(self)
| |
unsolicitedNotification(self,
msg)
| |
| Class Variable Summary | |
|---|---|
LDAPBERDecoderContext_TopLevel |
berdecoder = <LDAPBERDecoderContext_TopLevel identities=...
|
bool |
debug = False
|
| Inherited from Protocol | |
Implements |
__implemented__ = <implementedBy twisted.internet.protoc...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
| Method Details |
|---|
bind(self, dn='', auth='')
|
connectionLost(self, reason=<twisted.python.failure.Failure twisted.internet.error.Co...)Called when TCP connection has been lost |
connectionMade(self)TCP connection has opened |
send(self, op)Send an LDAP operation to the server.
|
send_multiResponse(self, op, handler, *args, **kwargs)Send an LDAP operation to the server, expecting one or more responses.
|
send_noResponse(self, op)Send an LDAP operation to the server, with no response expected.
|
startTLS(self, ctx=None)Start Transport Layer Security. It is the callers responsibility to make sure other things are not happening at the same time.
|
| Class Variable Details |
|---|
berdecoder
|
debug
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Sun Oct 1 10:49:45 2006 | http://epydoc.sf.net |