Method Summary |
|
__init__ (self,
password_manager)
Initialize a DigestMD5ServerAuthenticator object. |
sasl.Challenge , sasl.Success or sasl.Failure |
response (self,
response)
Process a client reponse. |
sasl.Challenge , sasl.Success or sasl.Failure |
start (self,
response)
Start the authentication process. |
sasl.Challenge , sasl.Success or sasl.Failure |
_check_params (self,
username,
realm,
cnonce,
digest_uri,
response_val,
authzid,
nonce_count)
Check parameters of a client reponse and pass them to further
processing. |
sasl.Challenge , sasl.Success or sasl.Failure |
_make_final_challenge (self,
username,
realm,
cnonce,
digest_uri,
response_val,
authzid,
nonce_count)
Send the second challenge in reply to the client response. |
sasl.Challenge , sasl.Success or sasl.Failure |
_parse_response (self,
response)
Parse a client reponse and pass to further processing. |