Class 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.
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UserManagerSingleton

        public UserManagerSingleton()
    • Method Detail

      • getInstance

        public static ro.sync.ecss.extensions.api.webapp.license.UserManager getInstance()
        Returns the singleton instance.
        Returns:
        The singleton instance.