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

An interface representing a user's role in an application. More...

Properties

long Id [get]
 The unique identifier of the role. More...
 
String Name [get]
 The human friendly name of the role. More...
 
Application Application [get]
 The application this role belongs to. More...
 
String Username [get]
 The name of the user who is granted rights by this role. More...
 
String Description [get]
 Some details about the role. More...
 

Detailed Description

An interface representing a user's role in an application.

Since
0.1.0

Property Documentation

◆ Application

Application Joutsen.Authentication.Role.Application
get

◆ Description

String Joutsen.Authentication.Role.Description
get

Some details about the role.

Since
0.2.0

Implemented in Joutsen.Authentication.Jwt.JwtRole, and Joutsen.Authentication.Persistence.NHibernate.PersistableRole.

◆ Id

long Joutsen.Authentication.Role.Id
get

The unique identifier of the role.

Implemented in Joutsen.Authentication.Persistence.NHibernate.PersistableRole.

◆ Name

String Joutsen.Authentication.Role.Name
get

◆ Username

String Joutsen.Authentication.Role.Username
get

The name of the user who is granted rights by this role.

Implemented in Joutsen.Authentication.Jwt.JwtRole, and Joutsen.Authentication.Persistence.NHibernate.PersistableRole.