public class GoogleOpenIdProfile extends OpenIdProfile
GoogleOpenIdClient.
| Method : | Through the attribute exchange extension : |
|---|---|
The attributes of the CommonProfile |
|
| String getEmail() | the email attribute |
| String getFirstName() | the firstname attribute |
| String getFamilyName() | the lastname attribute |
| String getDisplayName() | the firstname attribute followed by a space and the lastname attribute |
| String getUsername() | null |
| Gender getGender() | Gender.UNSPECIFIED |
| Locale getLocale() | the language attribute |
| String getPictureUrl() | null |
| String getProfileUrl() | null |
| String getLocation() | the country attribute |
GoogleOpenIdClient,
Serialized FormUSERNAMElogger, SEPARATOR| Constructor and Description |
|---|
GoogleOpenIdProfile() |
| Modifier and Type | Method and Description |
|---|---|
protected AttributesDefinition |
getAttributesDefinition() |
String |
getDisplayName() |
String |
getFamilyName() |
String |
getFirstName() |
Locale |
getLocale() |
String |
getLocation() |
getEmail, getGender, getPictureUrl, getProfileUrl, getUsernameaddAttribute, addAttributes, addPermission, addRole, build, getAttribute, getAttributes, getId, getPermissions, getRoles, getTypedId, isRemembered, setId, setRemembered, toStringprotected AttributesDefinition getAttributesDefinition()
getAttributesDefinition in class UserProfilepublic String getDisplayName()
getDisplayName in class CommonProfilepublic String getLocation()
getLocation in class CommonProfilepublic String getFirstName()
getFirstName in class CommonProfilepublic Locale getLocale()
getLocale in class CommonProfilepublic String getFamilyName()
getFamilyName in class CommonProfileCopyright © 2014. All Rights Reserved.