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 Type
    Method
    Description
    Returns the password.
    Returns the user-name.
  • Method Details

    • getUsername

      String getUsername()

      Returns the user-name.

      Returns:
      The user-name.
    • getPassword

      String getPassword()

      Returns the password.

      Returns:
      The password.