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 Credentials
public String getUsername()
getUsername
in interface Credentials
public String getPassword()
getPassword
in interface Credentials
Copyright © 2015. All rights reserved.