Public Member Functions | |
def | __init__ (self, key=None, cert=None, capath=None, level=0) |
def | get_connection (self, host, timeout=300) |
def | https_open (self, req) |
Public Attributes | |
cert | |
key | |
Static Public Attributes | |
capath | |
Simple HTTPS client authentication class based on provided key/ca information
Definition at line 52 of file das_client.py.
def das_client.HTTPSClientAuthHandler.__init__ | ( | self, | |
key = None , |
|||
cert = None , |
|||
capath = None , |
|||
level = 0 |
|||
) |
Definition at line 57 of file das_client.py.
def das_client.HTTPSClientAuthHandler.get_connection | ( | self, | |
host, | |||
timeout = 300 |
|||
) |
Connection method
Definition at line 73 of file das_client.py.
References das_client.HTTPSClientAuthHandler.capath, das_client.HTTPSClientAuthHandler.cert, condex::ConfI.key, condex::ConfF.key, edm::helpers::KeyVal< K, V >.key, edm::helpers::Key< K >.key, edm::MapOfVectors< K, T >::Iter.key, das_client.HTTPSClientAuthHandler.key, SiPixelFEDChannelContainerMap< myType >::compareKeys.key, and cond::AuthorizationData.key.
Referenced by das_client.HTTPSClientAuthHandler.https_open().
def das_client.HTTPSClientAuthHandler.https_open | ( | self, | |
req | |||
) |
Open request method
Definition at line 66 of file das_client.py.
References das_client.HTTPSClientAuthHandler.get_connection().
|
static |
Definition at line 64 of file das_client.py.
Referenced by das_client.HTTPSClientAuthHandler.get_connection().
das_client.HTTPSClientAuthHandler.cert |
Definition at line 63 of file das_client.py.
Referenced by das_client.HTTPSClientAuthHandler.get_connection(), and ws_sso_content_reader.HTTPSClientAuthHandler.getConnection().
das_client.HTTPSClientAuthHandler.key |
Definition at line 62 of file das_client.py.
Referenced by das_client.HTTPSClientAuthHandler.get_connection(), and ws_sso_content_reader.HTTPSClientAuthHandler.getConnection().