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

Class ProxyPasswordManagerQt

urllib2.HTTPPasswordMgr --+    
                          |    
       ProxyPasswordManager --+
                              |
                             ProxyPasswordManagerQt

A password manager sub-class that uses Qt to post a dialog to request the password.

Instance Methods [hide private]
 
__init__(self, parent=None)
 
doRetryNotification(self)
Notify the user that the provided username and password failed.
 
askUsernamePassword(self, realm, uri)
Ask for the user's username and password store the results in this instance.

Inherited from ProxyPasswordManager: find_user_password, tryCountIncrement, tryCountReset

Inherited from urllib2.HTTPPasswordMgr: add_password, is_suburi, reduce_uri

Method Details [hide private]

__init__(self, parent=None)
(Constructor)

 
Overrides: urllib2.HTTPPasswordMgr.__init__

doRetryNotification(self)

 

Notify the user that the provided username and password failed.

Overrides: ProxyPasswordManager.doRetryNotification
(inherited documentation)

askUsernamePassword(self, realm, uri)

 

Ask for the user's username and password store the results in this instance.

Overrides: ProxyPasswordManager.askUsernamePassword