From 68657c02ee1db0af30b4915c1911de249d4430ab Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 4 May 2015 11:40:17 +0200 Subject: [PATCH] Introduce interface Icinga\Authentication\User\UserBackendInterface refs #8826 --- .../User/UserBackendInterface.php | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 library/Icinga/Authentication/User/UserBackendInterface.php diff --git a/library/Icinga/Authentication/User/UserBackendInterface.php b/library/Icinga/Authentication/User/UserBackendInterface.php new file mode 100644 index 000000000..cfb2e3753 --- /dev/null +++ b/library/Icinga/Authentication/User/UserBackendInterface.php @@ -0,0 +1,41 @@ +