Interface BasicAuthCredentialsStore

All Known Implementing Classes:
DefaultBasicAuthCredentialsStore

public interface BasicAuthCredentialsStore
Interface that all basic auth credentials stores must implement.
  • Method Details

    • getUsername

      String getUsername()
      Gets the username.
      Returns:
      username
    • setUsername

      void setUsername(String username)
      Sets the username.
      Parameters:
      username - username
    • getPassword

      String getPassword()
      Gets the password.
      Returns:
      password
    • setPassword

      void setPassword(String password)
      Sets the password.
      Parameters:
      password - password