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