keystone/keystone/auth
Lance Bragstad aff66d6c2a Use keystone.common.provider_api for auth APIs
This change converts the usage of self.<provider_api> to
keystone.common.providers_api.ProviderAPIs.<provider_api> in manager
and controller logic. This is the correct way to reference
providers from other managers and controllers now that dependency
injection has been eliminated.

Change-Id: I44b21fe636926925c50b2116c85f20a6e7a11d00
2018-02-02 22:07:29 +00:00
..
plugins Use keystone.common.provider_api for auth APIs 2018-02-02 22:07:29 +00:00
__init__.py Process and validate auth methods against MFA rules 2017-01-31 08:48:35 -08:00
controllers.py Use keystone.common.provider_api for auth APIs 2018-02-02 22:07:29 +00:00
core.py Use keystone.common.provider_api for auth APIs 2018-02-02 22:07:29 +00:00
routers.py Implement GET /v3/auth/system 2018-01-24 01:09:16 +00:00
schema.py Implement system-scoped tokens 2018-01-23 23:33:43 +00:00