rollipõhiseid
Rollipõhiseid refers to role-based access control, a method of restricting system access to authorized users. In this model, access permissions are associated with roles, and users are assigned to these roles. This simplifies management compared to assigning permissions directly to individual users.
The core concept is that users don't have direct permissions; instead, they inherit permissions from the roles
Implementing role-based access control involves defining roles, assigning permissions to those roles, and then assigning users