Expand description
ACL resolver — locates the effective ACL document for a given path.
find_effective_acl walks the storage tree from the resource path
up to the root, returning the first *.acl sibling that parses as
JSON-LD or Turtle.
Structs§
- Storage
AclResolver AclResolverbacked by aStorageimplementation.
Traits§
- AclResolver
- Resolves the effective ACL document for a resource using the WAC walk-up-the-tree algorithm.