AuthenticationService  v0.2.0
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

The application this role belongs to.

◆ Description

String Joutsen.Authentication.Role.Description
get

Some details about the role.

Since
0.2.0

◆ Id

long Joutsen.Authentication.Role.Id
get

The unique identifier of the role.

◆ Name

String Joutsen.Authentication.Role.Name
get

The human friendly name of the role.

◆ Username

String Joutsen.Authentication.Role.Username
get

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