Package suds :: Package transport :: Module https :: Class WindowsHttpAuthenticated
[hide private]
[frames] | no frames]

Class WindowsHttpAuthenticated

source code

     Transport --+        
                 |        
http.HttpTransport --+    
                     |    
     HttpAuthenticated --+
                         |
                        WindowsHttpAuthenticated

Provides Windows (NTLM) http authentication.


Author: Christopher Bess

Instance Methods [hide private]
[Handler,...]
u2handlers(self)
Get a collection of urllib handlers.
source code

Inherited from HttpAuthenticated: __init__, addcredentials, credentials, open, send

Inherited from http.HttpTransport: __deepcopy__, addcookies, getcookies, u2open, u2opener, u2ver

Instance Variables [hide private]
  handler
The authentication handler.
  pm
The password manager.
Method Details [hide private]

u2handlers(self)

source code 

Get a collection of urllib handlers.

Returns: [Handler,...]
A list of handlers to be installed in the opener.
Overrides: http.HttpTransport.u2handlers
(inherited documentation)