Home
last modified time | relevance | path

Searched refs:_authenticate_2_0_with_body (Results 1 – 2 of 2) sorted by relevance

/dports/net/py-libcloud/apache-libcloud-3.4.1/libcloud/common/
H A Dopenstack_identity.py1020 return self._authenticate_2_0_with_body(reqbody)
1032 return self._authenticate_2_0_with_body(reqbody)
1034 def _authenticate_2_0_with_body(self, reqbody): member in OpenStackIdentity_2_0_Connection
1856 return self._authenticate_2_0_with_body(reqbody)
1906 def _authenticate_2_0_with_body(self, reqbody): member in OpenStackIdentity_2_0_Connection_VOMS
/dports/net/py-libcloud/apache-libcloud-3.4.1/test/common/
H A Dtest_openstack_identity.py180 mocked_auth_method = Mock(wraps=osa._authenticate_2_0_with_body)
181 osa._authenticate_2_0_with_body = mocked_auth_method