Refactored Auth plugins to avoid dependence on generic...
Refactored Auth plugins to avoid dependence on generic ServiceLocatorAwareInterface; injections are now more targeted for clearer dependencies. Also added some missing comments.
Showing
- module/VuFind/src/VuFind/Auth/AbstractBase.php 31 additions, 20 deletionsmodule/VuFind/src/VuFind/Auth/AbstractBase.php
- module/VuFind/src/VuFind/Auth/MultiAuth.php 57 additions, 1 deletionmodule/VuFind/src/VuFind/Auth/MultiAuth.php
- module/VuFind/src/VuFind/Db/Table/DbTableAwareInterface.php 57 additions, 0 deletionsmodule/VuFind/src/VuFind/Db/Table/DbTableAwareInterface.php
- module/VuFind/src/VuFind/ServiceManager/AbstractPluginManager.php 24 additions, 0 deletions...uFind/src/VuFind/ServiceManager/AbstractPluginManager.php
- module/VuFind/tests/unit-tests/src/Auth/LDAPTest.php 1 addition, 1 deletionmodule/VuFind/tests/unit-tests/src/Auth/LDAPTest.php
- module/VuFind/tests/unit-tests/src/Auth/MultiAuthTest.php 1 addition, 2 deletionsmodule/VuFind/tests/unit-tests/src/Auth/MultiAuthTest.php
- module/VuFind/tests/unit-tests/src/Auth/SIP2Test.php 1 addition, 1 deletionmodule/VuFind/tests/unit-tests/src/Auth/SIP2Test.php
Please register or sign in to comment