Searched refs:AuthHandler (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
D | auth.py | 43 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 …]
|
D | auth_handler.py | 33 class AuthHandler(Plugin): class
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/ |
D | oauth2_plugin.py | 19 from boto.auth_handler import AuthHandler 28 class OAuth2Auth(AuthHandler): 47 class OAuth2ServiceAccountAuth(AuthHandler):
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | no_op_auth_plugin.py | 23 from boto.auth_handler import AuthHandler 26 class NoOpAuth(AuthHandler):
|
D | devshell_auth_plugin.py | 23 from boto.auth_handler import AuthHandler 27 class DevshellAuth(AuthHandler):
|