Package com.caplin.streamlink
Interface Credentials
-
public interface Credentials
Encapsulates authentication information used to log in to a Liberator server.
If your StreamLink application does not use one of the
CredentialsProvider
implementations supplied with StreamLink, you must define a class that implements theCredentialsProvider
interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getPassword()
Returns the password.java.lang.String
getUsername()
Returns the user-name.
-