|
AuthenticationService
v0.2.0
|
An interface representing an active authenticated user. More...
Properties | |
| long | Id [get] |
| Fetches the unique identifier of the user. More... | |
| String | Username [get] |
| Fetches the name of the user. More... | |
| Set< Role > | Roles [get] |
| Fetches the user's roles in different applications. More... | |
An interface representing an active authenticated user.
|
get |
Fetches the unique identifier of the user.
|
get |
Fetches the user's roles in different applications.
|
get |
Fetches the name of the user.
1.8.13