Home
last modified time | relevance | path

Searched refs:add_auth (Results 1 – 9 of 9) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
Doauth2_plugin.py42 def add_auth(self, http_request): member in OAuth2Auth
67 def add_auth(self, http_request): member in OAuth2ServiceAccountAuth
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dauth.py123 def add_auth(self, http_request, **kwargs): member in AnonAuthHandler
141 def add_auth(self, http_request, **kwargs): member in HmacAuthV1Handler
177 def add_auth(self, http_request, **kwargs): member in HmacAuthV2Handler
201 def add_auth(self, http_request, **kwargs): member in HmacAuthV3Handler
266 def add_auth(self, req, **kwargs): member in HmacAuthV3HTTPHandler
493 def add_auth(self, req, **kwargs): member in HmacAuthV4Handler
712 def add_auth(self, req, **kwargs): member in S3HmacAuthV4Handler
719 return super(S3HmacAuthV4Handler, self).add_auth(updated_req,
802 def add_auth(self, http_request, **kwargs): member in STSAnonHandler
821 def add_auth(self, http_request, **kwargs): member in QuerySignatureHelper
[all …]
Dauth_handler.py54 def add_auth(self, http_request): member in AuthHandler
Dconnection.py377 connection._auth_handler.add_auth(self, **kwargs)
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dno_op_auth_plugin.py34 def add_auth(self, http_request): member in NoOpAuth
Ddevshell_auth_plugin.py38 def add_auth(self, http_request): member in DevshellAuth
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/auth/
Dtest_stsanon.py74 auth.add_auth(req)
Dtest_sigv4.py51 auth.add_auth(req)
381 self.auth.add_auth(self.request)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/
Dtest_connection.py518 mock_connection._auth_handler.add_auth = mock_add_auth