|
|
|
|
|
doRetryNotification(self)
Notify the user that the provided username and password failed. |
|
|
|
tryCountIncrement(self,
realm,
authuri)
Count the number of times a particular realm and authorization URI
has been tried. |
|
|
|
tryCountReset(self,
realm,
authuri)
Reset the number of times a given realm and authorization URI pair
has been tried after it has been successfully retrieved. |
|
|
|
askUsernamePassword(self,
realm,
uri)
Ask for the user's username and password store the results in this
instance. |
|
|
Inherited from urllib2.HTTPPasswordMgr :
add_password ,
is_suburi ,
reduce_uri
|