deb-keystone/keystone/auth/plugins
Morgan Fainberg d8d1e966d5 Remove SAML2 plugin dependency on token_api
Remove the SAML2 auth plugin's dependency on the token_api by utilizing
the token_provider_api.validate_token instead of token_api.get_token and
leveraging the KeystoneToken model instead of doing direct lookups on the
dictionary returned.

This change is to ensure interactions with the token persistence system
are consistent and supporting the ability to toggle token persistence
in the future.

Change-Id: I1a38156ff5535e1dd52460040891ad50500d4c71
bp: non-persistent-tokens
2014-08-25 21:11:42 -07:00
..
__init__.py Move auth plugins to 'keystone.auth.plugins' (bug 1136967) 2013-03-06 12:53:47 -06:00
external.py Use oslo.i18n 2014-07-13 10:29:41 -05:00
mapped.py Remove SAML2 plugin dependency on token_api 2014-08-25 21:11:42 -07:00
oauth1.py Use functions in oslo.utils 2014-08-09 12:36:09 +00:00
password.py Consolidate assert_XXX_enabled type calls to managers 2014-07-18 10:44:52 -07:00
saml2.py Standardizing the Federation Process 2014-08-19 09:17:42 -07:00
token.py Update AuthContextMiddleware to not use token_api 2014-08-25 21:11:11 -07:00