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...
|
_implementsTuple |
__implements__ = (<MetaInterface twisted.internet.interf...
|
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 Wed May 3 13:51:15 2006 | http://epydoc.sf.net |