Caplin Trader 4.8.0

Interface: module:caplin/services/UserService

module:caplin/services/UserService

Manages information about the currently logged in user.
Implementations:

Methods

dispose()

Disposes of any listeners and resources that were used by the service.
Implementations:
  • module:caplin/services/testing/UserServiceStub#dispose
  • module:caplin/sl4badapter/providers/SL4BUserService#dispose
  • module:caplin/sljsadapter/providers/StreamLinkUserService#dispose

getLoginName() → {string}

Retrieves the user's login name.
Implementations:
  • module:caplin/services/testing/UserServiceStub#getLoginName
  • module:caplin/sl4badapter/providers/SL4BUserService#getLoginName
  • module:caplin/sljsadapter/providers/StreamLinkUserService#getLoginName
Returns:
The user's login name.
Type
string