Home | Trees | Index | Help |
|
---|
|
DigestMD5ServerAuthenticator
,
PlainServerAuthenticator
Base class for server authenticators.
A server authenticator class is a server-side implementation of a SASL
mechanism. One ServerAuthenticator
object may be used for one
client authentication process.
Method Summary | |
---|---|
Initialize a ServerAuthenticator object. | |
Challenge or Success or Failure |
Process a response from a client. |
Challenge or Failure or Success |
Start the authentication process. |
Method Details |
---|
__init__(self,
password_manager)
Initialize a |
response(self, response)Process a response from a client. |
start(self, initial_response)Start the authentication process. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Dec 26 17:57:44 2005 | http://epydoc.sf.net |