Home | Trees | Index | Help |
|
---|
|
DigestMD5ClientAuthenticator
,
PlainClientAuthenticator
Base class for client authenticators.
A client authenticator class is a client-side implementation of a SASL
mechanism. One ClientAuthenticator
object may be used for one
client authentication process.
Method Summary | |
---|---|
Initialize a ClientAuthenticator object. | |
Response or Failure |
Process the server's challenge. |
Success or Failure |
Handle authentication succes information from the server. |
Response or Failure |
Start the authentication process. |
Method Details |
---|
__init__(self,
password_manager)
Initialize a |
challenge(self, challenge)Process the server's challenge. |
finish(self, data)Handle authentication succes information from the server. |
start(self, username, authzid)Start the authentication process. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Dec 26 17:57:40 2005 | http://epydoc.sf.net |