PermissionSet ps 准备权限
EAz models collections of permissions as a PermissionSet interface, an arbitrary collection of individual binary permissions.
EAz 将权限集建模为一个 PermissionSet 接口,即个别二进制权限的任意集合。
In the demonstration implementation, all permissions in a PermissionSet are required for successful authorization and there is no provision for deny-type permissions.
在演示实现中,成功的授权需要PermissionSet中的所有权限,并且没有提供拒绝类型的权限。
Before diving into code in the next article in this series, let's take a look at the structures of the PermissionSet interface and the configuration class Permissions.
在深入研究本系列文章中下一篇文章中的代码之前,让我们先分析一下PermissionSet接口的结构和配置类Permissions。
应用推荐