Set up plugin manager for authentication handlers; updated unit test for MultiAuth accordingly.
Showing
- module/VuFind/config/module.config.php 16 additions, 0 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Auth/Manager.php 23 additions, 11 deletionsmodule/VuFind/src/VuFind/Auth/Manager.php
- module/VuFind/src/VuFind/Auth/MultiAuth.php 31 additions, 3 deletionsmodule/VuFind/src/VuFind/Auth/MultiAuth.php
- module/VuFind/src/VuFind/Auth/PluginFactory.php 48 additions, 0 deletionsmodule/VuFind/src/VuFind/Auth/PluginFactory.php
- module/VuFind/src/VuFind/Auth/PluginManager.php 51 additions, 0 deletionsmodule/VuFind/src/VuFind/Auth/PluginManager.php
- module/VuFind/src/VuFind/Bootstrap.php 5 additions, 0 deletionsmodule/VuFind/src/VuFind/Bootstrap.php
- module/VuFind/tests/Auth/MultiAuthTest.php 26 additions, 0 deletionsmodule/VuFind/tests/Auth/MultiAuthTest.php
Please register or sign in to comment