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 the
CredentialsProvider
interface.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the password.Returns the user-name.