public class PasswordCredentials extends Object
| Constructor and Description |
|---|
PasswordCredentials()
default constructor
|
PasswordCredentials(String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getUsername() |
void |
setPassword(String password) |
void |
setUsername(String username) |
String |
toString() |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.