public class PortalUser extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
eMail |
protected String |
fullName |
protected String |
jobTitle |
protected static String |
OAUTH_USER_PROFILE_EMAIL_KEY |
protected static String |
OAUTH_USER_PROFILE_JOB_TITLE_KEY |
protected static String |
OAUTH_USER_PROFILE_NAME_KEY |
protected static String |
OAUTH_USER_PROFILE_ROLES_KEY |
protected com.fasterxml.jackson.databind.JsonNode |
oAuthUserProfile |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
protected static String |
RESPONSE_MESSAGE_KEY |
protected static String |
RESPONSE_RESULT_KEY |
protected static String |
RESPONSE_SUCCESS_KEY |
protected List<String> |
roles |
protected static String |
SOCIAL_SERVICE_GET_OAUTH_USER_PROFILE_PATH |
| Constructor and Description |
|---|
PortalUser() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEMail() |
String |
getFullName() |
String |
getJobTitle() |
com.fasterxml.jackson.databind.JsonNode |
getOAuthUserProfile() |
List<String> |
getRoles() |
protected static final String RESPONSE_SUCCESS_KEY
protected static final String RESPONSE_MESSAGE_KEY
protected static final String RESPONSE_RESULT_KEY
protected static final String SOCIAL_SERVICE_GET_OAUTH_USER_PROFILE_PATH
protected static final String OAUTH_USER_PROFILE_NAME_KEY
protected static final String OAUTH_USER_PROFILE_EMAIL_KEY
protected static final String OAUTH_USER_PROFILE_JOB_TITLE_KEY
protected static final String OAUTH_USER_PROFILE_ROLES_KEY
protected final com.fasterxml.jackson.databind.ObjectMapper objectMapper
protected com.fasterxml.jackson.databind.JsonNode oAuthUserProfile
protected String fullName
protected String eMail
protected String jobTitle
Copyright © 2020. All Rights Reserved.