public class UserInfo extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
name |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getId()
The user's openID identifier URI
|
String |
getName()
A human readable name for user, or a local alias
|
int |
hashCode() |
void |
setId(String id) |
void |
setName(String name) |
String |
toString() |
Copyright © 2015. All rights reserved.