public class BasicCredentials extends Object implements Credentials
| Constructor and Description |
|---|
BasicCredentials(String username,
String password) |
BasicCredentials(String username,
String sourceHost,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getSourceHost() |
String |
getUsername() |
public String getSourceHost()
getSourceHost in interface Credentialspublic String getUsername()
getUsername in interface Credentialspublic String getPassword()
getPassword in interface CredentialsCopyright © 2015. All rights reserved.