Classes | |
class | HTTPSClientAuthHandler |
Functions | |
def | _getResponse (opener, url, post_data=None, debug=False) |
def | checkRequiredArguments (opts, parser) |
def | getContent (target_url, cert_path, key_path, post_data=None, debug=False, adfslogin=None) |
def | getFile (path) |
def | getParentURL (url) |
def | getResponseContent (opener, url, post_data=None, debug=False) |
def | getResponseURL (opener, url, post_data=None, debug=False) |
def | getSSOCookie (opener, target_url, cookie, debug=False) |
Variables | |
action | |
args | |
content | |
default | |
dest | |
help | |
opts | |
parser | |
usage | |
Definition at line 27 of file ws_sso_content_reader.py.
Referenced by getContent(), getResponseContent(), and getResponseURL().
def ws_sso_content_reader.checkRequiredArguments | ( | opts, | |
parser | |||
) |
Definition at line 101 of file ws_sso_content_reader.py.
References str.
def ws_sso_content_reader.getContent | ( | target_url, | |
cert_path, | |||
key_path, | |||
post_data = None , |
|||
debug = False , |
|||
adfslogin = None |
|||
) |
Definition at line 65 of file ws_sso_content_reader.py.
References _getResponse(), getParentURL(), getResponseContent(), getSSOCookie(), print(), fileinputsource_cfi.read, and str.
def ws_sso_content_reader.getFile | ( | path | ) |
Definition at line 7 of file ws_sso_content_reader.py.
Referenced by PlotAlignmentValidation.plotOutlierModules().
def ws_sso_content_reader.getParentURL | ( | url | ) |
Definition at line 42 of file ws_sso_content_reader.py.
Referenced by getContent(), and getSSOCookie().
Definition at line 36 of file ws_sso_content_reader.py.
References _getResponse(), and fileinputsource_cfi.read.
Referenced by getContent(), and getSSOCookie().
Definition at line 39 of file ws_sso_content_reader.py.
References _getResponse().
Referenced by getSSOCookie().
def ws_sso_content_reader.getSSOCookie | ( | opener, | |
target_url, | |||
cookie, | |||
debug = False |
|||
) |
Definition at line 46 of file ws_sso_content_reader.py.
References getParentURL(), getResponseContent(), and getResponseURL().
Referenced by getContent().
ws_sso_content_reader.action |
Definition at line 111 of file ws_sso_content_reader.py.
ws_sso_content_reader.args |
Definition at line 116 of file ws_sso_content_reader.py.
ws_sso_content_reader.content |
Definition at line 118 of file ws_sso_content_reader.py.
ws_sso_content_reader.default |
Definition at line 111 of file ws_sso_content_reader.py.
ws_sso_content_reader.dest |
Definition at line 111 of file ws_sso_content_reader.py.
ws_sso_content_reader.help |
Definition at line 111 of file ws_sso_content_reader.py.
ws_sso_content_reader.opts |
Definition at line 116 of file ws_sso_content_reader.py.
ws_sso_content_reader.parser |
Definition at line 110 of file ws_sso_content_reader.py.
ws_sso_content_reader.usage |
Definition at line 110 of file ws_sso_content_reader.py.