public class GooglePlusUserInfo extends com.google.api.client.json.GenericJson implements OpenIDUserInfo
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
protected String |
gender |
protected String |
id |
protected String |
name |
protected boolean |
verified |
| Constructor and Description |
|---|
GooglePlusUserInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
Date |
getBirthdate() |
String |
getEmail() |
protected List<com.google.api.client.util.ArrayMap<String,Object>> |
getEmailsObject() |
String |
getFamilyName() |
String |
getGender() |
String |
getGivenName() |
String |
getLocale() |
String |
getMiddleName() |
String |
getName() |
protected com.google.api.client.util.ArrayMap<String,Object> |
getNameObject() |
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, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected boolean verified
public GooglePlusUserInfo()
public String getSubject()
getSubject in interface OpenIDUserInfopublic String getName()
getName in interface OpenIDUserInfopublic String getGivenName()
getGivenName in interface OpenIDUserInfopublic String getFamilyName()
getFamilyName in interface OpenIDUserInfopublic String getMiddleName()
getMiddleName in interface OpenIDUserInfopublic String getNickname()
getNickname in interface OpenIDUserInfopublic String getPreferredUsername()
getPreferredUsername in interface OpenIDUserInfopublic String getProfile()
getProfile in interface OpenIDUserInfopublic String getPicture()
getPicture in interface OpenIDUserInfopublic String getWebsite()
getWebsite in interface OpenIDUserInfopublic String getEmail()
getEmail in interface OpenIDUserInfopublic boolean isEmailVerified()
isEmailVerified in interface OpenIDUserInfopublic String getGender()
getGender in interface OpenIDUserInfopublic Date getBirthdate()
getBirthdate in interface OpenIDUserInfopublic String getZoneInfo()
getZoneInfo in interface OpenIDUserInfopublic String getLocale()
getLocale in interface OpenIDUserInfopublic String getPhoneNumber()
getPhoneNumber in interface OpenIDUserInfopublic String getAddress()
getAddress in interface OpenIDUserInfopublic Date getUpdatedTime()
getUpdatedTime in interface OpenIDUserInfoprotected com.google.api.client.util.ArrayMap<String,Object> getNameObject()
protected List<com.google.api.client.util.ArrayMap<String,Object>> getEmailsObject()
Copyright © 2019 Nuxeo. All rights reserved.