Package buildbot :: Module manhole :: Class TelnetManhole
[frames | no frames]

Class TelnetManhole

 ComparableMixin --+
                   |
 Service --+       |
           |       |
MultiService --+   |
               |   |
    _BaseManhole --+
                   |
                  TelnetManhole


This Manhole accepts unencrypted (telnet) connections, and requires a username and password authorize access. You are encouraged to use the encrypted ssh-based manhole classes instead.
Method Summary
  __init__(self, port, username, password)
    Inherited from MultiService
  __iter__(self)
  addService(self, service)
  getServiceNamed(self, name)
  privilegedStartService(self)
  removeService(self, service)
  stopService(self)
    Inherited from Service
  __getstate__(self)
  disownServiceParent(self)
  setName(self, name)
  setServiceParent(self, parent)
    Inherited from ComparableMixin
  __cmp__(self, them)
  __hash__(self)

Class Variable Summary
list compare_attrs = ['port', 'username', 'password']
    Inherited from MultiService
Implements __implemented__ = <implementedBy twisted.application.ser...
ClassProvides __provides__ = <zope.interface.declarations.ClassProvide...
    Inherited from Service
ClassProvides __providedBy__ = <zope.interface.declarations.ClassProvi...
NoneType name = None                                                                  
NoneType parent = None                                                                  
int running = 0                                                                     

Method Details

__init__(self, port, username, password)
(Constructor)

Parameters:
port - what port should the Manhole listen on? This is a strports specification string, like 'tcp:12345' or 'tcp:12345:interface=127.0.0.1'. Bare integers are treated as a simple tcp port.
           (type=string or int)
username -
password - username= and password= form a pair of strings to use when authenticating the remote user.
Overrides:
buildbot.manhole._BaseManhole.__init__

Class Variable Details

compare_attrs

Type:
list
Value:
['port', 'username', 'password']                                       

Generated by Epydoc 2.1 on Sun Dec 10 22:04:45 2006 http://epydoc.sf.net