public class PasswordCredentials extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PasswordCredentials.Builder |
Modifier and Type | Field and Description |
---|---|
protected String |
password |
protected String |
username |
Modifier | Constructor and Description |
---|---|
protected |
PasswordCredentials(String username,
String password) |
Modifier and Type | Method and Description |
---|---|
static PasswordCredentials.Builder |
builder() |
static PasswordCredentials |
createWithUsernameAndPassword(String username,
String password) |
boolean |
equals(Object object) |
String |
getPassword() |
String |
getUsername() |
int |
hashCode() |
PasswordCredentials.Builder |
toBuilder() |
String |
toString() |
public static PasswordCredentials.Builder builder()
public PasswordCredentials.Builder toBuilder()
public static PasswordCredentials createWithUsernameAndPassword(String username, String password)
public String getUsername()
public String getPassword()
Copyright © 2009-2012 jclouds. All Rights Reserved.