]> source.dussan.org Git - nextcloud-server.git/commitdiff
Expose the user manager in the public server container
authorRobin Appelman <icewind@owncloud.com>
Wed, 9 Jul 2014 13:43:06 +0000 (15:43 +0200)
committerRobin Appelman <icewind@owncloud.com>
Mon, 14 Jul 2014 13:10:56 +0000 (15:10 +0200)
lib/public/iservercontainer.php

index 8bf97828581812025920aee4c8f6f5e6c65709bc..f3dbc18322ea58e5bcf34eaea66e20c58cda1158 100644 (file)
@@ -92,6 +92,13 @@ interface IServerContainer {
         */
        function getAppFolder();
 
+       /**
+        * Returns a user manager
+        *
+        * @return \OCP\IUserManager
+        */
+       function getUserManager();
+
        /**
         * Returns the user session
         *