Interface PasswordCredentials

All Superinterfaces:
Credentials, PasswordCredentials

public interface PasswordCredentials extends PasswordCredentials
A username/password credentials that can be used to login to password-protected remote repository.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the password to use when authenticating to this repository.
    Returns the user name to use when authenticating to this repository.
    void
    setPassword(String password)
    Sets the password to use when authenticating to this repository.
    void
    setUsername(String userName)
    Sets the user name to use when authenticating to this repository.
  • Method Details