Home
last modified time | relevance | path

Searched refs:AuthHandler (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dauth.py43 from boto.auth_handler import AuthHandler
113 class AnonAuthHandler(AuthHandler, HmacKeys):
127 class HmacAuthV1Handler(AuthHandler, HmacKeys):
133 AuthHandler.__init__(self, host, config, provider)
162 class HmacAuthV2Handler(AuthHandler, HmacKeys):
169 AuthHandler.__init__(self, host, config, provider)
192 class HmacAuthV3Handler(AuthHandler, HmacKeys):
198 AuthHandler.__init__(self, host, config, provider)
216 class HmacAuthV3HTTPHandler(AuthHandler, HmacKeys):
224 AuthHandler.__init__(self, host, config, provider)
[all …]
Dauth_handler.py33 class AuthHandler(Plugin): class
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
Doauth2_plugin.py19 from boto.auth_handler import AuthHandler
28 class OAuth2Auth(AuthHandler):
47 class OAuth2ServiceAccountAuth(AuthHandler):
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dno_op_auth_plugin.py23 from boto.auth_handler import AuthHandler
26 class NoOpAuth(AuthHandler):
Ddevshell_auth_plugin.py23 from boto.auth_handler import AuthHandler
27 class DevshellAuth(AuthHandler):