Package schrodinger :: Package utils :: Module urllib :: Class ProxyPasswordManager
[hide private]
[frames] | no frames]

Class ProxyPasswordManager

urllib2.HTTPPasswordMgr --+
                          |
                         ProxyPasswordManager

Instance Methods [hide private]
 
__init__(self)
 
find_user_password(self, realm, authuri)
 
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

Method Details [hide private]

__init__(self)
(Constructor)

 
Overrides: urllib2.HTTPPasswordMgr.__init__

find_user_password(self, realm, authuri)

 
Overrides: urllib2.HTTPPasswordMgr.find_user_password