Tag

permission model

1 views collected around this technical thread.

Selected Java Interview Questions
Selected Java Interview Questions
Sep 1, 2020 · Information Security

Design of Permission System and RBAC Models

This article explains the fundamentals and extensions of role‑based access control (RBAC), covering user, role, permission, organization, and group models, authorization workflows, database schema, and common frameworks such as Apache Shiro and Spring Security for building robust permission systems.

Access ControlRBACSecurity
0 likes · 12 min read
Design of Permission System and RBAC Models
Laravel Tech Community
Laravel Tech Community
Aug 8, 2020 · Information Security

Understanding RBAC Permission Models and Authorization Processes

This article explains the core RBAC0 model and its extensions (RBAC1, RBAC2, RBAC3), discusses user groups, organizations and positions, and outlines manual and approval-based authorization workflows along with a sample database schema for implementing role‑based access control in complex systems.

Access ControlRBACRoles
0 likes · 10 min read
Understanding RBAC Permission Models and Authorization Processes