From 10ca793452e75ecd276589f8ad916f3090ecb441 Mon Sep 17 00:00:00 2001 From: Vinicius Cubas Brand Date: Thu, 2 Nov 2017 10:40:38 -0200 Subject: Plugins infrastructure in User_LDAP Signed-off-by: Vinicius Cubas Brand --- lib/public/IGroupManager.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/public/IGroupManager.php') diff --git a/lib/public/IGroupManager.php b/lib/public/IGroupManager.php index be322b64325..778a0ef169c 100644 --- a/lib/public/IGroupManager.php +++ b/lib/public/IGroupManager.php @@ -65,6 +65,13 @@ interface IGroupManager { */ public function clearBackends(); + /** + * Get the active backends + * @return \OCP\GroupInterface[] + * @since 13.0.0 + */ + public function getBackends(); + /** * @param string $gid * @return \OCP\IGroup -- cgit v1.2.3