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)
| |
_cbSend(self,
msg,
d)
| |
_cbStartTLS(self,
msg,
ctx)
| |
_handle_bind_msg(self,
msg)
| |
_send(self,
op)
| |
_startTLS(self,
ctx)
| |
Inherited from BaseProtocol | |
Make a connection to a transport and a server. |
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...
|
Inherited from BaseProtocol | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
int |
connected = 0 |
NoneType |
transport = None |
Method Details |
---|
bind(self, dn='', auth='')
|
connectionLost(self, reason=<twisted.python.failure.Failure <class 'twisted.internet....)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 Jan 24 20:46:22 2007 | http://epydoc.sf.net |