Class GooglePlusUserInfo
java.lang.Object
java.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
org.nuxeo.ecm.platform.oauth2.openid.auth.googleplus.GooglePlusUserInfo
- All Implemented Interfaces:
Cloneable
,Map<String,
,Object> OpenIDUserInfo
public class GooglePlusUserInfo
extends com.google.api.client.json.GenericJson
implements OpenIDUserInfo
GooglePlus user info
- Since:
- 5.9.5
- Author:
- Arnaud Kervern
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class com.google.api.client.json.GenericJson
clone, getFactory, set, setFactory, toPrettyString, toString
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
id
-
name
-
verified
protected boolean verified -
gender
-
-
Constructor Details
-
GooglePlusUserInfo
public GooglePlusUserInfo()
-
-
Method Details
-
getSubject
- Specified by:
getSubject
in interfaceOpenIDUserInfo
- Returns:
- Subject - Identifier for the End-User at the Issuer.
-
getName
- Specified by:
getName
in interfaceOpenIDUserInfo
- Returns:
- End-User's full name in displayable form including all name parts, ordered according to End-User's locale and preferences
-
getGivenName
- Specified by:
getGivenName
in interfaceOpenIDUserInfo
- Returns:
- Given name or first name of the End-User.
-
getFamilyName
- Specified by:
getFamilyName
in interfaceOpenIDUserInfo
- Returns:
- Surname or last name of the End-User.
-
getMiddleName
- Specified by:
getMiddleName
in interfaceOpenIDUserInfo
- Returns:
- Middle name of the End-User.
-
getNickname
- Specified by:
getNickname
in interfaceOpenIDUserInfo
- Returns:
- Casual name of the End-User that may or may not be the same as the given_name.
-
getPreferredUsername
- Specified by:
getPreferredUsername
in interfaceOpenIDUserInfo
- Returns:
- Shorthand name that the End-User wishes to be referred to.
-
getProfile
- Specified by:
getProfile
in interfaceOpenIDUserInfo
- Returns:
- URL of the End-User's profile page.
-
getPicture
- Specified by:
getPicture
in interfaceOpenIDUserInfo
- Returns:
- URL of the End-User's profile picture.
-
getWebsite
- Specified by:
getWebsite
in interfaceOpenIDUserInfo
- Returns:
- URL of the End-User's web page or blog.
-
getEmail
- Specified by:
getEmail
in interfaceOpenIDUserInfo
- Returns:
- End-User's preferred e-mail address.
-
isEmailVerified
public boolean isEmailVerified()- Specified by:
isEmailVerified
in interfaceOpenIDUserInfo
- Returns:
- True if the End-User's e-mail address has been verified; otherwise false.
-
getGender
- Specified by:
getGender
in interfaceOpenIDUserInfo
- Returns:
- End-User's gender. (female or male).
-
getBirthdate
- Specified by:
getBirthdate
in interfaceOpenIDUserInfo
- Returns:
- End-User's birthday
-
getZoneInfo
- Specified by:
getZoneInfo
in interfaceOpenIDUserInfo
- Returns:
- String from zoneinfo time zone database representing the End-User's time zone.
-
getLocale
- Specified by:
getLocale
in interfaceOpenIDUserInfo
- Returns:
- End-User's locale.
-
getPhoneNumber
- Specified by:
getPhoneNumber
in interfaceOpenIDUserInfo
- Returns:
- End-User's preferred telephone number.
-
getAddress
- Specified by:
getAddress
in interfaceOpenIDUserInfo
- Returns:
- End-User's preferred address.
-
getUpdatedTime
- Specified by:
getUpdatedTime
in interfaceOpenIDUserInfo
- Returns:
- Time the End-User's information was last updated.
-
getNameObject
-
getEmailsObject
-