keystone/keystone
Morgan Fainberg 37f59f4b0b Update AuthContextMiddleware to not use token_api
AuthContextMiddleware and the fall-through in the controller base
_build_policy_check_credentials now utilizes the KeystoneToken
model and uses token_provider_api instead of token_api.

In support of this change, the token auth plugin, the auth_context
builder, token bind check, and token controller have all been updated
to utilize the KeystoneToken model. Support for the federation data
has been added to the KeystoneToken model so that it can be used
in the auth context and associated code.

Associated tests that passed a raw token_ref to methods that now
expect the KeystoneToken model have been updated. This includes an
update to the revocation model to guard against users without domain
data (the federated user case).

Change-Id: I81da15137a0ab3778d835c8de1ec8ed9e5b301f6
bp: non-persistent-tokens
2014-08-25 21:11:11 -07:00
..
assignment assignment controller error path fix 2014-08-25 11:16:00 -04:00
auth Update AuthContextMiddleware to not use token_api 2014-08-25 21:11:11 -07:00
catalog Merge "Correct the signature for some catalog abstract method signatures." 2014-08-21 21:31:01 +00:00
common Update AuthContextMiddleware to not use token_api 2014-08-25 21:11:11 -07:00
contrib Update AuthContextMiddleware to not use token_api 2014-08-25 21:11:11 -07:00
credential Merge "Enable filtering of credentials by user ID" 2014-08-19 22:05:27 +00:00
hacking Use oslo.i18n 2014-07-13 10:29:41 -05:00
identity Merge "Allow LDAP lock attributes to be used as enable attributes" 2014-08-21 05:43:29 +00:00
locale Imported Translations from Transifex 2014-08-04 06:06:10 +00:00
middleware Update AuthContextMiddleware to not use token_api 2014-08-25 21:11:11 -07:00
models Update AuthContextMiddleware to not use token_api 2014-08-25 21:11:11 -07:00
openstack Sync with oslo-incubator 2014-08-19 23:49:55 +00:00
policy Add notifications for policy, region, service and endpoint. 2014-08-21 14:53:52 +01:00
tests Update AuthContextMiddleware to not use token_api 2014-08-25 21:11:11 -07:00
token Update AuthContextMiddleware to not use token_api 2014-08-25 21:11:11 -07:00
trust Remove unnecessary declaration of CONF 2014-08-13 11:21:08 -04:00
__init__.py Revert "Disable eventlet monkey-patching of DNS" 2013-05-10 10:24:48 -04:00
backends.py Move token persistence classes to token.persistence module 2014-07-24 16:03:50 -07:00
clean.py Use oslo.i18n 2014-07-13 10:29:41 -05:00
cli.py Bump hacking to 0.9.x series 2014-08-14 20:42:48 -07:00
config.py Merge "Remove vim header" 2014-02-13 03:43:19 +00:00
controllers.py Remove unnecessary declaration of CONF 2014-08-13 11:21:08 -04:00
exception.py Use functions in oslo.utils 2014-08-09 12:36:09 +00:00
i18n.py Use oslo.i18n 2014-07-13 10:29:41 -05:00
notifications.py Add CADF notifications for role assignment create and delete 2014-08-22 15:05:29 -04:00
routers.py Remove vim header 2014-02-08 23:54:04 +08:00
service.py Bump hacking to 0.9.x series 2014-08-14 20:42:48 -07:00