keystone/keystone/oauth1
Lance Bragstad dd91f41c0a Simplify federation and oauth token callbacks
The token provider listened for specific callbacks from the
federation and oauth APIs. These were mainly for token invalidation
and token persistence removal. Now that the sql token driver and uuid
token provider have been removed, we can remove the need for
persistence notifications.

Instead, both of these cases can use a generic token cache
invalidation callback. This makes the token provider Manager simpler
because it only has to listen for a single internal notification to
invalidate the token cache, instead of multiple. It also makes the
code sending the notification easier to understand because it's
clearer about what it's doing.

Change-Id: I3281a013ce2764872dda8c183c4e9851974e1d14
2018-02-16 21:41:30 +00:00
..
backends Fix keystone.tests.unit.test_v3_oauth1.MaliciousOAuth1Tests 2017-05-03 21:40:57 +08:00
__init__.py Remove exposure of routers at package level 2015-12-03 15:06:56 -03:00
controllers.py Simplify federation and oauth token callbacks 2018-02-16 21:41:30 +00:00
core.py Remove all v2.0 APIs except the ec2tokens API 2018-02-06 23:12:55 +01:00
routers.py Ensure oauth API supports HEAD 2017-06-21 15:00:38 +00:00
schema.py Add schema check for authorize request token 2018-01-10 14:32:16 +08:00
validator.py Use keystone.common.provider_api for oauth APIs 2017-12-27 17:08:23 +00:00