public class DefaultOpenIDUserInfo extends com.google.api.client.json.GenericJson implements OpenIDUserInfo
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
protected String |
address |
protected Date |
birthdate |
protected String |
email |
protected boolean |
emailVerified |
protected String |
familyName |
protected String |
gender |
protected String |
givenName |
protected String |
locale |
protected String |
middleName |
protected String |
name |
protected String |
nickname |
protected String |
phoneNumber |
protected String |
picture |
protected String |
preferredUsername |
protected String |
profile |
protected String |
subject |
protected String |
updatedTime |
protected String |
website |
protected String |
zoneInfo |
Constructor and Description |
---|
DefaultOpenIDUserInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
Date |
getBirthdate() |
String |
getEmail() |
String |
getFamilyName() |
String |
getGender() |
String |
getGivenName() |
String |
getLocale() |
String |
getMiddleName() |
String |
getName() |
String |
getNickname() |
String |
getPhoneNumber() |
String |
getPicture() |
String |
getPreferredUsername() |
String |
getProfile() |
String |
getSubject() |
Date |
getUpdatedTime() |
String |
getWebsite() |
String |
getZoneInfo() |
boolean |
isEmailVerified() |
clone, getFactory, set, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected String familyName
protected String middleName
protected String preferredUsername
protected boolean emailVerified
protected String phoneNumber
protected String updatedTime
public DefaultOpenIDUserInfo()
public String getSubject()
getSubject
in interface OpenIDUserInfo
public String getName()
getName
in interface OpenIDUserInfo
public String getGivenName()
getGivenName
in interface OpenIDUserInfo
public String getFamilyName()
getFamilyName
in interface OpenIDUserInfo
public String getMiddleName()
getMiddleName
in interface OpenIDUserInfo
public String getNickname()
getNickname
in interface OpenIDUserInfo
public String getPreferredUsername()
getPreferredUsername
in interface OpenIDUserInfo
public String getProfile()
getProfile
in interface OpenIDUserInfo
public String getPicture()
getPicture
in interface OpenIDUserInfo
public String getWebsite()
getWebsite
in interface OpenIDUserInfo
public String getEmail()
getEmail
in interface OpenIDUserInfo
public boolean isEmailVerified()
isEmailVerified
in interface OpenIDUserInfo
public String getGender()
getGender
in interface OpenIDUserInfo
public Date getBirthdate()
getBirthdate
in interface OpenIDUserInfo
public String getZoneInfo()
getZoneInfo
in interface OpenIDUserInfo
public String getLocale()
getLocale
in interface OpenIDUserInfo
public String getPhoneNumber()
getPhoneNumber
in interface OpenIDUserInfo
public String getAddress()
getAddress
in interface OpenIDUserInfo
public Date getUpdatedTime()
getUpdatedTime
in interface OpenIDUserInfo
Copyright © 2015 Nuxeo SA. All rights reserved.