public class UsernamePasswordCredentials extends HttpCredentials
| Constructor and Description |
|---|
UsernamePasswordCredentials(String username,
String password,
String clientName) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Removes any sensitive or unnecessary information held in the object.
|
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()
ClearableCopyright © 2016. All rights reserved.