mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
These readers will determine which permissions are available for the incoming credentials. Their results then get combined in a UnionReader and authorized in a PermissionBasedAuthorizer
22 lines
877 B
JSON
22 lines
877 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "Checks if the agent belongs to a group that has access.",
|
|
"@id": "urn:solid-server:default:AgentGroupAccessChecker",
|
|
"@type": "AgentGroupAccessChecker",
|
|
"converter": { "@id": "urn:solid-server:default:RepresentationConverter" },
|
|
"cache": {
|
|
"@id": "urn:solid-server:default:ExpiringAclCache",
|
|
"@type": "WrappedExpiringStorage",
|
|
"source": { "@type": "MemoryMapStorage" }
|
|
}
|
|
},
|
|
{
|
|
"comment": "Makes sure the expiring storage cleanup timer is stopped when the application needs to stop.",
|
|
"@id": "urn:solid-server:default:Finalizer",
|
|
"ParallelFinalizer:_finalizers": [ { "@id": "urn:solid-server:default:ExpiringAclCache" } ]
|
|
}
|
|
]
|
|
}
|