django_openstack_auth/openstack_auth/plugin
Jamie Lennox e6c25ad380 Create plugin model for DOA authentication
With federated and kerberos logins coming we need an extensible way to
specify additional ways to fetch an unscoped token from keystone.

Create a plugin model that when authenticate is called a series of
plugins can be queried for a token depending on the information
provided.

Closes-Bug: #1433389
Change-Id: Ifbd7077173844a8eb3400799fd512b62a5dc7dcc
2015-03-25 05:32:25 +11:00
..
__init__.py Create plugin model for DOA authentication 2015-03-25 05:32:25 +11:00
base.py Create plugin model for DOA authentication 2015-03-25 05:32:25 +11:00
password.py Create plugin model for DOA authentication 2015-03-25 05:32:25 +11:00