Class UserManagerSingleton
- java.lang.Object
-
- ro.sync.ecss.extensions.api.webapp.license.UserManagerSingleton
-
@API(type=NOT_EXTENDABLE, src=PRIVATE) public abstract class UserManagerSingleton extends java.lang.Object
Class that can be used to retrieve the user on behalf of which the current request is executed.
-
-
Constructor Summary
Constructors Constructor Description UserManagerSingleton()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ro.sync.ecss.extensions.api.webapp.license.UserManager
getInstance()
Returns the singleton instance.
-