public class Google2Profile extends OAuth20Profile
This class is the user profile for Google (using OAuth protocol version 2) with appropriate getters.
It is returned by the Google2Client.
logger, SEPARATOR| Constructor and Description |
|---|
Google2Profile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
Boolean |
getEmailVerified() |
String |
getFirstName() |
URI |
getPictureUrl() |
URI |
getProfileUrl() |
clearSensitiveData, getAccessToken, setAccessTokengetEmail, getFamilyName, getGender, getLocale, getLocation, getUsername, isExpiredaddAttribute, addAttributes, addAuthenticationAttribute, addAuthenticationAttributes, addPermission, addPermissions, addRole, addRoles, build, build, containsAttribute, containsAuthenicationAttribute, getAttribute, getAttribute, getAttributes, getAuthenticationAttribute, getAuthenticationAttribute, getAuthenticationAttributes, getClientName, getId, getLinkedId, getPermissions, getRoles, getTypedId, isRemembered, readExternal, removeAttribute, removeAuthenticationAttribute, setClientName, setId, setLinkedId, setPermissions, setRemembered, setRoles, toString, writeExternalclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasPrincipalpublic Boolean getEmailVerified()
public String getFirstName()
getFirstName in class CommonProfilepublic String getDisplayName()
getDisplayName in class CommonProfilepublic URI getPictureUrl()
getPictureUrl in class CommonProfilepublic URI getProfileUrl()
getProfileUrl in class CommonProfileCopyright © 2019. All rights reserved.