RBAC
RBAC (Role-Based Access Control) grants permissions to roles rather than directly to individual people.
In RBAC, permissions are grouped into roles (such as “Recruiter” or “HR admin”), and a user gains access through the roles assigned to them. This simplifies administration: rights change at the role level instead of per employee, making least-privilege access easier to enforce.