keystone/keystone/auth/plugins
Morgan Fainberg ac31133fba Consolidate assert_XXX_enabled type calls to managers
There are multiple implementations of the various assert_XXX_enabled
methods. These have been consolidated to rely on the appropriate
manager objects (e.g. domain uses assignment_api, user now uses
identity_api).

``keystone.token.core.validate_auth_info`` has been deprecated
with no plans to be superseded as the new ``assert_XXXX_enabled``
methods now cover the functionality.

This is another step in the process to deprecate the functionality
from the token_api (and move relevant logic either the
token provider or other relevant locations).

Change-Id: I450daaca946e9695ff30e058adecef6ef0b9058a
bp: non-persistent-tokens
2014-07-18 10:44:52 -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
oauth1.py Use oslo.i18n 2014-07-13 10:29:41 -05:00
password.py Consolidate assert_XXX_enabled type calls to managers 2014-07-18 10:44:52 -07:00
saml2.py Refactor: move federation functions to federation utils 2014-04-07 14:25:19 -05:00
token.py Fixed small capitalization issue 2014-03-29 05:43:37 +00:00