Home | Trees | Index | Help |
|
---|
|
ClientAuthenticator
--+
|
DigestMD5ClientAuthenticator
Method Summary | |
---|---|
Initialize a DigestMD5ClientAuthenticator object. | |
sasl.Response or sasl.Failure |
Process a challenge and return the response. |
sasl.Success or sasl.Failure |
Process success indicator from the server. |
sasl.Response or sasl.Failure |
Start the authentication process initializing client state. |
Instance Variable Summary | |
---|---|
password : current authentication password | |
pformat : current authentication password format | |
realm : current authentication realm |
Method Details |
---|
__init__(self,
password_manager)
Initialize a |
challenge(self, challenge)Process a challenge and return the response.
|
finish(self, data)Process success indicator from the server. Process any addicional data passed with the success. Fail if the server was not authenticated.
|
start(self, username, authzid)Start the authentication process initializing client state.
|
Instance Variable Details |
---|
passwordcurrent authentication password |
pformatcurrent authentication password format |
realmcurrent authentication realm |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Dec 26 17:57:33 2005 | http://epydoc.sf.net |