Home | Trees | Index | Help |
---|
Package paramiko :: Class AuthHandler |
|
object
--+
|
AuthHandler
Method Summary | |
---|---|
__init__(self,
transport)
| |
_disconnect_no_more_auth(self)
| |
_disconnect_service_not_available(self)
| |
_get_session_blob(self,
key,
service,
username)
| |
_interactive_query(self,
q)
| |
_parse_service_accept(self,
m)
| |
_parse_service_request(self,
m)
| |
_parse_userauth_banner(self,
m)
| |
_parse_userauth_failure(self,
m)
| |
_parse_userauth_info_request(self,
m)
| |
_parse_userauth_info_response(self,
m)
| |
_parse_userauth_request(self,
m)
| |
_parse_userauth_success(self,
m)
| |
_request_auth(self)
| |
_send_auth_result(self,
username,
method,
result)
| |
abort(self)
| |
response_list = handler(title, instructions, prompt_list) | |
auth_none(self,
username,
event)
| |
auth_password(self,
username,
password,
event)
| |
auth_publickey(self,
username,
key,
event)
| |
get_username(self)
| |
is_authenticated(self)
| |
wait_for_response(self,
event)
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Class Variable Summary | |
---|---|
dict |
_handler_table = {5: <function _parse_service_request at...
|
Method Details |
---|
auth_interactive(self, username, handler, event, submethods='')response_list = handler(title, instructions, prompt_list) |
Class Variable Details |
---|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sun Dec 4 11:16:48 2005 | http://epydoc.sf.net |