public class UsernamePasswordCredentials extends HttpCredentials
| Constructor and Description |
|---|
UsernamePasswordCredentials(String username,
String password,
String clientName) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
equals(Object o) |
String |
getPassword() |
String |
getUsername() |
int |
hashCode() |
String |
toString() |
getUserProfile, setUserProfilegetClientName, setClientNamepublic String getUsername()
public String getPassword()
public boolean equals(Object o)
equals in class HttpCredentialspublic int hashCode()
hashCode in class HttpCredentialspublic void clear()
Copyright © 2016. All Rights Reserved.