|
@@ -8,7 +8,7 @@ This directory provides ways to restrict who can access the functions of a contr
|
|
- {AccessControl} provides a general role based access control mechanism. Multiple hierarchical roles can be created and assigned each to multiple accounts.
|
|
- {AccessControl} provides a general role based access control mechanism. Multiple hierarchical roles can be created and assigned each to multiple accounts.
|
|
- {Ownable} is a simpler mechanism with a single owner "role" that can be assigned to a single account. This simpler mechanism can be useful for quick tests but projects with production concerns are likely to outgrow it.
|
|
- {Ownable} is a simpler mechanism with a single owner "role" that can be assigned to a single account. This simpler mechanism can be useful for quick tests but projects with production concerns are likely to outgrow it.
|
|
|
|
|
|
-== Authorization
|
|
|
|
|
|
+== Core
|
|
|
|
|
|
{{Ownable}}
|
|
{{Ownable}}
|
|
|
|
|
|
@@ -18,8 +18,12 @@ This directory provides ways to restrict who can access the functions of a contr
|
|
|
|
|
|
{{AccessControl}}
|
|
{{AccessControl}}
|
|
|
|
|
|
|
|
+== Extensions
|
|
|
|
+
|
|
{{IAccessControlEnumerable}}
|
|
{{IAccessControlEnumerable}}
|
|
|
|
|
|
{{AccessControlEnumerable}}
|
|
{{AccessControlEnumerable}}
|
|
|
|
|
|
|
|
+{{IAccessControlDefaultAdminRules}}
|
|
|
|
+
|
|
{{AccessControlDefaultAdminRules}}
|
|
{{AccessControlDefaultAdminRules}}
|