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 Detail

      • getUsername

        java.lang.String getUsername()

        Returns the user-name.

        Returns:
        The user-name.
      • getPassword

        java.lang.String getPassword()

        Returns the password.

        Returns:
        The password.