keystone/keystone/oauth1
Brant Knudson a0ee855c85 Fix inconsistencies between Oauth1DriverV8 interface and driver
Several of the methods that the Oauth1DriverV8 driver didn't match
the interface. The driver signature must match the interface.

The driver now matches the interface. In most cases the driver is
changed to match the interface whereas in other cases the interface
is changed to match the driver. The determinant is how the caller is
calling the method.

Change-Id: I826acf75d0336b57831a7d046e8bffac239ea4c1
2016-02-19 11:56:01 -06:00
..
backends Fix inconsistencies between Oauth1DriverV8 interface and driver 2016-02-19 11:56:01 -06:00
__init__.py Remove exposure of routers at package level 2015-12-03 15:06:56 -03:00
controllers.py Fix inconsistencies between Oauth1DriverV8 interface and driver 2016-02-19 11:56:01 -06:00
core.py Fix inconsistencies between Oauth1DriverV8 interface and driver 2016-02-19 11:56:01 -06:00
routers.py Move oauth1 extension into core 2015-11-18 15:13:40 +00:00
schema.py Add schema for OAuth1 consumer API 2016-02-02 14:12:53 +08:00
validator.py Trival: Remove unused logging import 2015-12-26 15:14:25 +08:00