public class YahooOpenIdProfile extends OpenIdProfile
YahooOpenIdClient.
| Method : | Through the attribute exchange extension : |
|---|---|
The attributes of the CommonProfile |
|
| String getEmail() | the email attribute |
| String getFirstName() | null the provider didn't return the firstname |
| String getFamilyName() | null the provider didn't return the firstname |
| String getDisplayName() | the fullname attribute (firstname and fullname not independendly by the provider, just the fullname) |
| String getUsername() | null |
| Gender getGender() | Gender.UNSPECIFIED |
| Locale getLocale() | the language attribute |
| String getPictureUrl() | the image picture url |
| String getProfileUrl() | null |
| String getLocation() | null |
GoogleOpenIdClient,
Serialized FormUSERNAMElogger, SEPARATOR| Constructor and Description |
|---|
YahooOpenIdProfile() |
| Modifier and Type | Method and Description |
|---|---|
protected AttributesDefinition |
getAttributesDefinition() |
String |
getDisplayName() |
Locale |
getLocale() |
getEmail, getFamilyName, getFirstName, getGender, getLocation, getPictureUrl, getProfileUrl, getUsernameaddAttribute, addAttributes, addPermission, addRole, build, getAttribute, getAttributes, getId, getPermissions, getRoles, getTypedId, isRemembered, setId, setRemembered, toStringprotected AttributesDefinition getAttributesDefinition()
getAttributesDefinition in class UserProfilepublic Locale getLocale()
getLocale in class CommonProfilepublic String getDisplayName()
getDisplayName in class CommonProfileCopyright © 2014. All Rights Reserved.