Class
caplin.sljsadapter.providers

StreamLinkUserService

The StreamLinkUserService is an implementation of a caplin.services.UserService which retrieves the username from the StreamLink system.

This class must have access to a previously registered StreamLink service, and be constructed before Login.

The user name will not actually be available until after login, and requests for the username will return null.

Constructor Summary

Attributes Name and Description
caplin.sljsadapter.providers.StreamLinkUserService()

Method Summary

Attributes Name and Description
String getLoginName()

Constructor Detail

caplin.sljsadapter.providers.StreamLinkUserService()

Method Detail

String getLoginName()

Returns
{String} the user name for the user which will be logged in to StreamLink, or null if it is not yet available.
See
caplin.services.UserService