Class UserManagerSingleton
java.lang.Object
ro.sync.ecss.extensions.api.webapp.license.UserManagerSingleton
Class that can be used to retrieve the user on behalf of which the current
request is executed.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ro.sync.ecss.extensions.api.webapp.license.UserManager
Returns the singleton instance.
-
Constructor Details
-
UserManagerSingleton
public UserManagerSingleton()
-
-
Method Details
-
getInstance
public static ro.sync.ecss.extensions.api.webapp.license.UserManager getInstance()Returns the singleton instance.- Returns:
- The singleton instance.
-