Classes | |
class | HTTPSClientAuthHandler |
Functions | |
def | _getResponse |
def | checkRequiredArguments |
def | getContent |
def | getFile |
def | getParentURL |
def | getResponseContent |
def | getResponseURL |
def | getSSOCookie |
Variables | |
tuple | content = getContent(opts.url, opts.cert_path, opts.key_path, opts.postdata, opts.debug) |
tuple | parser = OptionParser(usage="%prog [-d(ebug)] -o(ut) COOKIE_FILENAME -c(cert) CERN-PEM -k(ey) CERT-KEY -u(rl) URL") |
Definition at line 26 of file ws_sso_content_reader.py.
Referenced by getContent(), getResponseContent(), and getResponseURL().
def ws_sso_content_reader.checkRequiredArguments | ( | opts, | |
parser | |||
) |
Definition at line 100 of file ws_sso_content_reader.py.
def ws_sso_content_reader.getContent | ( | target_url, | |
cert_path, | |||
key_path, | |||
post_data = None , |
|||
debug = False , |
|||
adfslogin = None |
|||
) |
Definition at line 64 of file ws_sso_content_reader.py.
References _getResponse(), getParentURL(), getResponseContent(), getSSOCookie(), and SiPixelLorentzAngle_cfi.read.
Referenced by cmstc.TagCollector._open().
def ws_sso_content_reader.getFile | ( | path | ) |
Definition at line 6 of file ws_sso_content_reader.py.
def ws_sso_content_reader.getParentURL | ( | url | ) |
Definition at line 41 of file ws_sso_content_reader.py.
Referenced by getContent(), and getSSOCookie().
Definition at line 35 of file ws_sso_content_reader.py.
References _getResponse(), and SiPixelLorentzAngle_cfi.read.
Referenced by getContent(), and getSSOCookie().
Definition at line 38 of file ws_sso_content_reader.py.
References _getResponse().
Referenced by getSSOCookie().
Definition at line 45 of file ws_sso_content_reader.py.
References getParentURL(), getResponseContent(), and getResponseURL().
Referenced by getContent().
tuple ws_sso_content_reader.content = getContent(opts.url, opts.cert_path, opts.key_path, opts.postdata, opts.debug) |
Definition at line 117 of file ws_sso_content_reader.py.
Referenced by MonitorElement.addProfiles(), L1GtVhdlWriterCore.buildDefValuesBuffer(), PhysicsTools::MVATrainerLooper::TrainerContainer.clear(), SiPixelDataQuality.fillGlobalQualityPlot(), cond::auth::DecodingKey.flush(), cond::auth::DecodingKey.init(), evf::RecoEventOutputModuleForFU< Consumer >.initRun(), PhysicsTools::MVATrainer.MVATrainer(), XMLDocument.readContent(), CompareToMedian.runTest(), HcalDigisClient.scaleMETH2D(), ecaldqm::DQWorkerClient.towerAverage_(), RawEventFileWriterForBU.writeJsds(), and jsoncollector::FileIO.writeStringToFile().
tuple ws_sso_content_reader.parser = OptionParser(usage="%prog [-d(ebug)] -o(ut) COOKIE_FILENAME -c(cert) CERN-PEM -k(ey) CERT-KEY -u(rl) URL") |
Definition at line 109 of file ws_sso_content_reader.py.