icingaweb2/library/Icinga/Authentication
Eric Lippmann 745e30259d lib: Implement AuthChain::authenticate()
Right now the LoginController has all the authentication which is kind of a mess. Further, the upcoming basic access authentication has to reuse this code.
Thus AuthChain::authenticate() is introduced to handle both cases.

refs #9660
2015-07-29 14:11:54 +02:00
..
User lib: Move UserBackendInterface::authenticate() to new interface Authenticatable 2015-07-29 09:25:14 +02:00
UserGroup DbUserGroupBackend: Use is_numeric() instead of is_int() 2015-07-07 14:07:55 +02:00
AdmissionLoader.php Note that our license is GPL v2 or any later version in our license header instead of pointing to the license's URL 2015-02-04 10:52:27 +01:00
Auth.php lib: Rename Authentication/Manager to Authentication/Auth 2015-07-28 17:08:55 +02:00
AuthChain.php lib: Implement AuthChain::authenticate() 2015-07-29 14:11:54 +02:00
Authenticatable.php lib: Move UserBackendInterface::authenticate() to new interface Authenticatable 2015-07-29 09:25:14 +02:00