Class GoogleUserInfo
- 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.DefaultOpenIDUserInfo
-
- org.nuxeo.ecm.platform.oauth2.openid.auth.google.GoogleUserInfo
-
- All Implemented Interfaces:
Cloneable
,Map<String,Object>
,OpenIDUserInfo
public class GoogleUserInfo extends DefaultOpenIDUserInfo
-
-
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
Fields Modifier and Type Field Description protected String
id
-
Fields inherited from class org.nuxeo.ecm.platform.oauth2.openid.auth.DefaultOpenIDUserInfo
address, birthdate, email, emailVerified, familyName, gender, givenName, locale, middleName, name, nickname, phoneNumber, picture, preferredUsername, profile, subject, updatedTime, website, zoneInfo
-
-
Constructor Summary
Constructors Constructor Description GoogleUserInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSubject()
-
Methods inherited from class org.nuxeo.ecm.platform.oauth2.openid.auth.DefaultOpenIDUserInfo
getAddress, getBirthdate, getEmail, getFamilyName, getGender, getGivenName, getLocale, getMiddleName, getName, getNickname, getPhoneNumber, getPicture, getPreferredUsername, getProfile, getUpdatedTime, getWebsite, getZoneInfo, isEmailVerified
-
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 Detail
-
id
protected String id
-
-
Method Detail
-
getSubject
public String getSubject()
- Specified by:
getSubject
in interfaceOpenIDUserInfo
- Overrides:
getSubject
in classDefaultOpenIDUserInfo
- Returns:
- Subject - Identifier for the End-User at the Issuer.
-
-