Expose the user manager in the public server container
This commit is contained in:
parent
20c1ce7f47
commit
51d0bdc90c
|
@ -92,6 +92,13 @@ interface IServerContainer {
|
|||
*/
|
||||
function getAppFolder();
|
||||
|
||||
/**
|
||||
* Returns a user manager
|
||||
*
|
||||
* @return \OCP\IUserManager
|
||||
*/
|
||||
function getUserManager();
|
||||
|
||||
/**
|
||||
* Returns the user session
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue