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 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(), SiPixelLorentzAngle_cfi.read, and str.
def ws_sso_content_reader.getFile | ( | path | ) |
Definition at line 7 of file ws_sso_content_reader.py.
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 SiPixelLorentzAngle_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().
tuple ws_sso_content_reader.content = getContent(opts.url, opts.cert_path, opts.key_path, opts.postdata, opts.debug) |
Definition at line 118 of file ws_sso_content_reader.py.
Referenced by L1GtVhdlWriterCore.buildDefValuesBuffer(), evf::EvFOutputJSONWriter.EvFOutputJSONWriter(), SiPixelDataQuality.fillGlobalQualityPlot(), HGCalHistoSeedingImpl.fillSmoothHistoClusters(), HGCalHistoSeedingImpl.fillSmoothPhiHistoClusters(), HGCalHistoSeedingImpl.fillSmoothRPhiHistoClusters(), cond::auth::DecodingKey.flush(), cscdqm::Collection.getNodeProperties(), evf::GlobalEvFOutputJSONDef.GlobalEvFOutputJSONDef(), HcalDigisClient.HcalDigisEndjob(), HcalRecHitsDQMClient.HcalRecHitsEndjob(), cond::auth::DecodingKey.init(), evf::RecoEventOutputModuleForFU< Consumer >.initRun(), ecaldqm::MLClient.producePlots(), GzInputStream.readLine(), CompareToMedian.runTest(), LegacyIOHelper.save(), 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 110 of file ws_sso_content_reader.py.