public interface User
| Modifier and Type | Method and Description |
|---|---|
String |
getAbout() |
String |
getEmail() |
String |
getFamilyName() |
String |
getGivenName() |
Collection<String> |
getRoles() |
String |
getUsername() |
Copyright © 2022. All Rights Reserved.