public class OkProfile extends OAuth20Profile
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_PROFILE_URL |
logger, SEPARATOR| Constructor and Description |
|---|
OkProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Return the displayed name of the user.
|
String |
getFamilyName()
Return the family name of the user.
|
String |
getFirstName()
Return the first name of the user.
|
String |
getLocation()
Return the location of the user.
|
URI |
getPictureUrl()
Return the url of the picture of the user.
|
URI |
getProfileUrl()
Return the url of the profile of the user.
|
String |
getUsername()
Return the username of the user.
|
clearSensitiveData, getAccessToken, setAccessTokengetEmail, getGender, getLocaleaddAttribute, addAttributes, addAuthenticationAttribute, addAuthenticationAttributes, addPermission, addPermissions, addRole, addRoles, addRoles, build, build, containsAttribute, containsAuthenicationAttribute, getAttribute, getAttribute, getAttributes, getAuthenticationAttribute, getAuthenticationAttribute, getAuthenticationAttributes, getClientName, getId, getLinkedId, getPermissions, getRoles, getTypedId, isRemembered, readExternal, removeAttribute, removeAuthenticationAttribute, setClientName, setId, setLinkedId, setRemembered, toString, writeExternalpublic static final String BASE_PROFILE_URL
public String getFirstName()
CommonProfilegetFirstName in class CommonProfilepublic String getFamilyName()
CommonProfilegetFamilyName in class CommonProfilepublic String getDisplayName()
CommonProfilegetDisplayName in class CommonProfilepublic String getUsername()
CommonProfilegetUsername in class CommonProfilepublic URI getPictureUrl()
CommonProfilegetPictureUrl in class CommonProfilepublic URI getProfileUrl()
CommonProfilegetProfileUrl in class CommonProfilepublic String getLocation()
CommonProfilegetLocation in class CommonProfileCopyright © 2018. All rights reserved.