Separated ILS authentication logic from Auth\Manager.
Showing
- module/VuFind/config/module.config.php 1 addition, 0 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Auth/Factory.php 33 additions, 4 deletionsmodule/VuFind/src/VuFind/Auth/Factory.php
- module/VuFind/src/VuFind/Auth/ILSAuthenticator.php 146 additions, 0 deletionsmodule/VuFind/src/VuFind/Auth/ILSAuthenticator.php
- module/VuFind/src/VuFind/Auth/Manager.php 7 additions, 108 deletionsmodule/VuFind/src/VuFind/Auth/Manager.php
- module/VuFind/src/VuFind/Controller/AbstractBase.php 13 additions, 2 deletionsmodule/VuFind/src/VuFind/Controller/AbstractBase.php
- module/VuFind/src/VuFind/Controller/AjaxController.php 3 additions, 3 deletionsmodule/VuFind/src/VuFind/Controller/AjaxController.php
- module/VuFind/src/VuFind/ILS/Driver/Factory.php 4 additions, 1 deletionmodule/VuFind/src/VuFind/ILS/Driver/Factory.php
- module/VuFind/src/VuFind/ILS/Driver/MultiBackend.php 16 additions, 9 deletionsmodule/VuFind/src/VuFind/ILS/Driver/MultiBackend.php
- module/VuFind/src/VuFind/ILS/Logic/Holds.php 8 additions, 8 deletionsmodule/VuFind/src/VuFind/ILS/Logic/Holds.php
- module/VuFind/src/VuFind/ILS/Logic/TitleHolds.php 11 additions, 11 deletionsmodule/VuFind/src/VuFind/ILS/Logic/TitleHolds.php
- module/VuFind/src/VuFind/Service/Factory.php 2 additions, 2 deletionsmodule/VuFind/src/VuFind/Service/Factory.php
Please register or sign in to comment