public class OkProfile extends OAuth20Profile
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_PROFILE_URL |
USERNAMElogger, SEPARATOR| Constructor and Description |
|---|
OkProfile() |
| Modifier and Type | Method and Description |
|---|---|
protected AttributesDefinition |
getAttributesDefinition() |
String |
getDisplayName() |
String |
getEmail() |
String |
getFamilyName() |
String |
getFirstName() |
Gender |
getGender() |
Locale |
getLocale() |
String |
getLocation() |
String |
getPictureUrl() |
String |
getProfileUrl() |
String |
getUsername() |
clear, getAccessToken, setAccessTokenaddAttribute, addAttributes, addPermission, addPermissions, addRole, addRoles, build, getAttribute, getAttribute, getAttributes, getId, getPermissions, getRoles, getTypedId, isRemembered, readExternal, setId, setRemembered, toString, writeExternalpublic static final String BASE_PROFILE_URL
protected AttributesDefinition getAttributesDefinition()
getAttributesDefinition in class UserProfilepublic String getEmail()
getEmail in class CommonProfilepublic String getFirstName()
getFirstName in class CommonProfilepublic String getFamilyName()
getFamilyName in class CommonProfilepublic String getDisplayName()
getDisplayName in class CommonProfilepublic String getUsername()
getUsername in class CommonProfilepublic Gender getGender()
getGender in class CommonProfilepublic Locale getLocale()
getLocale in class CommonProfilepublic String getPictureUrl()
getPictureUrl in class CommonProfilepublic String getProfileUrl()
getProfileUrl in class CommonProfilepublic String getLocation()
getLocation in class CommonProfileCopyright © 2016. All Rights Reserved.