1
0

introduces agent+guest role for role-system around debitor+partner

This commit is contained in:
Michael Hoennig
2022-10-12 15:48:56 +02:00
parent de0c8dcfbc
commit 0b60b9f0ff
25 changed files with 899 additions and 523 deletions

View File

@ -1,5 +1,5 @@
package net.hostsharing.hsadminng.rbac.rbacrole;
public enum RbacRoleType {
owner, admin, tenant
owner, admin, agent, tenant, guest
}