Make it possible to use PluginLoader without store
authorPatrick Uiterwijk <puiterwijk@redhat.com>
Sat, 5 Sep 2015 00:27:47 +0000 (02:27 +0200)
committerPatrick Uiterwijk <puiterwijk@redhat.com>
Sat, 5 Sep 2015 20:49:22 +0000 (22:49 +0200)
commiteffa209e386930ad705f255e61c24a5dfb057987
tree695108f84975a4272ffdef2f5b116a7bd37adf2f
parent4d25f65e78ed2343cde4948172d876e084764731
Make it possible to use PluginLoader without store

In the case of OpenID extensions, a backend store is not needed
for the PluginLoader, since the IDP Plugin has its own configuration
for enabled extensions.

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Reviewed-by: Rob Crittenden <rcritten@redhat.com>
ipsilon/providers/openid/extensions/common.py
ipsilon/providers/openid/store.py
ipsilon/util/plugin.py