1
- # Copyright 2023- 2024 Dataport AöR
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
- diff --git a/fc-service-core/src/main/java/eu/xfsc/fc/core/service/verification/claims/DanubeTechClaimExtractor.java b/fc-service-core/src/main/java/eu/xfsc/fc/core/service/verification/claims/DanubeTechClaimExtractor.java
16
- index 033984ea..35bb2da1 100644
17
- --- a/fc-service-core/src/main/java/eu/xfsc/fc/core/service/verification/claims/DanubeTechClaimExtractor.java
18
- +++ b/fc-service-core/src/main/java/eu/xfsc/fc/core/service/verification/claims/DanubeTechClaimExtractor.java
19
- @@ -54,6 +54,10 @@ public class DanubeTechClaimExtractor implements ClaimExtractor {
1
+ # Copyright 2024 Dataport. All rights reserved. Developed as part of the MERLOT project.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ diff --git a/fc-service-core/src/main/java/eu/xfsc/fc/core/service/verification/claims/DanubeTechClaimExtractor.java b/fc-service-core/src/main/java/eu/xfsc/fc/core/service/verification/claims/DanubeTechClaimExtractor.java
16
+ index 033984ea..35bb2da1 100644
17
+ --- a/fc-service-core/src/main/java/eu/xfsc/fc/core/service/verification/claims/DanubeTechClaimExtractor.java
18
+ +++ b/fc-service-core/src/main/java/eu/xfsc/fc/core/service/verification/claims/DanubeTechClaimExtractor.java
19
+ @@ -54,6 +54,10 @@ public class DanubeTechClaimExtractor implements ClaimExtractor {
20
20
21
21
for (Map<String, Object> csm: csms) {
22
22
cs = CredentialSubject.fromMap(csm);
@@ -27,11 +27,11 @@ index 033984ea..35bb2da1 100644
27
27
log.debug("extractClaims; CS claims: {}", cs.getClaims());
28
28
for (RdfNQuad nquad: cs.toDataset().toList()) {
29
29
log.debug("extractClaims; got NQuad: {}", nquad);
30
- diff --git a/fc-service-core/src/main/java/eu/xfsc/fc/core/service/verification/claims/TitaniumClaimExtractor.java b/fc-service-core/src/main/java/eu/xfsc/fc/core/service/verification/claims/TitaniumClaimExtractor.java
31
- index d65cb977..516b3484 100644
32
- --- a/fc-service-core/src/main/java/eu/xfsc/fc/core/service/verification/claims/TitaniumClaimExtractor.java
33
- +++ b/fc-service-core/src/main/java/eu/xfsc/fc/core/service/verification/claims/TitaniumClaimExtractor.java
34
- @@ -52,7 +52,25 @@ public class TitaniumClaimExtractor implements ClaimExtractor {
30
+ diff --git a/fc-service-core/src/main/java/eu/xfsc/fc/core/service/verification/claims/TitaniumClaimExtractor.java b/fc-service-core/src/main/java/eu/xfsc/fc/core/service/verification/claims/TitaniumClaimExtractor.java
31
+ index d65cb977..516b3484 100644
32
+ --- a/fc-service-core/src/main/java/eu/xfsc/fc/core/service/verification/claims/TitaniumClaimExtractor.java
33
+ +++ b/fc-service-core/src/main/java/eu/xfsc/fc/core/service/verification/claims/TitaniumClaimExtractor.java
34
+ @@ -52,7 +52,25 @@ public class TitaniumClaimExtractor implements ClaimExtractor {
35
35
private void addClaims(List<SdClaim> claims, JsonObject vc) throws JsonLdError {
36
36
JsonArray css = vc.getJsonArray("https://www.w3.org/2018/credentials#credentialSubject");
37
37
for (JsonValue cs: css) {
0 commit comments