| Home | Trees | Index | Help |
|
|---|
| Package ldaptor :: Package protocols :: Package ldap :: Module ldapserver :: Class LDAPServer |
|
BaseProtocol--+ |Protocol--+ | LDAPServer
| Method Summary | |
|---|---|
__init__(self)
| |
_cbHandle(self,
response,
id)
| |
Called when TCP connection has been lost | |
TCP connection has opened | |
dataReceived(self,
recd)
| |
handle(self,
msg)
| |
handle_LDAPBindRequest(self,
request)
| |
handle_LDAPUnbindRequest(self,
request)
| |
handleUnknown(self,
request)
| |
queue(self,
id,
op)
| |
unsolicitedNotification(self,
msg)
| |
| Inherited from Protocol | |
(Deprecated) | |
| Inherited from BaseProtocol | |
Make a connection to a transport and a server. | |
| Class Variable Summary | |
|---|---|
LDAPBERDecoderContext_LDAPMessage |
berdecoder = <LDAPBERDecoderContext_LDAPMessage identiti...
|
NoneType |
boundUser = None |
| Inherited from Protocol | |
tuple |
__implements__ = (<class 'twisted.internet.interfaces.IP...
|
| Inherited from BaseProtocol | |
int |
connected = 0 |
NoneType |
transport = None |
| Method Details |
|---|
connectionLost(self, reason)Called when TCP connection has been lost |
connectionMade(self)TCP connection has opened |
| Class Variable Details |
|---|
berdecoder
|
boundUser
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Fri Mar 12 17:21:11 2004 | http://epydoc.sf.net |