public class BasicCredentials extends Object
| Constructor and Description |
|---|
BasicCredentials(String username,
String password)
Creates a new BasicCredentials with the given username and password.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getPassword()
Returns the credentials' password.
|
String |
getUsername()
Returns the credentials' username.
|
int |
hashCode() |
String |
toString() |
Copyright © 2019. All rights reserved.