public class FacebookUserInfo extends DefaultOpenIDUserInfo
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
protected Date |
birthday |
protected String |
firstName |
protected String |
id |
protected String |
link |
protected boolean |
verified |
address, birthdate, email, emailVerified, familyName, gender, givenName, locale, middleName, name, nickname, phoneNumber, picture, preferredUsername, profile, subject, updatedTime, website, zoneInfo
Constructor and Description |
---|
FacebookUserInfo() |
Modifier and Type | Method and Description |
---|---|
Date |
getBirthdate() |
String |
getGivenName() |
String |
getProfile() |
String |
getSubject() |
Date |
getUpdatedTime() |
boolean |
isEmailVerified() |
getAddress, getEmail, getFamilyName, getGender, getLocale, getMiddleName, getName, getNickname, getPhoneNumber, getPicture, getPreferredUsername, getWebsite, getZoneInfo
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 boolean verified
public FacebookUserInfo()
public String getSubject()
getSubject
in interface OpenIDUserInfo
getSubject
in class DefaultOpenIDUserInfo
public String getGivenName()
getGivenName
in interface OpenIDUserInfo
getGivenName
in class DefaultOpenIDUserInfo
public String getProfile()
getProfile
in interface OpenIDUserInfo
getProfile
in class DefaultOpenIDUserInfo
public Date getBirthdate()
getBirthdate
in interface OpenIDUserInfo
getBirthdate
in class DefaultOpenIDUserInfo
public boolean isEmailVerified()
isEmailVerified
in interface OpenIDUserInfo
isEmailVerified
in class DefaultOpenIDUserInfo
public Date getUpdatedTime()
getUpdatedTime
in interface OpenIDUserInfo
getUpdatedTime
in class DefaultOpenIDUserInfo
Copyright © 2017 Nuxeo. All rights reserved.