Interface HttpCredentials

All Known Implementing Classes:
HttpCredentialsImpl

public interface HttpCredentials
Portable interface for HttpSecuritySource credentials.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Obtains the password.
    Obtains the username.
  • Method Details

    • getUsername

      String getUsername()
      Obtains the username.
      Returns:
      Username.
    • getPassword

      byte[] getPassword()
      Obtains the password.
      Returns:
      Password.