Tagged articles

organization hierarchy

2 articles · Page 1 of 1
Programmer XiaoFu
Programmer XiaoFu
Nov 14, 2025 · Information Security

Why This Permission System Is So Elegant: A Comprehensive Guide to RBAC Design

The article walks through the motivations for strict permission management, explains how to structure menus, buttons, and roles into a tree, explores classic RBAC, role inheritance, constrained RBAC, user groups, organizations and positions, and finally shows how to model these concepts in database tables.

Permission ModelRBACSecurity Design
0 likes · 17 min read
Why This Permission System Is So Elegant: A Comprehensive Guide to RBAC Design
IT Niuke
IT Niuke
Apr 21, 2024 · Information Security

Comprehensive RBAC Permission System Design: Models, Constraints, and Database Schemas

This article explains why strict permission management is essential, walks through various RBAC models—including role inheritance and constrained RBAC—covers user groups, organizations, and positions, and presents both standard and ideal database table designs for implementing a scalable access‑control system.

RBACaccess controldatabase-schema
0 likes · 17 min read
Comprehensive RBAC Permission System Design: Models, Constraints, and Database Schemas