[CHANGE] Building data structure

This commit is contained in:
max
2025-01-27 01:21:09 +01:00
parent 3ccd3106c1
commit c27890a31f
118 changed files with 356 additions and 51 deletions

View File

@@ -0,0 +1,2 @@
Attributes to store some extra metadata.
One attribute per table entry.

View File

@@ -0,0 +1,2 @@
Groups can have multiple [[AuthorityUser]]s and holds [[AuthorityRole]]s .
Can be extended with extra data from [[AuthorityAttribute]]s

View File

@@ -0,0 +1 @@
Roles used for permissions and specific [[AuthorityAttribute]]s. Can get added to [[AuthorityUser]] and [[AuthorityRole]]

View File

@@ -0,0 +1 @@
An user can be in multiple [[AuthorityGroup]]s, can have own [[AuthorityRole]]s and [[AuthorityAttribute]]s.