public class CurrentUserResponse extends PlatformUserResponse
Modifier and Type | Class and Description |
---|---|
static class |
CurrentUserResponse.OriginalAuthentication |
Modifier and Type | Field and Description |
---|---|
protected String |
adminType |
protected Set<String> |
allowedFeatures |
protected Set<String> |
memberGroups |
protected CurrentUserResponse.OriginalAuthentication |
originalAuthentication |
protected CurrentUserThemeConfiguration |
themeConfiguration |
allowedTabs, avatarId, creationTime, creatorId, identityInfo, language, presence, state, subState, subType, theme, translations, type, updaterId, updateTime, userDefinitionId, userDefinitionKey, userDefinitionName
displayName, email, firstName, id, lastName, tenantId
Constructor and Description |
---|
CurrentUserResponse() |
Modifier and Type | Method and Description |
---|---|
void |
addAllowedFeature(String allowedFeature) |
void |
addAllowedFeatures(Collection<String> allowedFeatures) |
String |
getAdminType() |
Set<String> |
getAllowedFeatures() |
Set<String> |
getMemberGroups() |
CurrentUserResponse.OriginalAuthentication |
getOriginalAuthentication() |
CurrentUserThemeConfiguration |
getThemeConfiguration() |
void |
setAdminType(String adminType) |
void |
setAllowedFeatures(Set<String> allowedFeatures) |
void |
setMemberGroups(Set<String> memberGroups) |
void |
setOriginalAuthentication(CurrentUserResponse.OriginalAuthentication originalAuthentication) |
void |
setThemeConfiguration(CurrentUserThemeConfiguration themeConfiguration) |
getAllowedTabs, getAvatarId, getCreationTime, getCreatorId, getIdentityInfo, getLanguage, getPresence, getState, getSubState, getSubType, getTheme, getTranslations, getType, getUpdaterId, getUpdateTime, getUserDefinitionId, getUserDefinitionKey, getUserDefinitionName, setAllowedTabs, setAvatarId, setCreationTime, setCreatorId, setIdentityInfo, setLanguage, setPresence, setState, setSubState, setSubType, setTheme, setTranslations, setType, setUpdaterId, setUpdateTime, setUserDefinitionId, setUserDefinitionKey, setUserDefinitionName
getDisplayName, getEmail, getFirstName, getId, getLastName, getTenantId, setDisplayName, setEmail, setFirstName, setId, setLastName, setTenantId
protected String adminType
protected CurrentUserThemeConfiguration themeConfiguration
protected CurrentUserResponse.OriginalAuthentication originalAuthentication
public void addAllowedFeature(String allowedFeature)
public void addAllowedFeatures(Collection<String> allowedFeatures)
public String getAdminType()
public void setAdminType(String adminType)
public CurrentUserThemeConfiguration getThemeConfiguration()
public void setThemeConfiguration(CurrentUserThemeConfiguration themeConfiguration)
public CurrentUserResponse.OriginalAuthentication getOriginalAuthentication()
public void setOriginalAuthentication(CurrentUserResponse.OriginalAuthentication originalAuthentication)