From b1454c199ade46ac6d82d5bd158b77cc4e4bcc24 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 5 May 2015 08:27:11 +0200 Subject: [PATCH] Introduce interface UserGroupBackendInterface refs #8826 --- .../UserGroup/UserGroupBackendInterface.php | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 library/Icinga/Authentication/UserGroup/UserGroupBackendInterface.php diff --git a/library/Icinga/Authentication/UserGroup/UserGroupBackendInterface.php b/library/Icinga/Authentication/UserGroup/UserGroupBackendInterface.php new file mode 100644 index 000000000..a567d1f0a --- /dev/null +++ b/library/Icinga/Authentication/UserGroup/UserGroupBackendInterface.php @@ -0,0 +1,37 @@ +