@Immutable public class UserNamePasswordCredentials extends Object implements IUserNamePasswordCredentials
IUserNamePasswordCredentials interface.| Constructor and Description |
|---|
UserNamePasswordCredentials(String sUserName,
String sPassword) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPassword() |
String |
getUserName() |
int |
hashCode() |
String |
toString() |
@Nullable public final String getUserName()
getUserName in interface IUserNamePasswordCredentialsnull.@Nullable public final String getPassword()
getPassword in interface IUserNamePasswordCredentialsnull.Copyright © 2016–2019 Philip Helger. All rights reserved.