|
4 | 4 | "https://linkedsoftwaredependencies.org/bundles/npm/@solidlab/uma-css/^0.0.0/components/context.jsonld" |
5 | 5 | ], |
6 | 6 | "@graph": [ |
| 7 | + { |
| 8 | + "@id": "urn:solid-server:default:ServerConfigurator", |
| 9 | + "@type": "ParallelHandler", |
| 10 | + "handlers": [ |
| 11 | + { |
| 12 | + "@id": "urn:solid-server:default:StatusDependantServerConfigurator", |
| 13 | + "@type": "StatusDependantServerConfigurator", |
| 14 | + "dependants": [ |
| 15 | + { "@id": "urn:solid-server:default:Fetcher" } |
| 16 | + ], |
| 17 | + "statusMap": [ |
| 18 | + { |
| 19 | + "StatusDependantServerConfigurator:_statusMap_key": "listening", |
| 20 | + "StatusDependantServerConfigurator:_statusMap_value": true |
| 21 | + }, |
| 22 | + { |
| 23 | + "StatusDependantServerConfigurator:_statusMap_key": "close", |
| 24 | + "StatusDependantServerConfigurator:_statusMap_value": false |
| 25 | + }, |
| 26 | + { |
| 27 | + "StatusDependantServerConfigurator:_statusMap_key": "error", |
| 28 | + "StatusDependantServerConfigurator:_statusMap_value": false |
| 29 | + } |
| 30 | + ] |
| 31 | + } |
| 32 | + ] |
| 33 | + }, |
7 | 34 | { |
8 | 35 | "comment": "Returns the UMA ticket in case of an unauthorized request.", |
9 | 36 | "@id": "urn:solid-server:default:UmaClient", |
10 | | - "@type": "UmaClientImpl", |
11 | | - "UmaClientImpl:pat": "MYPAT", |
12 | | - "UmaClientImpl:_options_maxTokenAge": 600 |
| 37 | + "@type": "UmaClient", |
| 38 | + "baseUrl": { |
| 39 | + "@id": "urn:solid-server:default:variable:baseUrl" |
| 40 | + }, |
| 41 | + "keyGen": { |
| 42 | + "@id": "urn:solid-server:default:JwkGenerator" |
| 43 | + }, |
| 44 | + "fetcher": { |
| 45 | + "@id": "urn:solid-server:default:Fetcher", |
| 46 | + "@type": "PausableFetcher", |
| 47 | + "fetcher": { |
| 48 | + "@type": "BaseFetcher" |
| 49 | + } |
| 50 | + } |
13 | 51 | }, |
14 | 52 | { |
15 | 53 | "@id": "urn:solid-server:default:OwnerUtil", |
|
35 | 73 | "store": { |
36 | 74 | "@id": "urn:solid-server:default:ResourceStore" |
37 | 75 | }, |
38 | | - "ownerUtil": { |
39 | | - "@id": "urn:solid-server:default:OwnerUtil" |
40 | | - }, |
41 | 76 | "umaIdStore": { |
42 | 77 | "@id": "urn:solid-server:default:UmaIdStore", |
43 | 78 | "@type": "MemoryMapStorage" |
| 79 | + }, |
| 80 | + "ownerUtil": { |
| 81 | + "@id": "urn:solid-server:default:OwnerUtil" |
| 82 | + }, |
| 83 | + "umaClient": { |
| 84 | + "@id": "urn:solid-server:default:UmaClient" |
44 | 85 | } |
45 | 86 | }, |
46 | 87 | { |
|
0 commit comments