Package twisted :: Package test :: Module test_conch :: Class SSHTestServerAuth
[show private | hide private]
[frames | no frames]

Class SSHTestServerAuth

   SSHService --+    
                |    
SSHUserAuthServer --+
                    |
                   SSHTestServerAuth


Method Summary
  areDone(self)
  auth_keyboard_interactive(self, ident, packet)
(inherited from SSHUserAuthServer)
  auth_password(self, ident, packet)
(inherited from SSHUserAuthServer)
  auth_publickey(self, ident, packet)
(inherited from SSHUserAuthServer)
  packetReceived(self, messageType, packet)
called when we receieve a packet on the transport (inherited from SSHService)
  serviceStarted(self)
called when the service is active on the transport. (inherited from SSHUserAuthServer)
  serviceStopped(self)
called when the service is stopped, either by the connection ending or by another service being started (inherited from SSHUserAuthServer)
  ssh_USERAUTH_INFO_RESPONSE(self, packet)
(inherited from SSHUserAuthServer)
  ssh_USERAUTH_REQUEST(self, packet)
(inherited from SSHUserAuthServer)
  timeoutAuthentication(self)
(inherited from SSHUserAuthServer)
  tryAuth(self, kind, user, data)
(inherited from SSHUserAuthServer)
  verifySignatureFor(self, ident, blob, signature)
(inherited from SSHUserAuthServer)
  _cbGoodAuth(self, foo)
(inherited from SSHUserAuthServer)
  _cbToVerifySig(self, foo, ident, blob, signature)
(inherited from SSHUserAuthServer)
  _cbTryAuth(self, identity, kind, data)
(inherited from SSHUserAuthServer)
  _cbValidateKey(self, foo, packet)
(inherited from SSHUserAuthServer)
  _ebBadAuth(self, reason)
(inherited from SSHUserAuthServer)
  _pamConv(self, items)
(inherited from SSHUserAuthServer)

Class Variable Summary
NoneType authCount

Class Variable Details

authCount

Type:
NoneType
Value:
None                                                                   

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:55 2003 http://epydoc.sf.net