keystone/keystone/oauth1/backends
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
..
__init__.py Move oauth1 extension into core 2015-11-18 15:13:40 +00:00
base.py Move the oauth1 abstract base class out of core 2016-05-16 18:44:12 +00:00
sql.py Move the oauth1 abstract base class out of core 2016-05-16 18:44:12 +00:00