mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
27 lines
903 B
JSON
27 lines
903 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.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",
|
|
"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",
|
|
"@type": "ParallelHandler",
|
|
"handlers": [
|
|
{
|
|
"@type": "FinalizableHandler",
|
|
"finalizable": { "@id": "urn:solid-server:default:ExpiringAclCache" }
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|