| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
additionalProperties
Used to allow to have any additional properties
|
protected boolean |
application |
protected String |
eMail |
protected String |
familyName |
protected String |
givenName |
protected String |
jobTitle |
protected String |
middleName |
protected String |
picture |
protected Set<String> |
roles |
protected String |
username |
| Constructor and Description |
|---|
GCubeUser() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbout() |
Map<String,Object> |
getAdditionalProperties() |
Object |
getAdditionalProperty(String key) |
String |
getEmail() |
String |
getFamilyName() |
String |
getFullName() |
String |
getFullName(boolean nameSurname) |
String |
getGivenName() |
String |
getMiddleName() |
String |
getPicture() |
Collection<String> |
getRoles() |
String |
getUsername() |
boolean |
isApplication() |
void |
setAdditionalProperties(Map<String,Object> additionalProperties) |
void |
setAdditionalProperty(String key,
Object value) |
void |
setApplication(boolean application) |
void |
setRoles(Collection<String> roles) |
void |
setUsername(String username) |
protected Map<String,Object> additionalProperties
protected String username
protected String givenName
protected String familyName
protected String eMail
protected String jobTitle
protected String picture
protected String middleName
protected boolean application
public String getUsername()
getUsername in interface Userpublic void setUsername(String username)
public boolean isApplication()
isApplication in interface Userpublic void setApplication(boolean application)
public Collection<String> getRoles()
public void setRoles(Collection<String> roles)
public String getGivenName()
getGivenName in interface Userpublic String getFamilyName()
getFamilyName in interface Userpublic String getPicture()
public String getMiddleName()
public void setAdditionalProperties(Map<String,Object> additionalProperties)
public String getFullName()
getFullName in interface Userpublic String getFullName(boolean nameSurname)
getFullName in interface UsernameSurname - when true the fullname will be formatted as 'Name Surname',
when false the fullname will be formatted as 'Surname Name',Copyright © 2022. All Rights Reserved.