public abstract class Credentials
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Credentials() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(java.lang.Object o) |
java.lang.String |
getClientName() |
CommonProfile |
getUserProfile() |
abstract int |
hashCode() |
void |
setClientName(java.lang.String clientName) |
void |
setUserProfile(CommonProfile userProfile) |
public java.lang.String getClientName()
public void setClientName(java.lang.String clientName)
public CommonProfile getUserProfile()
public void setUserProfile(CommonProfile userProfile)
public abstract boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic abstract int hashCode()
hashCode in class java.lang.ObjectCopyright © 2018. All Rights Reserved.