AuthenticationService v0.3.0+7-g8a7f190
Properties | List of all members
Joutsen.Authentication.AuthenticatedUser Interface Reference

An interface representing an active authenticated user. More...

Properties

object 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

object Joutsen.Authentication.AuthenticatedUser.Id
get

Fetches the unique identifier of the user.

Implemented in Joutsen.Authentication.Jwt.JwtPrincipal, and Joutsen.Authentication.Persistence.NHibernate.UserInfo.

◆ Roles

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

Fetches the user's roles in different applications.

Implemented in Joutsen.Authentication.Jwt.JwtPrincipal, and Joutsen.Authentication.Persistence.NHibernate.UserInfo.

◆ Username

String Joutsen.Authentication.AuthenticatedUser.Username
get