Skip to main content

Module resolver

Module resolver 

Source
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§

StorageAclResolver
AclResolver backed by a Storage implementation.

Traits§

AclResolver
Resolves the effective ACL document for a resource using the WAC walk-up-the-tree algorithm.