public static final class UsernamePassword.PasswordCredentials extends Object
| Constructor and Description |
|---|
PasswordCredentials() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getUsername() |
void |
setPassword(String password) |
void |
setUsername(String username) |
public String getUsername()
public void setUsername(String username)
username - the username to setpublic String getPassword()
public void setPassword(String password)
password - the password to setCopyright © 2012–2025. All rights reserved.