public class PasswordCredentials extends Object implements RepositoryCredentials
| Constructor and Description | 
|---|
| PasswordCredentials(String username,
                   char[] password) | 
| Modifier and Type | Method and Description | 
|---|---|
| char[] | getPassword() | 
| String | getUsername() | 
| void | setPassword(char[] password) | 
| void | setUsername(String username) | 
| String | toString() | 
public PasswordCredentials(String username, char[] password)
public String getUsername()
public void setUsername(String username)
public char[] getPassword()
public void setPassword(char[] password)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.