load the ACL

This commit is contained in:
Paul Schneider 2026-08-30 19:37:55 +01:00
commit 9e0908e126
14 changed files with 438 additions and 174 deletions

View file

@ -9,7 +9,7 @@ namespace Yavsc.Abstract.Identity.Security
bool AuthorizeCircle(long circleId);
ICircleAuthorization [] GetACL();
ICollection<CircleAuthorization> ACL { get; } //ICircleAuthorization [] GetACL();
}
}