keystone/keystone/tests/unit
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
..
catalog Fixes catalog URL formatting to never return None 2014-06-16 16:40:29 +00:00
common LDAP fix for get_roles_for_user_and_project user=group ID 2014-05-22 08:58:37 -05:00
identity Merge "support conventional domain name with one or more dot" 2014-04-01 21:44:48 +00:00
token Update AuthContextMiddleware to not use token_api 2014-08-25 21:11:11 -07:00
__init__.py Always hash passwords on their way into the DB 2014-02-20 13:06:37 +00:00