Home | Trees | Index | Help |
|
---|
|
ClientAuthenticator
--+
|
PlainClientAuthenticator
Method Summary | |
---|---|
Initialize a PlainClientAuthenticator object. | |
sasl.Response or sasl.Failure |
Process the challenge and return the response. |
Success |
Handle authentication succes information from the server. |
sasl.Response or sasl.Failure |
Start the authentication process and return the initial response. |
Method Details |
---|
__init__(self,
password_manager)
Initialize a |
challenge(self, challenge)Process the challenge and return the response.
|
finish(self, data)Handle authentication succes information from the server.
|
start(self, username, authzid)Start the authentication process and return the initial response.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Dec 26 17:57:48 2005 | http://epydoc.sf.net |