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 the
CredentialsProvider
interface.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPassword()
Returns the password.
|
java.lang.String |
getUsername()
Returns the user-name.
|
Please send bug reports and comments to Caplin support