|
AuthenticationService
v0.2.0
|
A clss that provides the Roles used by the AuthenticationService. More...
Public Attributes | |
| 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.
| const String Joutsen.AuthenticationService.Roles.ADMIN = "Admin" |
The administrator role for the service or applications.
| const String Joutsen.AuthenticationService.Roles.NEIGHBOUR = "Neighbour" |
A role that allows searching for other users.
| const String Joutsen.AuthenticationService.Roles.USER = "User" |
A minimal role for applications.
| const String Joutsen.AuthenticationService.Roles.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.
| const String Joutsen.AuthenticationService.Roles.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.
| const String Joutsen.AuthenticationService.Roles.USER_DESCRIPTION = "A minimal role for applications defined by the system." |
The description text for the User role.
1.8.13