mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
28 lines
1005 B
JSON
28 lines
1005 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"@id": "urn:solid-server:default:LdpHandler",
|
|
"@type": "AuthenticatedLdpHandler",
|
|
"AuthenticatedLdpHandler:_args_requestParser": {
|
|
"@id": "urn:solid-server:default:RequestParser"
|
|
},
|
|
"AuthenticatedLdpHandler:_args_credentialsExtractor": {
|
|
"@id": "urn:solid-server:default:CredentialsExtractor"
|
|
},
|
|
"AuthenticatedLdpHandler:_args_permissionsExtractor": {
|
|
"@id": "urn:solid-server:default:PermissionsExtractor"
|
|
},
|
|
"AuthenticatedLdpHandler:_args_authorizer": {
|
|
"@id": "urn:solid-server:default:AclAuthorizer"
|
|
},
|
|
"AuthenticatedLdpHandler:_args_operationHandler": {
|
|
"@id": "urn:solid-server:default:OperationHandler"
|
|
},
|
|
"AuthenticatedLdpHandler:_args_responseWriter": {
|
|
"@id": "urn:solid-server:default:ResponseWriter"
|
|
}
|
|
}
|
|
]
|
|
}
|