@dokieli/web-access-control - v1.0.0
    Preparing search index...

    Interface ACLContext

    interface ACLContext {
        authorizations: Authorization[];
        conditions: string[];
        dataset: Quad[];
        defaultACLResource: string;
        effectiveACLResource: string;
        effectiveContainer?: string;
        inherited: boolean;
        resource: string;
    }
    Index
    authorizations: Authorization[]

    authorizations governing resource

    conditions: string[]

    acl:condition Link relations advertised on the effective ACL resource

    dataset: Quad[]

    full effective ACL graph

    defaultACLResource: string

    rel=acl of the resource; where patches are written

    effectiveACLResource: string

    ACL resource currently governing access

    effectiveContainer?: string

    set when access is inherited from a container

    inherited: boolean
    resource: string

    resource whose access is being managed