This class uses an existing Kerberos ticket to authenticate via HTTP
Negotiate Authentication. An instance of this class can be passed into
the build_opener function from the urllib module.
|
|
__init__(self,
service_principal)
service_principal is the Kerberos principal of the host against which
the client authenticates. |
source code
|
|
|
|
|
|
|
|
|
|
| generate_request_header(self,
req,
headers) |
source code
|
|
|
|
| http_error_401(self,
req,
fp,
code,
msg,
headers) |
source code
|
|
|
|
|
|
Inherited from urllib2.BaseHandler:
__lt__,
add_parent,
close
|