Skip to content
Snippets Groups Projects

Feature/GAIAXAUTH-5

Merged Cristina Pauna requested to merge feature/GAIAXAUTH-5 into main
All threads resolved!
11 files
+ 233
13
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -3,5 +3,7 @@ package eu.gaiax.difs.aas.client;
import java.util.Map;
public interface TrustServiceClient {
Map<String, Object> evaluate(String policyname, Map<String, Object> bodyParams);
}
Loading