keystone/keystone
Ronald De Rose a9d2daace2 Move the oauth1 abstract base class out of core
This patch moves the oauth1 abstract base class out of core and into
backends/base.py

This removes dependencies where backend code references code in the
core. The reasoning being that the core should know about the backend
interface, but the backends should not know anything about the core
(separation of concerns). And part of the risk here is a potential for
circular dependencies.

Partial-Bug: #1563101

Change-Id: I730798c71a6e8be8f32edd5bddb9e86cabd6ff65
2016-05-16 18:44:12 +00:00
..
assignment Move the assignment abstract base class out of core 2016-05-11 17:14:04 +00:00
auth Add is_domain in token response 2016-05-11 21:32:39 +00:00
catalog Move the catalog abstract base class and common code out of core 2016-05-06 21:58:38 +00:00
cmd Merge "Fix D400 PEP257" 2016-04-21 19:37:08 +00:00
common Merge "Add is_domain in token response" 2016-05-14 03:03:58 +00:00
contrib Move the catalog abstract base class and common code out of core 2016-05-06 21:58:38 +00:00
credential Fix D401 PEP8 violation. 2016-04-14 20:08:52 +00:00
endpoint_policy Restructure endpoint policy abstract driver 2016-04-27 16:23:47 -03:00
federation Move the federation abstract base class out of core 2016-05-09 15:03:07 +00:00
identity Merge "Fixes incorrect deprecation warning for IdentityDriverV8" 2016-05-09 23:38:19 +00:00
locale Imported Translations from Zanata 2016-04-21 07:06:59 +00:00
middleware Fix D401 PEP8 violation. 2016-04-14 20:08:52 +00:00
models Add is_domain in token response 2016-05-11 21:32:39 +00:00
oauth1 Move the oauth1 abstract base class out of core 2016-05-16 18:44:12 +00:00
policy Merge "Restructure policy abstract driver" 2016-04-29 22:08:00 +00:00
resource Switch to use `new_domain_ref` for testcases 2016-05-11 11:31:27 -07:00
revoke Fix D400 PEP257 2016-04-21 15:25:34 +00:00
server replace logging with oslo.log 2016-05-10 08:42:49 +08:00
tests Move the oauth1 abstract base class out of core 2016-05-16 18:44:12 +00:00
token Add is_domain in token response 2016-05-11 21:32:39 +00:00
trust Fix D401 PEP8 violation. 2016-04-14 20:08:52 +00:00
v2_crud Move user and admin crud to core 2016-02-06 15:44:12 +00:00
version Remove comments mentioning eventlet 2016-04-19 08:59:38 -03:00
__init__.py Revert "Disable eventlet monkey-patching of DNS" 2013-05-10 10:24:48 -04:00
exception.py Fix D401 PEP8 violation. 2016-04-14 20:08:52 +00:00
i18n.py Change oslo.i18n to oslo_i18n 2015-02-09 18:10:07 -06:00
notifications.py replace logging with oslo.log 2016-05-10 08:42:49 +08:00
service.py Create a version package 2015-10-12 23:59:16 +00:00