|
|
sasl.Challenge, sasl.Success or sasl.Failure
|
start(self,
response)
Start the authentication process. |
|
|
sasl.Challenge, sasl.Success or sasl.Failure
|
response(self,
response)
Process a client reponse. |
|
|
sasl.Challenge, sasl.Success or sasl.Failure
|
_parse_response(self,
response)
Parse a client reponse and pass to further processing. |
|
|
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. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|