public class UsernamePasswordCredentials extends Credentials
| Constructor and Description |
|---|
UsernamePasswordCredentials(String username,
String password,
String clientName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPassword() |
String |
getUsername() |
int |
hashCode() |
String |
toString() |
getClientName, getUserProfile, setClientName, setUserProfilepublic String getUsername()
public String getPassword()
public boolean equals(Object o)
equals in class Credentialspublic int hashCode()
hashCode in class CredentialsCopyright © 2017. All Rights Reserved.