Expose the user manager in the public server container

This commit is contained in:
Robin Appelman 2014-07-09 15:43:06 +02:00
parent 20c1ce7f47
commit 51d0bdc90c
1 changed files with 7 additions and 0 deletions

View File

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