Role
mbauer83.zio_http_authorization.Role$
object Role
Roles are the basic units of role-based authorization. They are tags which can be associated in a many-to-many fashion with Users. AuthorizationPolicies can then check if a given User is authorized to to access or perform a specific kind of action on a given Resource based on data from the resource and from the user, including Roles and Permissions.
This library defined three common default roles: SUPER, ADMIN, and USER.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Role.type
Members list
In this article