A clss that provides the Roles used by the AuthenticationService.
More...
|
| const String | ADMIN = "Admin" |
| | The administrator role for the service or applications. More...
|
| |
| const String | USER = "User" |
| | A minimal role for applications. More...
|
| |
| const String | USER_DESCRIPTION = "A minimal role for applications defined by the system." |
| | The description text for the User role. More...
|
| |
| const String | NEIGHBOUR = "Neighbour" |
| | A role that allows searching for other users. More...
|
| |
| const String | USER_ACTIVATION = "UserActivation" |
| | A special role that should not be added to users but is only used in tokens to allow users to activate their account. More...
|
| |
| const String | USER_ACTIVATION_DESCRIPTION = "A system role without any rights that is used to allow users to activate their account." |
| | The description text for the UserActivation role. More...
|
| |
A clss that provides the Roles used by the AuthenticationService.
- Since
- 0.2.0
◆ ADMIN
| const String Joutsen.AuthenticationService.Roles.ADMIN = "Admin" |
|
static |
The administrator role for the service or applications.
◆ NEIGHBOUR
| const String Joutsen.AuthenticationService.Roles.NEIGHBOUR = "Neighbour" |
|
static |
A role that allows searching for other users.
◆ USER
| const String Joutsen.AuthenticationService.Roles.USER = "User" |
|
static |
A minimal role for applications.
◆ USER_ACTIVATION
| const String Joutsen.AuthenticationService.Roles.USER_ACTIVATION = "UserActivation" |
|
static |
A special role that should not be added to users but is only used in tokens to allow users to activate their account.
◆ USER_ACTIVATION_DESCRIPTION
| const String Joutsen.AuthenticationService.Roles.USER_ACTIVATION_DESCRIPTION = "A system role without any rights that is used to allow users to activate their account." |
|
static |
The description text for the UserActivation role.
◆ USER_DESCRIPTION
| const String Joutsen.AuthenticationService.Roles.USER_DESCRIPTION = "A minimal role for applications defined by the system." |
|
static |
The description text for the User role.