SolidACR
Represents an ACP Access Control Resource (ACR).
An ACR is linked to its subject resource via Link: rel="acl" and carries rdf:type acp:AccessControlResource. It contains acp:AccessControl nodes that reference acp:Policy documents.
Spec: https://solidproject.org/TR/acp
Constructors
Functions
Returns the object values of every triple with the given predicate, across all subjects.
Returns the object value of the first triple with the given predicate, or null if none.
Returns all acp:AccessControl IRIs referenced directly via acp:accessControl on this ACR.
Returns the access modes granted by a policy identified by policyIri.
Returns a snapshot copy of all triples held by this resource.
The media type of the resource representation (the value of its Content-Type).
The creation time in epoch milliseconds, from this resource's own dcterms:created (then stat:ctime) triple, or null when neither is present.
Returns the access modes denied by a policy identified by policyIri.
Returns the resource representation as a byte stream.
The HTTP headers associated with this resource (empty when constructed locally).
The URI that identifies this resource on the pod.
The last-modified time in epoch milliseconds. Prefers this resource's own dcterms:modified (then stat:mtime) triple and falls back to the Last-Modified header. null when none is present.
Returns all acp:AccessControl IRIs that apply transitively to member resources via acp:memberAccessControl.
Returns all acp:Policy IRIs referenced by any access control in this ACR via acp:apply.