public interface User
| Modifier and Type | Method and Description |
|---|---|
String |
getAbout() |
String |
getEmail() |
String |
getFamilyName() |
String |
getFullName() |
String |
getFullName(boolean nameSurname) |
String |
getGivenName() |
Collection<String> |
getRoles() |
String |
getUsername() |
boolean |
isApplication() |
void |
setRoles(Collection<String> roles) |
String getUsername()
boolean isApplication()
Collection<String> getRoles()
void setRoles(Collection<String> roles)
String getGivenName()
String getFamilyName()
String getFullName()
String getFullName(boolean nameSurname)
nameSurname - when true the fullname will be formatted as 'Name Surname',
when false the fullname will be formatted as 'Surname Name',String getEmail()
String getAbout()
Copyright © 2022. All Rights Reserved.