AuthenticationService  v0.2.0
Properties | List of all members
Joutsen.Authentication.AuthenticatedUser Interface Reference

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< RoleRoles [get]
 Fetches the user's roles in different applications. More...
 

Detailed Description

An interface representing an active authenticated user.

Since
0.1.0

Property Documentation

◆ Id

long Joutsen.Authentication.AuthenticatedUser.Id
get

Fetches the unique identifier of the user.

◆ Roles

Set<Role> Joutsen.Authentication.AuthenticatedUser.Roles
get

Fetches the user's roles in different applications.

◆ Username

String Joutsen.Authentication.AuthenticatedUser.Username
get

Fetches the name of the user.