From 4d44a0625c35fe9d9779150bca8e805395663c1f Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 29 Jul 2015 09:25:14 +0200 Subject: [PATCH] lib: Move UserBackendInterface::authenticate() to new interface Authenticatable refs #9660 --- .../Icinga/Authentication/Authenticatable.php | 21 +++++++++++++++++++ .../User/UserBackendInterface.php | 16 ++------------ 2 files changed, 23 insertions(+), 14 deletions(-) create mode 100644 library/Icinga/Authentication/Authenticatable.php diff --git a/library/Icinga/Authentication/Authenticatable.php b/library/Icinga/Authentication/Authenticatable.php new file mode 100644 index 000000000..8c53e2e34 --- /dev/null +++ b/library/Icinga/Authentication/Authenticatable.php @@ -0,0 +1,21 @@ +