public class OAuthAccountAttributes
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private long |
creationTime
Federation time.
|
private java.lang.String |
id
Account Id.
|
private java.lang.String |
identity
Identity.
|
private java.lang.String |
name
Account name.
|
private java.lang.String |
principal
Principal.
|
private java.lang.String |
realm
Account realm.
|
Constructor and Description |
---|
OAuthAccountAttributes() |
Modifier and Type | Method and Description |
---|---|
long |
getCreationTime()
Getter for property federationTime.
|
java.lang.String |
getId()
Getter for property id.
|
java.lang.String |
getIdentity()
Getter for property identity.
|
java.lang.String |
getName()
Getter for property name.
|
java.lang.String |
getPrincipal()
Getter for property principal.
|
java.lang.String |
getRealm()
Getter for property realm.
|
void |
setCreationTime(long federationTime)
Setter for property federationTime.
|
void |
setId(java.lang.String id)
Setter for property id.
|
void |
setIdentity(java.lang.String identity)
Setter for property identity.
|
void |
setName(java.lang.String name)
Setter for property name.
|
void |
setPrincipal(java.lang.String principal)
Setter for property principal.
|
void |
setRealm(java.lang.String realm)
Setter for property realm.
|
java.lang.String |
toString() |
toString
in class java.lang.Object
Object.toString()
id
- The id to set.principal
- The principal to set.identity
- The identity to set.realm
- The realm to set.name
- The name to set.federationTime
- The federationTime to set.