| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
additionalProperties
Used to allow to have any additional properties
|
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 |
getGivenName() |
String |
getMiddleName() |
String |
getPicture() |
Collection<String> |
getRoles() |
String |
getUsername() |
void |
setAdditionalProperties(Map<String,Object> additionalProperties) |
void |
setAdditionalProperty(String key,
Object value) |
void |
setRoles(Set<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
public String getUsername()
getUsername in interface Userpublic void setUsername(String username)
public Collection<String> getRoles()
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)
Copyright © 2022. All Rights Reserved.