Compare commits
265 Commits
|
@ -19,6 +19,11 @@
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
|
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
|
||||||
|
<attributes>
|
||||||
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
|
</attributes>
|
||||||
|
</classpathentry>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
|
@ -27,8 +32,8 @@
|
||||||
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
<classpathentry kind="var" path="GCUBE_DEV_KEYS"/>
|
|
||||||
<classpathentry kind="output" path="target/classes"/>
|
<classpathentry kind="output" path="target/classes"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
5
.project
5
.project
|
@ -30,6 +30,11 @@
|
||||||
<arguments>
|
<arguments>
|
||||||
</arguments>
|
</arguments>
|
||||||
</buildCommand>
|
</buildCommand>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.springframework.ide.eclipse.boot.validation.springbootbuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
</buildSpec>
|
</buildSpec>
|
||||||
<natures>
|
<natures>
|
||||||
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
|
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#Tue Mar 12 14:16:46 CET 2013
|
|
||||||
eclipse.preferences.version=1
|
eclipse.preferences.version=1
|
||||||
encoding//src/main/java=UTF-8
|
encoding//src/main/java=UTF-8
|
||||||
encoding//src/main/resources=UTF-8
|
encoding//src/main/resources=UTF-8
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
eclipse.preferences.version=1
|
eclipse.preferences.version=1
|
||||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
|
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
|
||||||
org.eclipse.jdt.core.compiler.compliance=1.7
|
org.eclipse.jdt.core.compiler.compliance=1.8
|
||||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||||
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
|
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
|
||||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||||
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
|
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
|
||||||
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
|
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
|
||||||
org.eclipse.jdt.core.compiler.release=disabled
|
org.eclipse.jdt.core.compiler.release=disabled
|
||||||
org.eclipse.jdt.core.compiler.source=1.7
|
org.eclipse.jdt.core.compiler.source=1.8
|
||||||
|
|
|
@ -1,10 +1,529 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
|
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
|
||||||
<wb-module deploy-name="uri-resolver">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<wb-module deploy-name="uri-resolver-2.10.0">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
|
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
|
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
|
||||||
|
<dependent-module archiveName="geoportal-client-1.2.2.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/geoportal-client/geoportal-client">
|
||||||
|
<dependency-type>uses</dependency-type>
|
||||||
|
</dependent-module>
|
||||||
|
<dependent-module archiveName="geoportal-common-1.1.1.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/geoportal-common/geoportal-common">
|
||||||
|
<dependency-type>uses</dependency-type>
|
||||||
|
</dependent-module>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<property name="context-root" value="uri-resolver"/>
|
<property name="context-root" value="uri-resolver"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<property name="java-output-path" value="/uri-resolver/target/classes"/>
|
<property name="java-output-path" value="/uri-resolver/target/classes"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</wb-module>
|
</wb-module>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</project-modules>
|
</project-modules>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<faceted-project>
|
<faceted-project>
|
||||||
<fixed facet="wst.jsdt.web"/>
|
<fixed facet="wst.jsdt.web"/>
|
||||||
<installed facet="wst.jsdt.web" version="1.0"/>
|
<installed facet="wst.jsdt.web" version="1.0"/>
|
||||||
<installed facet="jst.web" version="2.3"/>
|
|
||||||
<installed facet="java" version="1.7"/>
|
|
||||||
<installed facet="jst.jaxrs" version="2.0"/>
|
<installed facet="jst.jaxrs" version="2.0"/>
|
||||||
|
<installed facet="jst.web" version="3.0"/>
|
||||||
|
<installed facet="java" version="1.8"/>
|
||||||
</faceted-project>
|
</faceted-project>
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
boot.validation.initialized=true
|
||||||
|
eclipse.preferences.version=1
|
75
CHANGELOG.md
75
CHANGELOG.md
|
@ -4,6 +4,81 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [v2.10.0]
|
||||||
|
|
||||||
|
- GeoPortal-Resolver enhancement: implemented share link towards Geoportal Data-Entry facility [#27135]
|
||||||
|
- Added Geoportal Exporter as PDF [#27274]
|
||||||
|
- Migrated to `catalogue-util-library` [#27423]
|
||||||
|
- Included new SHUB client library [#27944]
|
||||||
|
- Moved to `gcube-smartgears-bom 2.5.1{-SNAPSHOT}` [#28026]
|
||||||
|
- Bug fixing StorageID resolver [#28276]
|
||||||
|
- Added HealthCheckResponse via `microprofile-health-api` (see https://microprofile.io/specifications/microprofile-health/)
|
||||||
|
|
||||||
|
## [v2.9.0]
|
||||||
|
|
||||||
|
- GeoPortal-Resolver implemented [#24792]
|
||||||
|
|
||||||
|
## [v2.8.1] - 2022-06-13
|
||||||
|
|
||||||
|
**New**
|
||||||
|
|
||||||
|
- [#23156] CatalogueResolver enhanced to manage (create/resolve) an input query string
|
||||||
|
|
||||||
|
**Bug Fixing**
|
||||||
|
|
||||||
|
- [#23495] Removed the check on the gcube token stored in thread local. The working context of VRE will be checked from ScopeProvider
|
||||||
|
|
||||||
|
|
||||||
|
## [v2.7.3-SNAPSHOT] - 2022-04-27
|
||||||
|
|
||||||
|
**Bug Fixing**
|
||||||
|
|
||||||
|
- [#23213] Fixed NoClassDefFoundError: org/geotoolkit/xml/XML
|
||||||
|
|
||||||
|
## [v2.7.2] - 2022-04-06
|
||||||
|
|
||||||
|
**New**
|
||||||
|
|
||||||
|
- [#23113] Implemented a new legacy-token resolver interface
|
||||||
|
- [#23049] Integrated Enunciate engine for Java Web service API (https://github.com/stoicflame/enunciate/)
|
||||||
|
- [#20743] Integrated JavaMelody
|
||||||
|
- [#23105] Added D4Science brand in the APIs Documentation pages
|
||||||
|
- [#22757] Moved to storagehub-client-library 2.0.0[-SNAPSHOT]
|
||||||
|
|
||||||
|
**Bug Fixing**
|
||||||
|
|
||||||
|
- [#20743] Integration with javamelody
|
||||||
|
|
||||||
|
## [v2.6.1] - 2022-01-17
|
||||||
|
|
||||||
|
**New features**
|
||||||
|
|
||||||
|
- [#21411] add forceClose method from storage-manager, used for closing mongodb connections related to the old https urls (managed by storage-manager)
|
||||||
|
- migrated to storage-manager3
|
||||||
|
|
||||||
|
**Bug fixes**
|
||||||
|
|
||||||
|
- [#21560] Checking the bug fix done
|
||||||
|
- Moved to gcube-smartgears-bom.2.1.0
|
||||||
|
|
||||||
|
## [v2.5.0] - 2021-04-08
|
||||||
|
|
||||||
|
**New features**
|
||||||
|
|
||||||
|
[#20993] Supported new resource "Wekeo Interface" - gettoken.
|
||||||
|
|
||||||
|
**Bug fixes**
|
||||||
|
|
||||||
|
[#21093] StorageHubResolver HEAD request does not support Content-Length
|
||||||
|
|
||||||
|
|
||||||
|
## [v2.4.1] - 2021-01-13
|
||||||
|
|
||||||
|
**Bug Fixes**
|
||||||
|
|
||||||
|
[#19942] Fixing master build fails
|
||||||
|
|
||||||
|
|
||||||
## [v2-4-0] [r4-24-0]- 2020-06-18
|
## [v2-4-0] [r4-24-0]- 2020-06-18
|
||||||
|
|
||||||
**New Features**
|
**New Features**
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
# gCube URI Resolver
|
# gCube URI Resolver
|
||||||
|
|
||||||
The URI Resolver is a RESTful service which gives access via HTTP(s) to different gCube Resolver services and gCube Applications
|
The URI Resolver is a RESTful service which gives access via HTTP(s) to different gCube Resolver services and gCube Applications.
|
||||||
|
|
||||||
|
The URI Resolver production service is available at [D4Science URI Resolver](https://data.d4science.org/)
|
||||||
|
|
||||||
## Built With
|
## Built With
|
||||||
|
|
||||||
|
@ -11,6 +13,8 @@ The URI Resolver is a RESTful service which gives access via HTTP(s) to differen
|
||||||
|
|
||||||
You can find the URI Resolver documentation at [URI Resolver Wiki Page](https://wiki.gcube-system.org/gcube/URI_Resolver)
|
You can find the URI Resolver documentation at [URI Resolver Wiki Page](https://wiki.gcube-system.org/gcube/URI_Resolver)
|
||||||
|
|
||||||
|
The API documentation accessible by this [link](https://wiki.gcube-system.org/gcube/URI_Resolver#Instances) is provided by [Enunciate](https://github.com/stoicflame/enunciate/)
|
||||||
|
|
||||||
## Change log
|
## Change log
|
||||||
|
|
||||||
See the [URI Resolver Releases](https://code-repo.d4science.org/gCubeSystem/uri-resolver/releases)
|
See the [URI Resolver Releases](https://code-repo.d4science.org/gCubeSystem/uri-resolver/releases)
|
||||||
|
|
|
@ -0,0 +1,44 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<enunciate
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-2.14.0.xsd">
|
||||||
|
|
||||||
|
<api-classes>
|
||||||
|
<exclude
|
||||||
|
pattern="org.gcube.datatransfer.resolver.services.DocsGenerator" />
|
||||||
|
<exclude
|
||||||
|
pattern="org.gcube.datatransfer.resolver.services.UriResolverIndex" />
|
||||||
|
<exclude
|
||||||
|
pattern="org.gcube.datatransfer.resolver.services.UriResolverInfo" />
|
||||||
|
<exclude
|
||||||
|
pattern="org.gcube.datatransfer.resolver.services.OatResolver" />
|
||||||
|
<exclude
|
||||||
|
pattern="org.gcube.datatransfer.resolver.services.tobackward.BackCatalogueResolver" />
|
||||||
|
<exclude
|
||||||
|
pattern="org.gcube.datatransfer.resolver.services.tobackward.BackUriResolverCatalogueResolver" />
|
||||||
|
|
||||||
|
<exclude pattern="org.geotoolkit.internal.jaxb.referencing.*" />
|
||||||
|
|
||||||
|
<exclude pattern="org.opengis.metadata.*" />
|
||||||
|
|
||||||
|
</api-classes>
|
||||||
|
|
||||||
|
<modules>
|
||||||
|
<gwt-json-overlay disabled="true" />
|
||||||
|
<php-json-client disabled="true" />
|
||||||
|
<ruby-json-client disabled="true" />
|
||||||
|
<java-json-client disabled="true" />
|
||||||
|
<javascript-client disabled="true" />
|
||||||
|
<docs docsDir="${project.build.directory}" docsSubdir="docs" />
|
||||||
|
<!-- REPLACE THE ${project.artifactId} WITH YOUR APPLICATION NAME. E.g.
|
||||||
|
/gcat, /uri-resolver /> if the ${project.artifactId} is not equal to YOUR
|
||||||
|
APPLICATION NAME -->
|
||||||
|
<!-- <swagger basePath="${project.artifactId}" /> -->
|
||||||
|
<docs
|
||||||
|
freemarkerTemplate="${project.basedir}/src/main/resources/META-INF/enunciate/d4science_docs.fmt">
|
||||||
|
<additional-css
|
||||||
|
file="css/d4science_enunciate_custom.css" />
|
||||||
|
</docs>
|
||||||
|
</modules>
|
||||||
|
|
||||||
|
</enunciate>
|
236
pom.xml
236
pom.xml
|
@ -5,13 +5,13 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>maven-parent</artifactId>
|
<artifactId>maven-parent</artifactId>
|
||||||
<groupId>org.gcube.tools</groupId>
|
<groupId>org.gcube.tools</groupId>
|
||||||
<version>1.1.0</version>
|
<version>1.2.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.gcube.data.transfer</groupId>
|
<groupId>org.gcube.data.transfer</groupId>
|
||||||
<artifactId>uri-resolver</artifactId>
|
<artifactId>uri-resolver</artifactId>
|
||||||
<version>2.4.0</version>
|
<version>2.10.0</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<description>The URI Resolver is an HTTP URI resolver implemented as an REST service which gives access trough HTTP to different gcube Resolvers and gCube Applications.</description>
|
<description>The URI Resolver is an HTTP URI resolver implemented as a REST service which gives access trough HTTP to different gcube Resolvers and gCube Applications.</description>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
|
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
|
||||||
|
@ -19,11 +19,47 @@
|
||||||
<url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
|
<url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
|
|
||||||
|
<profiles>
|
||||||
|
<!-- PROD profile -->
|
||||||
|
<profile>
|
||||||
|
<id>uri-resolver-release-profile</id>
|
||||||
|
<activation>
|
||||||
|
<property>
|
||||||
|
<name>Release</name>
|
||||||
|
</property>
|
||||||
|
</activation>
|
||||||
|
<properties>
|
||||||
|
<!-- <gcube-bom>2.4.0</gcube-bom> -->
|
||||||
|
<gcube-smartgears-bom-version>2.5.1</gcube-smartgears-bom-version>
|
||||||
|
<authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range>
|
||||||
|
</properties>
|
||||||
|
</profile>
|
||||||
|
<!-- DEV profile -->
|
||||||
|
<profile>
|
||||||
|
<id>uri-resolver-snapshot-profile</id>
|
||||||
|
<activation>
|
||||||
|
<property>
|
||||||
|
<name>!Release</name>
|
||||||
|
</property>
|
||||||
|
</activation>
|
||||||
|
<properties>
|
||||||
|
<!-- <gcube-bom>2.4.1-SNAPSHOT</gcube-bom> -->
|
||||||
|
<gcube-smartgears-bom-version>2.5.1-SNAPSHOT</gcube-smartgears-bom-version>
|
||||||
|
<authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range>
|
||||||
|
</properties>
|
||||||
|
</profile>
|
||||||
|
</profiles>
|
||||||
|
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<jersey.version>2.24.1</jersey.version>
|
<jersey.version>2.25.1</jersey.version>
|
||||||
<maven.compiler.source>1.7</maven.compiler.source>
|
<!-- Using 2.8.4 because storagehub-model.1.1.1 uses indirectly this version
|
||||||
|
via jsersey-media-json -->
|
||||||
|
<jackson.version>2.8.4</jackson.version>
|
||||||
|
<maven.compiler.source>1.8</maven.compiler.source>
|
||||||
<maven.compiler.target>1.8</maven.compiler.target>
|
<maven.compiler.target>1.8</maven.compiler.target>
|
||||||
<!-- <additionalparam>-Xdoclint:none</additionalparam> -->
|
<enunciate.version>2.14.0</enunciate.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
@ -31,13 +67,14 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>gcube-smartgears-bom</artifactId>
|
<artifactId>gcube-smartgears-bom</artifactId>
|
||||||
<version>1.1.0</version>
|
<version>${gcube-smartgears-bom-version}</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -45,6 +82,13 @@
|
||||||
<artifactId>common-smartgears</artifactId>
|
<artifactId>common-smartgears</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.eclipse.microprofile.health</groupId>
|
||||||
|
<artifactId>microprofile-health-api</artifactId>
|
||||||
|
<version>4.0</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.core</groupId>
|
<groupId>org.gcube.core</groupId>
|
||||||
<artifactId>common-smartgears-app</artifactId>
|
<artifactId>common-smartgears-app</artifactId>
|
||||||
|
@ -58,13 +102,13 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.contentmanagement</groupId>
|
<groupId>org.gcube.contentmanagement</groupId>
|
||||||
<artifactId>storage-manager-wrapper</artifactId>
|
<artifactId>storage-manager-wrapper</artifactId>
|
||||||
<version>[2.0.0, 3.0.0-SNAPSHOT)</version>
|
<version>[3.0.0, 4.0.0-SNAPSHOT)</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.contentmanagement</groupId>
|
<groupId>org.gcube.contentmanagement</groupId>
|
||||||
<artifactId>storage-manager-core</artifactId>
|
<artifactId>storage-manager-core</artifactId>
|
||||||
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
|
<version>[3.0.0,4.0.0-SNAPSHOT)</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<artifactId>slf4j-nop</artifactId>
|
<artifactId>slf4j-nop</artifactId>
|
||||||
|
@ -76,13 +120,20 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.data-publishing</groupId>
|
<groupId>org.gcube.data-publishing</groupId>
|
||||||
<artifactId>storagehub-application-persistence</artifactId>
|
<artifactId>storagehub-application-persistence</artifactId>
|
||||||
<version>[1.0.0, 2.0.0-SNAPSHOT)</version>
|
<version>[1.0.0, 3.0.0-SNAPSHOT)</version>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.gcube.common</groupId>
|
||||||
|
<artifactId>storagehub-client-library</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.data.analysis</groupId>
|
<groupId>org.gcube.data.analysis</groupId>
|
||||||
<artifactId>dataminer-invocation-model</artifactId>
|
<artifactId>dataminer-invocation-model</artifactId>
|
||||||
<version>[0.0.1,1.0.0-SNAPSHOT)</version>
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -91,15 +142,17 @@
|
||||||
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- TODO REMOVE THIS IMPORT -->
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.common</groupId>
|
<groupId>org.gcube.common</groupId>
|
||||||
<artifactId>gxHTTP</artifactId>
|
<artifactId>authorization-utils</artifactId>
|
||||||
<scope>compile</scope>
|
<version>${authorization-utils-range}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- //TO BE ADDED THE VERSION 18.0 <dependency> <groupId>com.google.guava</groupId>
|
<dependency>
|
||||||
<artifactId>guava</artifactId> </dependency> -->
|
<groupId>com.google.guava</groupId>
|
||||||
|
<artifactId>guava</artifactId>
|
||||||
|
<version>18.0</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.core</groupId>
|
<groupId>org.gcube.core</groupId>
|
||||||
|
@ -120,7 +173,6 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.common</groupId>
|
<groupId>org.gcube.common</groupId>
|
||||||
<artifactId>storagehub-client-library</artifactId>
|
<artifactId>storagehub-client-library</artifactId>
|
||||||
<version>[1.0.0, 2.0.0-SNAPSHOT)</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -129,7 +181,6 @@
|
||||||
<version>${jersey.version}</version>
|
<version>${jersey.version}</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.glassfish.jersey.core</groupId>
|
<groupId>org.glassfish.jersey.core</groupId>
|
||||||
<artifactId>jersey-server</artifactId>
|
<artifactId>jersey-server</artifactId>
|
||||||
|
@ -137,25 +188,58 @@
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
|
<artifactId>jackson-core</artifactId>
|
||||||
|
<version>${jackson.version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
|
<artifactId>jackson-annotations</artifactId>
|
||||||
|
<version>${jackson.version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
|
<artifactId>jackson-databind</artifactId>
|
||||||
|
<version>${jackson.version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- java melody -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>net.bull.javamelody</groupId>
|
||||||
|
<artifactId>javamelody-core</artifactId>
|
||||||
|
<version>1.82.0</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<!-- https://mvnrepository.com/artifact/javax.interceptor/javax.interceptor-api -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>javax.interceptor</groupId>
|
||||||
|
<artifactId>javax.interceptor-api</artifactId>
|
||||||
|
<version>1.2.2</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- weld -->
|
<!-- weld -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.enterprise</groupId>
|
<groupId>javax.enterprise</groupId>
|
||||||
<artifactId>cdi-api</artifactId>
|
<artifactId>cdi-api</artifactId>
|
||||||
<version>1.1</version>
|
<version>2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jboss.weld.servlet</groupId>
|
<groupId>org.jboss.weld.servlet</groupId>
|
||||||
<artifactId>weld-servlet</artifactId>
|
<artifactId>weld-servlet-core</artifactId>
|
||||||
<version>2.2.10.Final</version>
|
<version>3.1.0.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jboss</groupId>
|
<groupId>org.jboss</groupId>
|
||||||
<artifactId>jandex</artifactId>
|
<artifactId>jandex</artifactId>
|
||||||
<version>1.2.2.Final</version>
|
<version>2.2.2.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- end weld -->
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.servlet</groupId>
|
<groupId>javax.servlet</groupId>
|
||||||
<artifactId>javax.servlet-api</artifactId>
|
<artifactId>javax.servlet-api</artifactId>
|
||||||
|
@ -170,23 +254,46 @@
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- FOR BUILDING towards JDK_11 -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>javax.xml.bind</groupId>
|
||||||
|
<artifactId>jaxb-api</artifactId>
|
||||||
|
<!-- <version>2.3.0</version> -->
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<!-- FOR BUILDING towards JDK_11 -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.projectlombok</groupId>
|
||||||
|
<artifactId>lombok</artifactId>
|
||||||
|
<!-- <version>1.18.4</version> -->
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<!-- GIS RESOLVER DEPENDENCIES -->
|
<!-- GIS RESOLVER DEPENDENCIES -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.spatial.data</groupId>
|
<groupId>org.gcube.spatial.data</groupId>
|
||||||
<artifactId>geonetwork</artifactId>
|
<artifactId>geonetwork</artifactId>
|
||||||
<version>[3.0.0, 4.0.0-SNAPSHOT)</version>
|
<version>[3.4.5, 4.0.0-SNAPSHOT)</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- THIS ONE IS NOT A DIRECT DEPENDENCY OF URI-RESOLVER IT IS REQUIRED
|
||||||
|
TO BUILD -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.opengis</groupId>
|
||||||
|
<artifactId>geoapi</artifactId>
|
||||||
|
<version>3.0.1</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-lang</groupId>
|
<groupId>commons-lang</groupId>
|
||||||
<artifactId>commons-lang</artifactId>
|
<artifactId>commons-lang</artifactId>
|
||||||
<version>2.6</version>
|
<version>2.6</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<!-- DOM -->
|
<!-- DOM -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.w3c</groupId>
|
<groupId>org.w3c</groupId>
|
||||||
|
@ -196,19 +303,45 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.data-catalogue</groupId>
|
<groupId>org.gcube.datacatalogue</groupId>
|
||||||
<artifactId>ckan-util-library</artifactId>
|
<artifactId>catalogue-util-library</artifactId>
|
||||||
<version>[2.0.0, 3.0.0-SNAPSHOT)</version>
|
<version>[1.0.0, 2.0.0-SNAPSHOT)</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- END GIS RESOLVER DEPENDENCIES -->
|
<!-- END GIS RESOLVER DEPENDENCIES -->
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.gcube.application</groupId>
|
||||||
|
<artifactId>geoportal-data-mapper</artifactId>
|
||||||
|
<version>[1.1.0, 2.0.0-SNAPSHOT)</version>
|
||||||
|
<!-- Excluding these beacuse geoportal uses [2-3] ranges conflicting with
|
||||||
|
[3-4] used by URI-Resolver -->
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.gcube.contentmanagement</groupId>
|
||||||
|
<artifactId>storage-manager-wrapper</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.gcube.contentmanagement</groupId>
|
||||||
|
<artifactId>storage-manager-core</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
|
<scope>compile</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.slf4j</groupId>
|
||||||
|
<artifactId>slf4j-api</artifactId>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-log4j12</artifactId>
|
<artifactId>slf4j-log4j12</artifactId>
|
||||||
<version>1.6.4</version>
|
<version>1.6.4</version>
|
||||||
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-io</groupId>
|
<groupId>commons-io</groupId>
|
||||||
<artifactId>commons-io</artifactId>
|
<artifactId>commons-io</artifactId>
|
||||||
|
@ -242,8 +375,6 @@
|
||||||
</resource>
|
</resource>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
||||||
<!-- <finalName>${artifactId}</finalName> -->
|
|
||||||
|
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
@ -252,24 +383,51 @@
|
||||||
<target>${maven.compiler.target}</target>
|
<target>${maven.compiler.target}</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
<!-- Enunciate Maven plugin -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>com.webcohesion.enunciate</groupId>
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>enunciate-maven-plugin</artifactId>
|
||||||
|
<version>${enunciate.version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<descriptors>
|
<!-- <docsDir>${project.build.directory}/docs</docsDir> -->
|
||||||
<descriptor>descriptor.xml</descriptor>
|
|
||||||
</descriptors>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>servicearchive</id>
|
<id>assemble</id>
|
||||||
<phase>install</phase>
|
|
||||||
<goals>
|
<goals>
|
||||||
<goal>single</goal>
|
<goal>assemble</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
<!-- Copy Enunciate Docs -->
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-resources-plugin</artifactId>
|
||||||
|
<version>2.5</version>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>copy-enunciate-docs</id>
|
||||||
|
<phase>process-resources</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>copy-resources</goal>
|
||||||
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<outputDirectory>target</outputDirectory>
|
||||||
|
<resources>
|
||||||
|
<resource>
|
||||||
|
<targetPath>${project.build.directory}/${project.artifactId}-${project.version}/docs</targetPath>
|
||||||
|
<directory>${project.build.directory}/docs</directory>
|
||||||
|
<filtering>true</filtering>
|
||||||
|
</resource>
|
||||||
|
</resources>
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -14,10 +14,12 @@ import org.glassfish.jersey.server.ResourceConfig;
|
||||||
@ManagedBy(UriResolverSmartGearManagerInit.class)
|
@ManagedBy(UriResolverSmartGearManagerInit.class)
|
||||||
public class UriResolver extends ResourceConfig {
|
public class UriResolver extends ResourceConfig {
|
||||||
|
|
||||||
public UriResolver() {
|
public UriResolver() {
|
||||||
// Register all resources present under the package.
|
// Register all resources present under the package.
|
||||||
packages(CatalogueResolver.class.getPackage().getName(), RequestHandler.class.getPackage().getName(), BackCatalogueResolver.class.getPackage().getName());
|
packages(CatalogueResolver.class.getPackage().getName(), RequestHandler.class.getPackage().getName(), BackCatalogueResolver.class.getPackage().getName());
|
||||||
packages(DataMinerInvocation.class.getPackage().getName());
|
packages(DataMinerInvocation.class.getPackage().getName());
|
||||||
}
|
//
|
||||||
|
// register(JspMvcFeature.class);
|
||||||
|
// property(JspMvcFeature.TEMPLATE_BASE_PATH, "/WEB-INF/img");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -11,14 +11,15 @@ import java.util.Set;
|
||||||
|
|
||||||
import javax.ws.rs.Path;
|
import javax.ws.rs.Path;
|
||||||
|
|
||||||
|
import org.gcube.com.fasterxml.jackson.databind.node.ArrayNode;
|
||||||
|
import org.gcube.com.fasterxml.jackson.databind.node.JsonNodeFactory;
|
||||||
|
import org.gcube.com.fasterxml.jackson.databind.node.ObjectNode;
|
||||||
import org.glassfish.jersey.server.model.Resource;
|
import org.glassfish.jersey.server.model.Resource;
|
||||||
import org.glassfish.jersey.server.model.ResourceMethod;
|
import org.glassfish.jersey.server.model.ResourceMethod;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
import com.fasterxml.jackson.databind.node.ArrayNode;
|
|
||||||
import com.fasterxml.jackson.databind.node.JsonNodeFactory;
|
|
||||||
import com.fasterxml.jackson.databind.node.ObjectNode;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -192,8 +193,9 @@ public class UriResolverServices {
|
||||||
if(listResourcePath.isEmpty()){
|
if(listResourcePath.isEmpty()){
|
||||||
log.info("Reference to the List of Resources/Services is empty, creating it...");
|
log.info("Reference to the List of Resources/Services is empty, creating it...");
|
||||||
readResources(applicationClasses);
|
readResources(applicationClasses);
|
||||||
log.info("Hard-Coding the resource/s: "+ConstantsResolver.resourcesHardCoded);
|
List<String> listHardCodedResources = Arrays.asList(ConstantsResolver.resourcesHardCoded);
|
||||||
listResourcePath.addAll(Arrays.asList(ConstantsResolver.resourcesHardCoded));
|
log.info("Hard-Coding the resource/s: "+listHardCodedResources);
|
||||||
|
listResourcePath.addAll(listHardCodedResources);
|
||||||
}
|
}
|
||||||
|
|
||||||
return listResourcePath;
|
return listResourcePath;
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
package org.gcube.datatransfer.resolver.catalogue;
|
package org.gcube.datatransfer.resolver.catalogue;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Class CatalogueRequest.
|
* The Class CatalogueRequest.
|
||||||
*
|
*
|
||||||
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
* Nov 6, 2018
|
*
|
||||||
*
|
* Apr 20, 2022
|
||||||
* Binding Catalogue Request as a JSON
|
|
||||||
*/
|
*/
|
||||||
public class CatalogueRequest {
|
public class CatalogueRequest {
|
||||||
|
|
||||||
private String gcube_scope;
|
private String gcube_scope;
|
||||||
private String entity_context;
|
private String entity_context;
|
||||||
private String entity_name;
|
private String entity_name;
|
||||||
|
private String query_string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the gcube_scope.
|
* Gets the gcube_scope.
|
||||||
|
@ -42,12 +41,22 @@ public class CatalogueRequest {
|
||||||
return entity_name;
|
return entity_name;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/**
|
||||||
* @see java.lang.Object#toString()
|
* Gets the query string.
|
||||||
|
*
|
||||||
|
* @return the query string
|
||||||
|
*/
|
||||||
|
public String getQuery_string() {
|
||||||
|
return query_string;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* To string.
|
||||||
|
*
|
||||||
|
* @return the string
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
|
|
||||||
StringBuilder builder = new StringBuilder();
|
StringBuilder builder = new StringBuilder();
|
||||||
builder.append("CatalogueRequest [gcube_scope=");
|
builder.append("CatalogueRequest [gcube_scope=");
|
||||||
builder.append(gcube_scope);
|
builder.append(gcube_scope);
|
||||||
|
@ -55,6 +64,8 @@ public class CatalogueRequest {
|
||||||
builder.append(entity_context);
|
builder.append(entity_context);
|
||||||
builder.append(", entity_name=");
|
builder.append(", entity_name=");
|
||||||
builder.append(entity_name);
|
builder.append(entity_name);
|
||||||
|
builder.append(", query_string=");
|
||||||
|
builder.append(query_string);
|
||||||
builder.append("]");
|
builder.append("]");
|
||||||
return builder.toString();
|
return builder.toString();
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,35 +3,34 @@
|
||||||
*/
|
*/
|
||||||
package org.gcube.datatransfer.resolver.catalogue;
|
package org.gcube.datatransfer.resolver.catalogue;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.Arrays;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Enum ResourceCatalogueCodes.
|
* The Enum ResourceCatalogueCodes.
|
||||||
*
|
*
|
||||||
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
|
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Jan 31, 2017
|
||||||
* Jan 31, 2017
|
|
||||||
*
|
*
|
||||||
* see wiki page: https://wiki.gcube-system.org/gcube/URI_Resolver#CATALOGUE_Resolver
|
* see wiki page:
|
||||||
|
* https://wiki.gcube-system.org/gcube/URI_Resolver#CATALOGUE_Resolver
|
||||||
*/
|
*/
|
||||||
public enum ResourceCatalogueCodes {
|
public enum ResourceCatalogueCodes {
|
||||||
|
|
||||||
CTLG("ctlg","dataset", "Catalogue Product/Dataset"),
|
CTLG("ctlg", "dataset", "Catalogue Product/Dataset"),
|
||||||
//CTLGP("ctlg-p","product", "Catalogue Product"),
|
// CTLGP("ctlg-p","product", "Catalogue Product"),
|
||||||
CTLGD("ctlg-d","dataset", "Catalogue Dataset"),
|
CTLGD("ctlg-d", "dataset", "Catalogue Dataset"), CTLGO("ctlg-o", "organization", "Catalogue Organization"),
|
||||||
CTLGO("ctlg-o","organization", "Catalogue Organization"),
|
CTLGG("ctlg-g", "group", "Catalogue Group");
|
||||||
CTLGG("ctlg-g","group", "Catalogue Group");
|
|
||||||
|
|
||||||
private String id; //the code id
|
private String id; // the code id
|
||||||
private String value; //the code value
|
private String value; // the code value
|
||||||
private String description;
|
private String description;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instantiates a new resource catalogue codes.
|
* Instantiates a new resource catalogue codes.
|
||||||
*
|
*
|
||||||
* @param id the id
|
* @param id the id
|
||||||
* @param value the value
|
* @param value the value
|
||||||
* @param description the description
|
* @param description the description
|
||||||
*/
|
*/
|
||||||
private ResourceCatalogueCodes(String id, String value, String description) {
|
private ResourceCatalogueCodes(String id, String value, String description) {
|
||||||
|
@ -50,7 +49,6 @@ public enum ResourceCatalogueCodes {
|
||||||
return id;
|
return id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the value.
|
* Gets the value.
|
||||||
*
|
*
|
||||||
|
@ -61,7 +59,6 @@ public enum ResourceCatalogueCodes {
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the description.
|
* Gets the description.
|
||||||
*
|
*
|
||||||
|
@ -72,40 +69,37 @@ public enum ResourceCatalogueCodes {
|
||||||
return description;
|
return description;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Codes.
|
* Codes.
|
||||||
*
|
*
|
||||||
* @return the list
|
* @return the list
|
||||||
*/
|
*/
|
||||||
public static List<String> codes(){
|
public static List<String> codes() {
|
||||||
|
|
||||||
List<String> codes = new ArrayList<String>(ResourceCatalogueCodes.values().length);
|
return Arrays.asList(ResourceCatalogueCodes.values()).stream().map(ResourceCatalogueCodes::getId)
|
||||||
for (ResourceCatalogueCodes value : ResourceCatalogueCodes.values()) {
|
.collect(Collectors.toList());
|
||||||
codes.add(value.getId());
|
|
||||||
}
|
|
||||||
|
|
||||||
return codes;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Value of code id.
|
* Value of code id.
|
||||||
*
|
*
|
||||||
* @param id the id
|
* @param id the id
|
||||||
* @return the resource catalogue codes
|
* @return the resource catalogue codes
|
||||||
*/
|
*/
|
||||||
public static ResourceCatalogueCodes valueOfCodeId(String id){
|
public static ResourceCatalogueCodes valueOfCodeId(String id) {
|
||||||
if(id==null || id.isEmpty())
|
if (id == null || id.isEmpty())
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
for (ResourceCatalogueCodes value : ResourceCatalogueCodes.values()) {
|
List<ResourceCatalogueCodes> codes = Arrays.asList(ResourceCatalogueCodes.values()).stream()
|
||||||
if(value.id.compareTo(id)==0)
|
.filter(r -> r.getId().compareTo(id) == 0)
|
||||||
return value;
|
.collect(Collectors.toList());
|
||||||
}
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
if (codes == null || codes.isEmpty())
|
||||||
|
return null;
|
||||||
|
|
||||||
|
return codes.get(0);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Value of code value.
|
* Value of code value.
|
||||||
|
@ -113,14 +107,17 @@ public enum ResourceCatalogueCodes {
|
||||||
* @param codeValue the code value
|
* @param codeValue the code value
|
||||||
* @return the resource catalogue codes
|
* @return the resource catalogue codes
|
||||||
*/
|
*/
|
||||||
public static ResourceCatalogueCodes valueOfCodeValue(String codeValue){
|
public static ResourceCatalogueCodes valueOfCodeValue(String codeValue) {
|
||||||
if(codeValue==null || codeValue.isEmpty())
|
if (codeValue == null || codeValue.isEmpty())
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
for (ResourceCatalogueCodes rcc : ResourceCatalogueCodes.values()) {
|
List<ResourceCatalogueCodes> codes = Arrays.asList(ResourceCatalogueCodes.values()).stream()
|
||||||
if(rcc.value.compareTo(codeValue)==0)
|
.filter(r -> r.getValue().compareTo(codeValue) == 0)
|
||||||
return rcc;
|
.collect(Collectors.toList());
|
||||||
}
|
|
||||||
return null;
|
if (codes == null || codes.isEmpty())
|
||||||
|
return null;
|
||||||
|
|
||||||
|
return codes.get(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,7 @@ import java.util.Map;
|
||||||
|
|
||||||
import org.gcube.common.resources.gcore.ServiceEndpoint;
|
import org.gcube.common.resources.gcore.ServiceEndpoint;
|
||||||
import org.gcube.common.scope.api.ScopeProvider;
|
import org.gcube.common.scope.api.ScopeProvider;
|
||||||
import org.gcube.datacatalogue.ckanutillibrary.server.DataCatalogueImpl;
|
import org.gcube.datacatalogue.utillibrary.server.DataCatalogueImpl;
|
||||||
import org.gcube.resources.discovery.client.api.DiscoveryClient;
|
import org.gcube.resources.discovery.client.api.DiscoveryClient;
|
||||||
import org.gcube.resources.discovery.client.queries.api.SimpleQuery;
|
import org.gcube.resources.discovery.client.queries.api.SimpleQuery;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
|
|
|
@ -94,12 +94,12 @@ public class CatalogueStaticConfigurations{
|
||||||
if(toPrivateCKANCatalogueURL.startsWith(prefix)) {
|
if(toPrivateCKANCatalogueURL.startsWith(prefix)) {
|
||||||
toPrivateCKANCatalogueURL = toPrivateCKANCatalogueURL.replaceFirst(prefix, ""); //removing prefix
|
toPrivateCKANCatalogueURL = toPrivateCKANCatalogueURL.replaceFirst(prefix, ""); //removing prefix
|
||||||
String catalogueName = toPrivateCKANCatalogueURL.substring(0,toPrivateCKANCatalogueURL.indexOf(".d4science"));
|
String catalogueName = toPrivateCKANCatalogueURL.substring(0,toPrivateCKANCatalogueURL.indexOf(".d4science"));
|
||||||
LOG.info("Catalogue Name extration returning value: "+catalogueName);
|
LOG.info("Catalogue Name extraction returning value: "+catalogueName);
|
||||||
return catalogueName;
|
return catalogueName;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG.info("Catalogue Name extration returning null");
|
LOG.info("Catalogue Name extraction returning null");
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -18,8 +18,11 @@ import javax.xml.parsers.DocumentBuilderFactory;
|
||||||
|
|
||||||
import org.gcube.common.resources.gcore.utils.XPathHelper;
|
import org.gcube.common.resources.gcore.utils.XPathHelper;
|
||||||
import org.gcube.common.scope.api.ScopeProvider;
|
import org.gcube.common.scope.api.ScopeProvider;
|
||||||
import org.gcube.datacatalogue.ckanutillibrary.server.DataCatalogueImpl;
|
import org.gcube.datacatalogue.utillibrary.jackan.CkanClient;
|
||||||
import org.gcube.datacatalogue.ckanutillibrary.server.DataCatalogueRunningCluster.ACCESS_LEVEL_TO_CATALOGUE_PORTLET;
|
import org.gcube.datacatalogue.utillibrary.server.DataCatalogueImpl;
|
||||||
|
import org.gcube.datacatalogue.utillibrary.server.DataCatalogueRunningCluster.ACCESS_LEVEL_TO_CATALOGUE_PORTLET;
|
||||||
|
import org.gcube.datacatalogue.utillibrary.shared.jackan.model.CkanDataset;
|
||||||
|
import org.gcube.datacatalogue.utillibrary.shared.jackan.model.exceptions.CkanException;
|
||||||
import org.gcube.datatransfer.resolver.applicationprofile.ApplicationProfileNotFoundException;
|
import org.gcube.datatransfer.resolver.applicationprofile.ApplicationProfileNotFoundException;
|
||||||
import org.gcube.datatransfer.resolver.catalogue.endpoint.CatalogueServiceEndpointReader;
|
import org.gcube.datatransfer.resolver.catalogue.endpoint.CatalogueServiceEndpointReader;
|
||||||
import org.gcube.resources.discovery.client.api.DiscoveryClient;
|
import org.gcube.resources.discovery.client.api.DiscoveryClient;
|
||||||
|
@ -30,12 +33,7 @@ import org.slf4j.LoggerFactory;
|
||||||
import org.w3c.dom.Node;
|
import org.w3c.dom.Node;
|
||||||
import org.xml.sax.InputSource;
|
import org.xml.sax.InputSource;
|
||||||
|
|
||||||
import eu.trentorise.opendata.jackan.CkanClient;
|
|
||||||
import eu.trentorise.opendata.jackan.exceptions.CkanException;
|
|
||||||
import eu.trentorise.opendata.jackan.model.CkanDataset;
|
|
||||||
|
|
||||||
|
|
||||||
// TODO: Auto-generated Javadoc
|
|
||||||
/**
|
/**
|
||||||
* The Class CkanCatalogueConfigurationsReader.
|
* The Class CkanCatalogueConfigurationsReader.
|
||||||
*
|
*
|
||||||
|
@ -121,7 +119,7 @@ public class CkanCatalogueConfigurationsReader {
|
||||||
CkanClient client = new CkanClient(catalogueURL);
|
CkanClient client = new CkanClient(catalogueURL);
|
||||||
return client.getDataset(datasetIdorName);
|
return client.getDataset(datasetIdorName);
|
||||||
}catch(CkanException e){
|
}catch(CkanException e){
|
||||||
logger.info("Getting dataset "+datasetIdorName+" thrown a CkanException, returning null");
|
logger.info("Getting dataset "+datasetIdorName+" thrown a CkanException, returning null", e);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ import java.io.Serializable;
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
import org.gcube.datacatalogue.ckanutillibrary.server.DataCatalogueRunningCluster.ACCESS_LEVEL_TO_CATALOGUE_PORTLET;
|
import org.gcube.datacatalogue.utillibrary.server.DataCatalogueRunningCluster.ACCESS_LEVEL_TO_CATALOGUE_PORTLET;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
package org.gcube.datatransfer.resolver.geoportal;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Class GeoportalCommonConstants.
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
|
||||||
|
*
|
||||||
|
* Dec 1, 2020
|
||||||
|
*/
|
||||||
|
public class GeoportalCommonConstants {
|
||||||
|
|
||||||
|
public static final String GET_GEONA_ITEM_TYPE = "git";
|
||||||
|
public static final String GET_GEONA_ITEM_ID = "gid";
|
||||||
|
|
||||||
|
public static final String GEOPORTAL_DATA_VIEWER_APP_ID = "geoportal-data-viewer-app";
|
||||||
|
|
||||||
|
public static final String GEOPORTAL_DATA_ENTRY_APP_ID = "geoportal-data-entry-app";
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,80 @@
|
||||||
|
package org.gcube.datatransfer.resolver.geoportal;
|
||||||
|
|
||||||
|
import java.io.Serializable;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Class GeoportalConfigApplicationProfile.
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
|
*
|
||||||
|
* Apr 3, 2024
|
||||||
|
*/
|
||||||
|
public class GeoportalConfigApplicationProfile implements Serializable {
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = 8340275391003882511L;
|
||||||
|
private String restrictedPortletURL;
|
||||||
|
private String openPortletURL;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Instantiates a new geo na data viewer profile.
|
||||||
|
*/
|
||||||
|
public GeoportalConfigApplicationProfile() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the restricted portlet URL.
|
||||||
|
*
|
||||||
|
* @return the restricted portlet URL
|
||||||
|
*/
|
||||||
|
public String getRestrictedPortletURL() {
|
||||||
|
return restrictedPortletURL;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets the restricted portlet URL.
|
||||||
|
*
|
||||||
|
* @param restrictedPortletURL the new restricted portlet URL
|
||||||
|
*/
|
||||||
|
public void setRestrictedPortletURL(String restrictedPortletURL) {
|
||||||
|
this.restrictedPortletURL = restrictedPortletURL;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the open portlet URL.
|
||||||
|
*
|
||||||
|
* @return the open portlet URL
|
||||||
|
*/
|
||||||
|
public String getOpenPortletURL() {
|
||||||
|
return openPortletURL;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets the open portlet URL.
|
||||||
|
*
|
||||||
|
* @param openPortletURL the new open portlet URL
|
||||||
|
*/
|
||||||
|
public void setOpenPortletURL(String openPortletURL) {
|
||||||
|
this.openPortletURL = openPortletURL;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* To string.
|
||||||
|
*
|
||||||
|
* @return the string
|
||||||
|
*/
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
StringBuilder builder = new StringBuilder();
|
||||||
|
builder.append("GeoportalConfigApplicationProfile [restrictedPortletURL=");
|
||||||
|
builder.append(restrictedPortletURL);
|
||||||
|
builder.append(", openPortletURL=");
|
||||||
|
builder.append(openPortletURL);
|
||||||
|
builder.append("]");
|
||||||
|
return builder.toString();
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,179 @@
|
||||||
|
package org.gcube.datatransfer.resolver.geoportal;
|
||||||
|
|
||||||
|
import static org.gcube.resources.discovery.icclient.ICFactory.client;
|
||||||
|
|
||||||
|
import java.io.StringReader;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
import javax.xml.parsers.DocumentBuilder;
|
||||||
|
import javax.xml.parsers.DocumentBuilderFactory;
|
||||||
|
|
||||||
|
import org.gcube.common.resources.gcore.utils.XPathHelper;
|
||||||
|
import org.gcube.common.scope.api.ScopeProvider;
|
||||||
|
import org.gcube.datatransfer.resolver.applicationprofile.ApplicationProfileNotFoundException;
|
||||||
|
import org.gcube.resources.discovery.client.api.DiscoveryClient;
|
||||||
|
import org.gcube.resources.discovery.client.queries.api.Query;
|
||||||
|
import org.gcube.resources.discovery.client.queries.impl.QueryBox;
|
||||||
|
import org.slf4j.Logger;
|
||||||
|
import org.slf4j.LoggerFactory;
|
||||||
|
import org.w3c.dom.Document;
|
||||||
|
import org.xml.sax.InputSource;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Class GeoportalConfigApplicationProfileReader.
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
|
*
|
||||||
|
* Apr 3, 2024
|
||||||
|
*/
|
||||||
|
public class GeoportalConfigApplicationProfileReader {
|
||||||
|
|
||||||
|
private static Logger LOG = LoggerFactory.getLogger(GeoportalConfigApplicationProfileReader.class);
|
||||||
|
private static final String RESOURCE_PROFILE_BODY = "/Resource/Profile/Body";
|
||||||
|
public static final String SECONDARY_TYPE = "ApplicationProfile";
|
||||||
|
|
||||||
|
private String secondaryType;
|
||||||
|
private String scope;
|
||||||
|
private String appID;
|
||||||
|
private GeoportalConfigApplicationProfile geoportalConfigAppProfile;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Instantiates a new geoportal config application profile reader.
|
||||||
|
*
|
||||||
|
* @param appID the app ID
|
||||||
|
* @throws Exception the exception
|
||||||
|
*/
|
||||||
|
public GeoportalConfigApplicationProfileReader(String appID) throws Exception {
|
||||||
|
|
||||||
|
this.appID = appID;
|
||||||
|
this.secondaryType = SECONDARY_TYPE;
|
||||||
|
this.scope = ScopeProvider.instance.get();
|
||||||
|
this.geoportalConfigAppProfile = readProfileFromInfrastructure();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Read profile from infrastrucure.
|
||||||
|
*
|
||||||
|
* @return the map
|
||||||
|
* @throws Exception the exception
|
||||||
|
*/
|
||||||
|
private GeoportalConfigApplicationProfile readProfileFromInfrastructure() throws Exception {
|
||||||
|
|
||||||
|
String queryString = getGcubeGenericQueryString(secondaryType, appID);
|
||||||
|
LOG.info("Scope " + scope + ", trying to perform query: " + queryString);
|
||||||
|
|
||||||
|
try {
|
||||||
|
|
||||||
|
if (scope == null)
|
||||||
|
throw new Exception("Scope is null, set scope into ScopeProvider");
|
||||||
|
|
||||||
|
GeoportalConfigApplicationProfile profile = new GeoportalConfigApplicationProfile();
|
||||||
|
|
||||||
|
LOG.info("Trying to fetch ApplicationProfile in the scope: " + scope + ", SecondaryType: " + secondaryType
|
||||||
|
+ ", AppId: " + appID);
|
||||||
|
Query q = new QueryBox(queryString);
|
||||||
|
DiscoveryClient<String> client = client();
|
||||||
|
List<String> appProfile = client.submit(q);
|
||||||
|
// String item_fields = "";
|
||||||
|
|
||||||
|
if (appProfile == null || appProfile.size() == 0)
|
||||||
|
throw new ApplicationProfileNotFoundException("ApplicationProfile with SecondaryType: " + secondaryType
|
||||||
|
+ ", AppId: " + appID + " is not registered in the scope: " + scope);
|
||||||
|
else {
|
||||||
|
String elem = appProfile.get(0);
|
||||||
|
DocumentBuilder docBuilder = DocumentBuilderFactory.newInstance().newDocumentBuilder();
|
||||||
|
Document doc = docBuilder.parse(new InputSource(new StringReader(elem)));
|
||||||
|
|
||||||
|
XPathHelper helper = new XPathHelper(doc.getDocumentElement());
|
||||||
|
|
||||||
|
List<String> currValue = null;
|
||||||
|
String xPathExp = RESOURCE_PROFILE_BODY + "/RestrictedPortletURL/text()";
|
||||||
|
currValue = helper.evaluate(xPathExp);
|
||||||
|
if (currValue != null && currValue.size() > 0) {
|
||||||
|
profile.setRestrictedPortletURL(currValue.get(0));
|
||||||
|
} else
|
||||||
|
throw new Exception("I'm not able to read the path: " + xPathExp);
|
||||||
|
|
||||||
|
xPathExp = RESOURCE_PROFILE_BODY + "/OpenPortletURL/text()";
|
||||||
|
currValue = helper.evaluate(xPathExp);
|
||||||
|
if (currValue != null && currValue.size() > 0) {
|
||||||
|
profile.setOpenPortletURL(currValue.get(0));
|
||||||
|
} else
|
||||||
|
throw new Exception("I'm not able to read the path: " + xPathExp);
|
||||||
|
|
||||||
|
LOG.info("returning: " + profile);
|
||||||
|
return profile;
|
||||||
|
}
|
||||||
|
|
||||||
|
} catch (Exception e) {
|
||||||
|
LOG.error("Error while trying to read the SecondaryType " + SECONDARY_TYPE + " with appID " + appID
|
||||||
|
+ " from scope " + scope, e);
|
||||||
|
return null;
|
||||||
|
} finally {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the geoportal config app profile.
|
||||||
|
*
|
||||||
|
* @return the geoportal config app profile
|
||||||
|
*/
|
||||||
|
public GeoportalConfigApplicationProfile getGeoportalConfigAppProfile() {
|
||||||
|
return geoportalConfigAppProfile;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the gcube generic query string.
|
||||||
|
*
|
||||||
|
* @param secondaryType the secondary type
|
||||||
|
* @param appId the app id
|
||||||
|
* @return the gcube generic query string
|
||||||
|
*/
|
||||||
|
public static String getGcubeGenericQueryString(String secondaryType, String appId) {
|
||||||
|
|
||||||
|
return "for $profile in collection('/db/Profiles/GenericResource')//Resource "
|
||||||
|
+ "where $profile/Profile/SecondaryType/string() eq '" + secondaryType
|
||||||
|
+ "' and $profile/Profile/Body/AppId/string() " + " eq '" + appId + "'" + "return $profile";
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the secondary type.
|
||||||
|
*
|
||||||
|
* @return the secondary type
|
||||||
|
*/
|
||||||
|
public String getSecondaryType() {
|
||||||
|
return secondaryType;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the scope.
|
||||||
|
*
|
||||||
|
* @return the scope
|
||||||
|
*/
|
||||||
|
public String getScope() {
|
||||||
|
return scope;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* To string.
|
||||||
|
*
|
||||||
|
* @return the string
|
||||||
|
*/
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
StringBuilder builder = new StringBuilder();
|
||||||
|
builder.append("GeoportalConfigApplicationProfileReader [secondaryType=");
|
||||||
|
builder.append(secondaryType);
|
||||||
|
builder.append(", scope=");
|
||||||
|
builder.append(scope);
|
||||||
|
builder.append(", appID=");
|
||||||
|
builder.append(appID);
|
||||||
|
builder.append(", geoportalConfigAppProfile=");
|
||||||
|
builder.append(geoportalConfigAppProfile);
|
||||||
|
builder.append("]");
|
||||||
|
return builder.toString();
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,47 @@
|
||||||
|
package org.gcube.datatransfer.resolver.geoportal;
|
||||||
|
|
||||||
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||||
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
import lombok.extern.slf4j.Slf4j;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Class GeoportalRequest.
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
|
*
|
||||||
|
* Mar 23, 2023
|
||||||
|
*/
|
||||||
|
@Slf4j
|
||||||
|
@Data
|
||||||
|
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||||
|
public class GeoportalRequest {
|
||||||
|
|
||||||
|
public static final String P_GCUBE_SCOPE = "gcube_scope";
|
||||||
|
public static final String P_ITEM_TYPE = "item_type";
|
||||||
|
public static final String P_ITEM_ID = "item_id";
|
||||||
|
public static final String P_RESOLVES_AS = "res";
|
||||||
|
public static final String P_QUERY_STRING = "query_string";
|
||||||
|
|
||||||
|
@JsonProperty(P_GCUBE_SCOPE)
|
||||||
|
private String gcubeScope;
|
||||||
|
/**
|
||||||
|
* It is the UCD ID {usecase_id}
|
||||||
|
*/
|
||||||
|
@JsonProperty(P_ITEM_TYPE)
|
||||||
|
private String itemType;
|
||||||
|
/**
|
||||||
|
* It is the Project ID {project_id}
|
||||||
|
*/
|
||||||
|
@JsonProperty(P_ITEM_ID)
|
||||||
|
private String itemID;
|
||||||
|
|
||||||
|
@JsonProperty(P_QUERY_STRING)
|
||||||
|
private String queryString;
|
||||||
|
|
||||||
|
@JsonProperty(P_RESOLVES_AS)
|
||||||
|
private String res;
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,121 @@
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
package org.gcube.datatransfer.resolver.geoportal;
|
||||||
|
|
||||||
|
import java.util.Arrays;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
|
import org.gcube.datatransfer.resolver.services.GeoportalResolver;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Enum TargetAppGeoportalCodes.
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
|
*
|
||||||
|
* Mar 24, 2023
|
||||||
|
*/
|
||||||
|
public enum TargetAppGeoportalCodes {
|
||||||
|
|
||||||
|
GEO_DV(GeoportalResolver.GEO_DV, "data-viewer", "Geoportal Viewer"),
|
||||||
|
GEO_DE(GeoportalResolver.GEO_DE, "data-entry", "Geoportal Entry");
|
||||||
|
|
||||||
|
private String id; // the code id
|
||||||
|
private String name; // the code value
|
||||||
|
private String description;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Instantiates a new resource catalogue codes.
|
||||||
|
*
|
||||||
|
* @param id the id
|
||||||
|
* @param name the target app
|
||||||
|
* @param description the description
|
||||||
|
*/
|
||||||
|
private TargetAppGeoportalCodes(String id, String name, String description) {
|
||||||
|
this.id = id;
|
||||||
|
this.name = name;
|
||||||
|
this.description = description;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the id.
|
||||||
|
*
|
||||||
|
* @return the id
|
||||||
|
*/
|
||||||
|
public String getId() {
|
||||||
|
|
||||||
|
return id;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the target app.
|
||||||
|
*
|
||||||
|
* @return the target app
|
||||||
|
*/
|
||||||
|
public String getTarget_app() {
|
||||||
|
return name;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the description.
|
||||||
|
*
|
||||||
|
* @return the description
|
||||||
|
*/
|
||||||
|
public String getDescription() {
|
||||||
|
|
||||||
|
return description;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Codes.
|
||||||
|
*
|
||||||
|
* @return the list
|
||||||
|
*/
|
||||||
|
public static List<String> codes() {
|
||||||
|
|
||||||
|
return Arrays.asList(TargetAppGeoportalCodes.values()).stream().map(TargetAppGeoportalCodes::getId)
|
||||||
|
.collect(Collectors.toList());
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Value of id.
|
||||||
|
*
|
||||||
|
* @param id the id
|
||||||
|
* @return the target app geoportal codes
|
||||||
|
*/
|
||||||
|
public static TargetAppGeoportalCodes valueOfId(String id) {
|
||||||
|
if (id == null || id.isEmpty())
|
||||||
|
return null;
|
||||||
|
|
||||||
|
List<TargetAppGeoportalCodes> codes = Arrays.asList(TargetAppGeoportalCodes.values()).stream()
|
||||||
|
.filter(value -> value.getId().compareTo(id) == 0).collect(Collectors.toList());
|
||||||
|
|
||||||
|
if (codes == null || codes.isEmpty())
|
||||||
|
return null;
|
||||||
|
|
||||||
|
return codes.get(0);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Value of name.
|
||||||
|
*
|
||||||
|
* @param name the name
|
||||||
|
* @return the target app geoportal codes
|
||||||
|
*/
|
||||||
|
public static TargetAppGeoportalCodes valueOfName(String name) {
|
||||||
|
if (name == null || name.isEmpty())
|
||||||
|
return null;
|
||||||
|
|
||||||
|
List<TargetAppGeoportalCodes> codes = Arrays.asList(TargetAppGeoportalCodes.values()).stream()
|
||||||
|
.filter(value -> value.getTarget_app().compareTo(name) == 0).collect(Collectors.toList());
|
||||||
|
|
||||||
|
if (codes == null || codes.isEmpty())
|
||||||
|
return null;
|
||||||
|
|
||||||
|
return codes.get(0);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,66 @@
|
||||||
|
package org.gcube.datatransfer.resolver.geoportal.exporter;
|
||||||
|
|
||||||
|
import org.gcube.application.geoportaldatamapper.shared.FileReference;
|
||||||
|
|
||||||
|
public class FetchPDF {
|
||||||
|
|
||||||
|
private final int MAX_RETRY = 60;
|
||||||
|
private FileReference fileRef;
|
||||||
|
private String code;
|
||||||
|
|
||||||
|
private int attempt = 0;
|
||||||
|
|
||||||
|
public FetchPDF() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public FetchPDF(FileReference fileRef, String code, int attempt) {
|
||||||
|
super();
|
||||||
|
this.fileRef = fileRef;
|
||||||
|
this.code = code;
|
||||||
|
this.attempt = attempt;
|
||||||
|
}
|
||||||
|
|
||||||
|
public int getMAX_RETRY() {
|
||||||
|
return MAX_RETRY;
|
||||||
|
}
|
||||||
|
|
||||||
|
public FileReference getFileRef() {
|
||||||
|
return fileRef;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getCode() {
|
||||||
|
return code;
|
||||||
|
}
|
||||||
|
|
||||||
|
public int getAttempt() {
|
||||||
|
return attempt;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setFileRef(FileReference fileRef) {
|
||||||
|
this.fileRef = fileRef;
|
||||||
|
}
|
||||||
|
|
||||||
|
public synchronized int incrementAttempt() {
|
||||||
|
attempt++;
|
||||||
|
return attempt;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
StringBuilder builder = new StringBuilder();
|
||||||
|
builder.append("FetchPDF [MAX_RETRY=");
|
||||||
|
builder.append(MAX_RETRY);
|
||||||
|
builder.append(", fileRef=");
|
||||||
|
builder.append(fileRef);
|
||||||
|
builder.append(", code=");
|
||||||
|
builder.append(code);
|
||||||
|
builder.append(", attempt=");
|
||||||
|
builder.append(attempt);
|
||||||
|
builder.append("]");
|
||||||
|
return builder.toString();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,12 @@
|
||||||
|
package org.gcube.datatransfer.resolver.geoportal.exporter;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class GeoportalJsonResponse {
|
||||||
|
|
||||||
|
//State can be "OK" or "ERROR"
|
||||||
|
String state;
|
||||||
|
String url;
|
||||||
|
String message;
|
||||||
|
}
|
|
@ -0,0 +1,171 @@
|
||||||
|
package org.gcube.datatransfer.resolver.geoportal.exporter;
|
||||||
|
|
||||||
|
public class Geoportal_HTML_Page {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets the HTML message.
|
||||||
|
*
|
||||||
|
* @param action the action
|
||||||
|
* @param message the message
|
||||||
|
* @param waiting the waiting
|
||||||
|
* @return the string
|
||||||
|
*/
|
||||||
|
public static String entityHTMLMessage(String action, String message, boolean waiting, String viewPdfURL) {
|
||||||
|
|
||||||
|
//NB the images are located at https://data.d4science.net/qLix
|
||||||
|
String newHTML = "<html>\n"
|
||||||
|
+ "\n"
|
||||||
|
+ " <head>\n"
|
||||||
|
+ " <meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">\n"
|
||||||
|
+ " <style>\n"
|
||||||
|
+ " html,\n"
|
||||||
|
+ " body {\n"
|
||||||
|
+ " margin: 10px;\n"
|
||||||
|
+ " width: 100%;\n"
|
||||||
|
+ " height: 100%;\n"
|
||||||
|
+ " display: table\n"
|
||||||
|
+ " }\n"
|
||||||
|
+ "\n"
|
||||||
|
+ " #content {\n"
|
||||||
|
+ " position: absolute;\n"
|
||||||
|
+ " left: 50%;\n"
|
||||||
|
+ " top: 50%;\n"
|
||||||
|
+ " -webkit-transform: translate(-50%, -50%);\n"
|
||||||
|
+ " transform: translate(-50%, -50%);\n"
|
||||||
|
+ " text-align: center;\n"
|
||||||
|
+ " }\n"
|
||||||
|
+ "\n"
|
||||||
|
+ " #title-geo {\n"
|
||||||
|
+ " font-weight: bold;\n"
|
||||||
|
+ " color: black;\n"
|
||||||
|
+ " font-size: 26px;\n"
|
||||||
|
+ " }\n"
|
||||||
|
+ "\n"
|
||||||
|
+ " #message {\n"
|
||||||
|
+ " color: gray;\n"
|
||||||
|
+ " font-size: 24px;\n"
|
||||||
|
+ " }\n"
|
||||||
|
+ "\n"
|
||||||
|
+ " </style>\n"
|
||||||
|
+ " <script type=\"text/javascript\">\n"
|
||||||
|
+ " async function fetchPDF_URL() {\n"
|
||||||
|
+ " try {\n"
|
||||||
|
+ "\n"
|
||||||
|
+ " const response = await fetch('"+viewPdfURL+"');\n"
|
||||||
|
+ " console.log(\"polling response\");\n"
|
||||||
|
+ " return response.json();\n"
|
||||||
|
+ " } catch (error) {\n"
|
||||||
|
+ " console.error(\"polling error: \" + error);\n"
|
||||||
|
+ " showError(\"Error when exporting PDF :-(\");\n"
|
||||||
|
+ " }\n"
|
||||||
|
+ " }\n"
|
||||||
|
+ " async function playPDFPoll() {\n"
|
||||||
|
+ " const response_object = await fetchPDF_URL();\n"
|
||||||
|
+ " try {\n"
|
||||||
|
+ " console.log(\"json response \" + response_object);\n"
|
||||||
|
+ " if (response_object.state === \"OK\") {\n"
|
||||||
|
+ " if (!(response_object.url === null) && !(response_object.url === undefined)) {\n"
|
||||||
|
+ " window.location.replace(response_object.url);\n"
|
||||||
|
+ " } else {\n"
|
||||||
|
+ " setTimeout(() => {\n"
|
||||||
|
+ " playPDFPoll();\n"
|
||||||
|
+ " }, 1000);\n"
|
||||||
|
+ " }\n"
|
||||||
|
+ " } else {\n"
|
||||||
|
+ " showError(response_object.message);\n"
|
||||||
|
+ " }\n"
|
||||||
|
+ " } catch (error) {\n"
|
||||||
|
+ " console.log(\"no json response \" + response_object);\n"
|
||||||
|
+ " //console.log(\"error \" + error);\n"
|
||||||
|
+ " showError(\"Error when exporting PDF :-(\");\n"
|
||||||
|
+ " }\n"
|
||||||
|
+ "\n"
|
||||||
|
+ " }\n"
|
||||||
|
+ "\n"
|
||||||
|
+ " function showError(error_msg) {\n"
|
||||||
|
+ " let inner_div = document.getElementById(\"inner-content\");\n"
|
||||||
|
+ " inner_div.innerHTML = error_msg;\n"
|
||||||
|
+ " }\n"
|
||||||
|
+ "\n"
|
||||||
|
+ " </script>\n"
|
||||||
|
+ " <title>D4Science Geoportal - Action</title>\n"
|
||||||
|
+ " </head>\n"
|
||||||
|
+ "\n"
|
||||||
|
+ " <body onload=\"playPDFPoll()\">";
|
||||||
|
|
||||||
|
newHTML += "<img alt=\"D4Science Logo\" src=\"https://services.d4science.org/image/layout_set_logo?img_id=32727\"><br />";
|
||||||
|
|
||||||
|
newHTML += "<div id=\"content\">";
|
||||||
|
newHTML += "<p id=\"title-geo\">Geoportal</p><br />";
|
||||||
|
newHTML += "<div id=\"inner-content\">";
|
||||||
|
newHTML += "<p style=\"font-size: 18px;\">" + action + "</p>";
|
||||||
|
|
||||||
|
if (waiting) {
|
||||||
|
newHTML += "<img alt=\"D4Science Geoportal Loading Icon\" src=\"https://data.d4science.org/shub/E_a2Y1N2ZIaUhCVlE5R0JXNjJhVXVsTlNyNVJta2ZKZVFMaG52N2gxZm05VWJOb2RFTVBpa0pyV1hsUlg2WXJSTw==\"><br />";
|
||||||
|
}
|
||||||
|
|
||||||
|
newHTML += "<br/><p id=\"message\">" + message + "</p>";
|
||||||
|
newHTML += "</div></div></body></html>";
|
||||||
|
|
||||||
|
return newHTML;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets the HTML message.
|
||||||
|
*
|
||||||
|
* @param action the action
|
||||||
|
* @param message the message
|
||||||
|
* @param waiting the waiting
|
||||||
|
* @return the string
|
||||||
|
*/
|
||||||
|
public static String getErrorPage(String action, String message) {
|
||||||
|
|
||||||
|
String newHTML = "<html>\n"
|
||||||
|
+ "\n"
|
||||||
|
+ " <head>\n"
|
||||||
|
+ " <meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">\n"
|
||||||
|
+ " <style>\n"
|
||||||
|
+ " html,\n"
|
||||||
|
+ " body {\n"
|
||||||
|
+ " margin: 10px;\n"
|
||||||
|
+ " width: 100%;\n"
|
||||||
|
+ " height: 100%;\n"
|
||||||
|
+ " display: table\n"
|
||||||
|
+ " }\n"
|
||||||
|
+ "\n"
|
||||||
|
+ " #content {\n"
|
||||||
|
+ " position: absolute;\n"
|
||||||
|
+ " left: 50%;\n"
|
||||||
|
+ " top: 50%;\n"
|
||||||
|
+ " -webkit-transform: translate(-50%, -50%);\n"
|
||||||
|
+ " transform: translate(-50%, -50%);\n"
|
||||||
|
+ " text-align: center;\n"
|
||||||
|
+ " }\n"
|
||||||
|
+ "\n"
|
||||||
|
+ " #title-geo {\n"
|
||||||
|
+ " font-weight: bold;\n"
|
||||||
|
+ " color: black;\n"
|
||||||
|
+ " font-size: 26px;\n"
|
||||||
|
+ " }\n"
|
||||||
|
+ "\n"
|
||||||
|
+ " #message {\n"
|
||||||
|
+ " color: gray;\n"
|
||||||
|
+ " font-size: 24px;\n"
|
||||||
|
+ " }\n"
|
||||||
|
+ "\n"
|
||||||
|
+ " </style>\n"
|
||||||
|
+ "</head>";
|
||||||
|
|
||||||
|
newHTML += "<img alt=\"D4Science Logo\" src=\"https://services.d4science.org/image/layout_set_logo?img_id=32727\"><br />";
|
||||||
|
|
||||||
|
newHTML += "<div id=\"content\">";
|
||||||
|
newHTML += "<p id=\"title-geo\">Geoportal Exporter</p><br />";
|
||||||
|
newHTML += "<p style=\"font-size: 18px;\">" + action + "</p>";
|
||||||
|
newHTML += "<br/><p id=\"message\">" + message + "</p>";
|
||||||
|
newHTML += "</div></body></html>";
|
||||||
|
|
||||||
|
return newHTML;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -189,23 +189,4 @@ public class MetadataConverter {
|
||||||
|
|
||||||
return gisLI;
|
return gisLI;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
public static void main(String[] args) throws Exception {
|
|
||||||
|
|
||||||
// String geoserver = "http://www.fao.org/figis/a/wms/?service=WMS&version=1.1.0&request=GetMap&layers=area:FAO_AREAS&styles=Species_prob, puppa&bbox=-180.0,-88.0,180.0,90.0000000694&width=667&height=330&srs=EPSG:4326&format=image%2Fpng";
|
|
||||||
// System.out.println(MetadataConverter.getGeoserverBaseUri(geoserver));
|
|
||||||
|
|
||||||
String user ="admin";
|
|
||||||
String pwd = "admin";
|
|
||||||
boolean authenticate = true;
|
|
||||||
// String uuid ="177e1c3c-4a22-4ad9-b015-bfc443d16cb8";
|
|
||||||
String uuid ="fao-species-map-bep";
|
|
||||||
// String uuid ="fao-species-map-bon"; //FAO
|
|
||||||
String geoNetworkUrl ="http://geoserver-dev2.d4science-ii.research-infrastructures.eu/geonetwork";
|
|
||||||
GeonetworkInstance geonetowrkInstance = new GeonetworkInstance(geoNetworkUrl, user, pwd, authenticate);
|
|
||||||
String onLineResource = getWMSOnLineResource(geonetowrkInstance, uuid);
|
|
||||||
System.out.println(onLineResource);
|
|
||||||
|
|
||||||
}*/
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,20 +11,41 @@ import lombok.NoArgsConstructor;
|
||||||
import lombok.Setter;
|
import lombok.Setter;
|
||||||
import lombok.ToString;
|
import lombok.ToString;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* Instantiates a new parthenos request.
|
||||||
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
|
|
||||||
* Nov 26, 2018
|
|
||||||
*/
|
*/
|
||||||
@NoArgsConstructor
|
@NoArgsConstructor
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Instantiates a new parthenos request.
|
||||||
|
*
|
||||||
|
* @param entity_name the entity name
|
||||||
|
*/
|
||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the entity name.
|
||||||
|
*
|
||||||
|
* @return the entity name
|
||||||
|
*/
|
||||||
@Getter
|
@Getter
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets the entity name.
|
||||||
|
*
|
||||||
|
* @param entity_name the new entity name
|
||||||
|
*/
|
||||||
@Setter
|
@Setter
|
||||||
|
|
||||||
|
/**
|
||||||
|
* To string.
|
||||||
|
*
|
||||||
|
* @return the java.lang. string
|
||||||
|
*/
|
||||||
@ToString
|
@ToString
|
||||||
public class ParthenosRequest {
|
public class ParthenosRequest {
|
||||||
|
|
||||||
@JsonProperty(value="entity_name", required=true)
|
@JsonProperty(value = "entity_name", required = true)
|
||||||
private String entity_name;
|
private String entity_name;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,20 +19,25 @@ import javax.ws.rs.core.MultivaluedMap;
|
||||||
import javax.ws.rs.core.UriBuilder;
|
import javax.ws.rs.core.UriBuilder;
|
||||||
import javax.ws.rs.ext.Provider;
|
import javax.ws.rs.ext.Provider;
|
||||||
|
|
||||||
|
import org.gcube.common.authorization.library.provider.AccessTokenProvider;
|
||||||
import org.gcube.common.authorization.library.provider.SecurityTokenProvider;
|
import org.gcube.common.authorization.library.provider.SecurityTokenProvider;
|
||||||
|
import org.gcube.common.authorization.utils.manager.SecretManager;
|
||||||
|
import org.gcube.common.authorization.utils.manager.SecretManagerProvider;
|
||||||
|
import org.gcube.common.authorization.utils.secret.GCubeSecret;
|
||||||
|
import org.gcube.common.authorization.utils.secret.JWTSecret;
|
||||||
|
import org.gcube.common.authorization.utils.secret.Secret;
|
||||||
import org.gcube.common.scope.api.ScopeProvider;
|
import org.gcube.common.scope.api.ScopeProvider;
|
||||||
import org.gcube.datatransfer.resolver.ConstantsResolver;
|
import org.gcube.datatransfer.resolver.ConstantsResolver;
|
||||||
import org.gcube.datatransfer.resolver.UriResolverServices;
|
import org.gcube.datatransfer.resolver.UriResolverServices;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Class RequestHandler.
|
* The Class RequestHandler.
|
||||||
*
|
*
|
||||||
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
|
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
|
||||||
*
|
*
|
||||||
* Mar 15, 2019
|
* Mar 15, 2019
|
||||||
*/
|
*/
|
||||||
@Provider
|
@Provider
|
||||||
@PreMatching
|
@PreMatching
|
||||||
|
@ -44,7 +49,8 @@ public class RequestHandler implements ContainerRequestFilter, ContainerResponse
|
||||||
|
|
||||||
private static final Logger log = LoggerFactory.getLogger(RequestHandler.class);
|
private static final Logger log = LoggerFactory.getLogger(RequestHandler.class);
|
||||||
|
|
||||||
@Context ServletContext context;
|
@Context
|
||||||
|
ServletContext context;
|
||||||
|
|
||||||
@Context
|
@Context
|
||||||
HttpServletRequest webRequest;
|
HttpServletRequest webRequest;
|
||||||
|
@ -55,127 +61,195 @@ public class RequestHandler implements ContainerRequestFilter, ContainerResponse
|
||||||
@Context
|
@Context
|
||||||
ResourceContext resourceContext;
|
ResourceContext resourceContext;
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/**
|
||||||
* @see javax.ws.rs.container.ContainerRequestFilter#filter(javax.ws.rs.container.ContainerRequestContext)
|
* Filter.
|
||||||
*/
|
*
|
||||||
@Override
|
* @param reqContext the req context
|
||||||
public void filter(ContainerRequestContext reqContext) throws IOException {
|
* @throws IOException Signals that an I/O exception has occurred.
|
||||||
log.info(RequestHandler.class.getSimpleName() +" Request called");
|
*/
|
||||||
|
/*
|
||||||
if(SecurityTokenProvider.instance.get()==null)
|
* (non-Javadoc)
|
||||||
SecurityTokenProvider.instance.set(context.getInitParameter(ROOT_APP_TOKEN));
|
*
|
||||||
|
* @see
|
||||||
|
* javax.ws.rs.container.ContainerRequestFilter#filter(javax.ws.rs.container.
|
||||||
|
* ContainerRequestContext)
|
||||||
|
*/
|
||||||
|
@Override
|
||||||
|
public void filter(ContainerRequestContext reqContext) throws IOException {
|
||||||
|
log.debug(RequestHandler.class.getSimpleName() + " Request called");
|
||||||
|
setSecretManager(reqContext);
|
||||||
|
|
||||||
if(ScopeProvider.instance.get()==null)
|
if (SecurityTokenProvider.instance.get() == null)
|
||||||
ScopeProvider.instance.set(context.getInitParameter(ROOT_SCOPE));
|
SecurityTokenProvider.instance.set(context.getInitParameter(ROOT_APP_TOKEN));
|
||||||
|
|
||||||
log.info("Token and Scope Provider set called");
|
if (ScopeProvider.instance.get() == null)
|
||||||
|
ScopeProvider.instance.set(context.getInitParameter(ROOT_SCOPE));
|
||||||
|
|
||||||
|
log.debug("Token and Scope Provider set called");
|
||||||
|
|
||||||
List<String> listOfPath = UriResolverServices.getInstance().getListOfResourcePath(application.getClasses());
|
List<String> listOfPath = UriResolverServices.getInstance().getListOfResourcePath(application.getClasses());
|
||||||
log.debug("The resources are: {}", listOfPath);
|
log.debug("The resources are: {}", listOfPath);
|
||||||
|
|
||||||
String path = reqContext.getUriInfo().getPath();
|
String path = reqContext.getUriInfo().getPath();
|
||||||
log.debug("The path is: {}", path);
|
log.debug("The path is: {}", path);
|
||||||
|
|
||||||
//HOW TO READ THE QUERY STRING
|
// HOW TO READ THE QUERY STRING
|
||||||
/*MultivaluedMap<String, String> queryParameters = reqContext.getUriInfo().getQueryParameters();
|
/*
|
||||||
String queryString = "";
|
* MultivaluedMap<String, String> queryParameters =
|
||||||
try {
|
* reqContext.getUriInfo().getQueryParameters(); String queryString = ""; try {
|
||||||
queryString = Util.toQueryString(queryParameters);
|
* queryString = Util.toQueryString(queryParameters); }catch (Exception e) {
|
||||||
}catch (Exception e) {
|
* //silent
|
||||||
//silent
|
* log.warn("Error on reading the query string, trying to continue..."); }
|
||||||
log.warn("Error on reading the query string, trying to continue...");
|
* log.debug("The query string is: {}", queryString);
|
||||||
|
*/
|
||||||
|
|
||||||
|
if (path == null || path.isEmpty()) {
|
||||||
|
log.debug("The path is null or empty, redirecting to /index");
|
||||||
|
URI newRequestURI = reqContext.getUriInfo().getBaseUriBuilder().path("/index").build();
|
||||||
|
reqContext.setRequestUri(newRequestURI);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
log.debug("The query string is: {}", queryString);
|
|
||||||
*/
|
|
||||||
|
|
||||||
if(path==null || path.isEmpty()) {
|
String[] splittePath = null;
|
||||||
log.debug("The path is null or empty, redirecting to /index");
|
boolean resourceToRedirectFound = false;
|
||||||
URI newRequestURI = reqContext.getUriInfo().getBaseUriBuilder().path("/index").build();
|
String candidateResource = "";
|
||||||
reqContext.setRequestUri(newRequestURI);
|
try {
|
||||||
return;
|
splittePath = path.split("/");
|
||||||
}
|
if (splittePath != null && splittePath.length > 0) {
|
||||||
|
String requestedResourceName = splittePath[0];
|
||||||
String[] splittePath = null;
|
log.debug("The resource requested is: {}", requestedResourceName);
|
||||||
boolean resourceToRedirectFound = false;
|
|
||||||
String candidateResource = "";
|
if (requestedResourceName != null && !requestedResourceName.isEmpty()) {
|
||||||
try {
|
for (String resource : listOfPath) {
|
||||||
splittePath = path.split("/");
|
log.trace("Is resource '{}' starting with '{}' ?", resource, requestedResourceName);
|
||||||
if(splittePath!=null && splittePath.length>0) {
|
if (resource.startsWith(requestedResourceName)) {
|
||||||
String requestedResourceName = splittePath[0];
|
|
||||||
log.debug("The resource requested is: {}",requestedResourceName);
|
|
||||||
|
|
||||||
if(requestedResourceName!=null && !requestedResourceName.isEmpty()) {
|
|
||||||
for (String resource : listOfPath) {
|
|
||||||
log.trace("Is resource '{}' starting with '{}' ?",resource,requestedResourceName);
|
|
||||||
if(resource.startsWith(requestedResourceName)) {
|
|
||||||
log.trace("Yes it starts!");
|
log.trace("Yes it starts!");
|
||||||
candidateResource = requestedResourceName;
|
candidateResource = requestedResourceName;
|
||||||
log.info("The candidate resource to manage the request is: {}",candidateResource);
|
log.info("The candidate resource to manage the request is: {}", candidateResource);
|
||||||
resourceToRedirectFound = true;
|
resourceToRedirectFound = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//Try to manage as Catalogue Request ctlg, ctlg-p, etc.
|
// Try to manage as Catalogue Request ctlg, ctlg-p, etc.
|
||||||
if(!resourceToRedirectFound) {
|
if (!resourceToRedirectFound) {
|
||||||
log.info("Trying to manage as hard-coded case among cases: {}", Arrays.asList(ConstantsResolver.resourcesHardCoded).toString());
|
log.info("Trying to manage as hard-coded case among cases: {}",
|
||||||
String[] hardCode = ConstantsResolver.resourcesHardCoded;
|
Arrays.asList(ConstantsResolver.resourcesHardCoded).toString());
|
||||||
|
String[] hardCode = ConstantsResolver.resourcesHardCoded;
|
||||||
for (String resource : hardCode) {
|
|
||||||
log.trace("Is requested resource '{}' starting with hard-coded resource '{}'?",requestedResourceName,resource);
|
for (String resource : hardCode) {
|
||||||
if(requestedResourceName.startsWith(resource)) {
|
log.trace("Is requested resource '{}' starting with hard-coded resource '{}'?",
|
||||||
|
requestedResourceName, resource);
|
||||||
|
if (requestedResourceName.startsWith(resource)) {
|
||||||
log.trace("Yes it starts!");
|
log.trace("Yes it starts!");
|
||||||
candidateResource = resource;
|
candidateResource = resource;
|
||||||
log.info("The candidate resource to manage the request is the hard-coded resource: {}",candidateResource);
|
log.info("The candidate resource to manage the request is the hard-coded resource: {}",
|
||||||
|
candidateResource);
|
||||||
resourceToRedirectFound = true;
|
resourceToRedirectFound = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}else
|
} else
|
||||||
log.warn("It was not possible to get the resource name from the splitted path {}. No action performed", path);
|
log.warn(
|
||||||
}else {
|
"It was not possible to get the resource name from the splitted path {}. No action performed",
|
||||||
log.warn("It was not possible to split the path {}. No action performed", path);
|
path);
|
||||||
}
|
} else {
|
||||||
}catch (Exception e) {
|
log.warn("It was not possible to split the path {}. No action performed", path);
|
||||||
|
}
|
||||||
|
} catch (Exception e) {
|
||||||
log.error("Error trying to retrieve the service able to manage the request. No action performed", e);
|
log.error("Error trying to retrieve the service able to manage the request. No action performed", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(resourceToRedirectFound) {
|
|
||||||
log.debug("The input request '{}' can be managed by the service '{}'. No redirect performed", path, candidateResource);
|
|
||||||
}else {
|
|
||||||
log.info("No resource/service found to manage the input request '{}'", path);
|
|
||||||
String newPath = String.format("/%s/%s", ConstantsResolver.defaultServiceToRedirect,path);
|
|
||||||
//log.debug("The path to redirect is '{}'", newPath);
|
|
||||||
//URI newRequestURI = reqContext.getUriInfo().getBaseUriBuilder().path(newPath).build();
|
|
||||||
UriBuilder uriBuilder = reqContext.getUriInfo().getBaseUriBuilder();
|
|
||||||
//ADDING THE INPUT QUERY STRING
|
|
||||||
MultivaluedMap<String, String> queryParameters = reqContext.getUriInfo().getQueryParameters();
|
|
||||||
for (String param : queryParameters.keySet()) {
|
|
||||||
List<String> values = queryParameters.get(param);
|
|
||||||
if(values!=null && !values.isEmpty())
|
|
||||||
uriBuilder.queryParam(param,values.toArray());
|
|
||||||
}
|
|
||||||
|
|
||||||
URI newRequestURI = uriBuilder.path(newPath).build();
|
|
||||||
log.info("Redirect to URI path '{}'", newRequestURI.toString());
|
|
||||||
reqContext.setRequestUri(newRequestURI);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* (non-Javadoc)
|
if (resourceToRedirectFound) {
|
||||||
* @see javax.ws.rs.container.ContainerResponseFilter#filter(javax.ws.rs.container.ContainerRequestContext, javax.ws.rs.container.ContainerResponseContext)
|
log.debug("The input request '{}' can be managed by the service '{}'. No redirect performed", path,
|
||||||
|
candidateResource);
|
||||||
|
} else {
|
||||||
|
log.info("No resource/service found to manage the input request '{}'", path);
|
||||||
|
String newPath = String.format("/%s/%s", ConstantsResolver.defaultServiceToRedirect, path);
|
||||||
|
// log.debug("The path to redirect is '{}'", newPath);
|
||||||
|
// URI newRequestURI =
|
||||||
|
// reqContext.getUriInfo().getBaseUriBuilder().path(newPath).build();
|
||||||
|
UriBuilder uriBuilder = reqContext.getUriInfo().getBaseUriBuilder();
|
||||||
|
// ADDING THE INPUT QUERY STRING
|
||||||
|
MultivaluedMap<String, String> queryParameters = reqContext.getUriInfo().getQueryParameters();
|
||||||
|
for (String param : queryParameters.keySet()) {
|
||||||
|
List<String> values = queryParameters.get(param);
|
||||||
|
if (values != null && !values.isEmpty())
|
||||||
|
uriBuilder.queryParam(param, values.toArray());
|
||||||
|
}
|
||||||
|
|
||||||
|
URI newRequestURI = uriBuilder.path(newPath).build();
|
||||||
|
log.info("Redirect to URI path '{}'", newRequestURI.toString());
|
||||||
|
reqContext.setRequestUri(newRequestURI);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Filter.
|
||||||
|
*
|
||||||
|
* @param requestContext the request context
|
||||||
|
* @param responseContext the response context
|
||||||
|
* @throws IOException Signals that an I/O exception has occurred.
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
* (non-Javadoc)
|
||||||
|
*
|
||||||
|
* @see
|
||||||
|
* javax.ws.rs.container.ContainerResponseFilter#filter(javax.ws.rs.container.
|
||||||
|
* ContainerRequestContext, javax.ws.rs.container.ContainerResponseContext)
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void filter(ContainerRequestContext requestContext, ContainerResponseContext responseContext)
|
public void filter(ContainerRequestContext requestContext, ContainerResponseContext responseContext)
|
||||||
throws IOException {
|
throws IOException {
|
||||||
log.info(RequestHandler.class.getSimpleName() +" Response called");
|
log.debug(RequestHandler.class.getSimpleName() + " Response called");
|
||||||
SecurityTokenProvider.instance.reset();
|
SecurityTokenProvider.instance.reset();
|
||||||
ScopeProvider.instance.reset();
|
ScopeProvider.instance.reset();
|
||||||
log.info("Token and Scope Provider reset called");
|
log.debug("Token and Scope Provider reset called");
|
||||||
|
resetScretManager(requestContext, responseContext);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Reset scret manager.
|
||||||
|
*
|
||||||
|
* @param requestContext the request context
|
||||||
|
* @param responseContext the response context
|
||||||
|
* @throws IOException Signals that an I/O exception has occurred.
|
||||||
|
*/
|
||||||
|
private void resetScretManager(ContainerRequestContext requestContext, ContainerResponseContext responseContext)
|
||||||
|
throws IOException {
|
||||||
|
log.debug("SecreteManager instance remove");
|
||||||
|
SecretManagerProvider.instance.remove();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets the secret manager.
|
||||||
|
*
|
||||||
|
* @param requestContext the new secret manager
|
||||||
|
* @throws IOException Signals that an I/O exception has occurred.
|
||||||
|
*/
|
||||||
|
private void setSecretManager(ContainerRequestContext requestContext) throws IOException {
|
||||||
|
log.debug("setSecretManager called");
|
||||||
|
|
||||||
|
SecretManagerProvider.instance.remove();
|
||||||
|
SecretManager secretManager = new SecretManager();
|
||||||
|
|
||||||
|
String token = AccessTokenProvider.instance.get();
|
||||||
|
if (token != null) {
|
||||||
|
Secret secret = new JWTSecret(token);
|
||||||
|
secretManager.addSecret(secret);
|
||||||
|
}
|
||||||
|
|
||||||
|
token = SecurityTokenProvider.instance.get();
|
||||||
|
if (token != null) {
|
||||||
|
Secret secret = new GCubeSecret(token);
|
||||||
|
secretManager.addSecret(secret);
|
||||||
|
}
|
||||||
|
|
||||||
|
SecretManagerProvider.instance.set(secretManager);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
|
@ -43,7 +43,6 @@ import org.gcube.common.storagehub.model.Metadata;
|
||||||
import org.gcube.data.analysis.dminvocation.ActionType;
|
import org.gcube.data.analysis.dminvocation.ActionType;
|
||||||
import org.gcube.data.analysis.dminvocation.DataMinerInvocationManager;
|
import org.gcube.data.analysis.dminvocation.DataMinerInvocationManager;
|
||||||
import org.gcube.data.analysis.dminvocation.model.DataMinerInvocation;
|
import org.gcube.data.analysis.dminvocation.model.DataMinerInvocation;
|
||||||
import org.gcube.datatransfer.resolver.requesthandler.RequestHandler;
|
|
||||||
import org.gcube.datatransfer.resolver.services.error.ExceptionManager;
|
import org.gcube.datatransfer.resolver.services.error.ExceptionManager;
|
||||||
import org.gcube.datatransfer.resolver.services.exceptions.InternalServerException;
|
import org.gcube.datatransfer.resolver.services.exceptions.InternalServerException;
|
||||||
import org.gcube.datatransfer.resolver.util.ScopeUtil;
|
import org.gcube.datatransfer.resolver.util.ScopeUtil;
|
||||||
|
@ -57,10 +56,15 @@ import org.slf4j.LoggerFactory;
|
||||||
import org.xml.sax.SAXException;
|
import org.xml.sax.SAXException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Class AnalyticsCreateResolver.
|
* The AnalyticsCreateResolver provides a method to get the Analytics URLs by
|
||||||
*
|
* which is possible to invoke through the DataMiner Executor the run of an
|
||||||
|
* algorithm stored in a certain VRE.
|
||||||
|
*
|
||||||
|
* See more at
|
||||||
|
* https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#Analytics_Resolver
|
||||||
|
*
|
||||||
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
|
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
|
||||||
* Dec 12, 2018
|
* Dec 12, 2018
|
||||||
*/
|
*/
|
||||||
@Path("analytics")
|
@Path("analytics")
|
||||||
public class AnalyticsCreateResolver {
|
public class AnalyticsCreateResolver {
|
||||||
|
@ -77,11 +81,15 @@ public class AnalyticsCreateResolver {
|
||||||
private static Logger logger = LoggerFactory.getLogger(AnalyticsCreateResolver.class);
|
private static Logger logger = LoggerFactory.getLogger(AnalyticsCreateResolver.class);
|
||||||
private static String helpURI = "https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#Analytics_Resolver";
|
private static String helpURI = "https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#Analytics_Resolver";
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates the analytics url.
|
* Creates the analytics url.
|
||||||
*
|
*
|
||||||
* @param req the req
|
* Request format: [URI_RESOLVER_SERVICE_ENDPOINT]/analytics/create
|
||||||
|
*
|
||||||
|
* See more at
|
||||||
|
* https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#HTTP_POST:_Create_an_Analytics_URL
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
* @param body the body
|
* @param body the body
|
||||||
* @return the response
|
* @return the response
|
||||||
* @throws WebApplicationException the web application exception
|
* @throws WebApplicationException the web application exception
|
||||||
|
@ -90,220 +98,246 @@ public class AnalyticsCreateResolver {
|
||||||
@Path("/create")
|
@Path("/create")
|
||||||
@Consumes(MediaType.TEXT_PLAIN)
|
@Consumes(MediaType.TEXT_PLAIN)
|
||||||
@Produces(MediaType.TEXT_PLAIN)
|
@Produces(MediaType.TEXT_PLAIN)
|
||||||
public Response createAnalyticsURL(@Context HttpServletRequest req, String body) throws WebApplicationException{
|
public Response createAnalyticsURL(@Context HttpServletRequest req, String body) throws WebApplicationException {
|
||||||
logger.info(this.getClass().getSimpleName()+" POST starts...");
|
logger.info(this.getClass().getSimpleName() + " POST starts...");
|
||||||
|
|
||||||
try{
|
try {
|
||||||
logger.info("body is: "+body);
|
logger.info("body is: " + body);
|
||||||
|
|
||||||
DataMinerInvocation jsonRequest = null;
|
DataMinerInvocation jsonRequest = null;
|
||||||
try {
|
try {
|
||||||
|
|
||||||
jsonRequest = DataMinerInvocationManager.getInstance().unmarshalingJSON(IOUtils.toInputStream(body), true);
|
jsonRequest = DataMinerInvocationManager.getInstance().unmarshalingJSON(IOUtils.toInputStream(body),
|
||||||
}
|
true);
|
||||||
catch (IOException | JAXBException | SAXException e1) {
|
} catch (IOException | JAXBException | SAXException e1) {
|
||||||
logger.error("The body is not a valid DataMinerInvocation JSON request",e1);
|
logger.error("The body is not a valid DataMinerInvocation JSON request", e1);
|
||||||
throw ExceptionManager.badRequestException(req, "Bad 'dataminer-invocation' JSON request: \n"+e1.getCause().getMessage(), this.getClass(), helpURI);
|
throw ExceptionManager.badRequestException(req,
|
||||||
|
"Bad 'dataminer-invocation' JSON request: \n" + e1.getCause().getMessage(), this.getClass(),
|
||||||
|
helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.debug("The body contains the request: "+jsonRequest.toString());
|
logger.debug("The body contains the request: " + jsonRequest.toString());
|
||||||
|
|
||||||
|
|
||||||
String contextToken = SecurityTokenProvider.instance.get();
|
|
||||||
String scope = ScopeProvider.instance.get();
|
String scope = ScopeProvider.instance.get();
|
||||||
// logger.info("SecurityTokenProvider contextToken: "+contextToken);
|
// logger.info("SecurityTokenProvider contextToken: "+contextToken);
|
||||||
logger.info("ScopeProvider has scope: "+scope);
|
logger.info("ScopeProvider has scope: " + scope);
|
||||||
|
|
||||||
String appToken = req.getServletContext().getInitParameter(RequestHandler.ROOT_APP_TOKEN);
|
|
||||||
|
|
||||||
if(contextToken.compareTo(appToken)==0){
|
|
||||||
logger.error("Token not passed, SecurityTokenProvider contains the root app token: "+appToken.substring(0,10)+"...");
|
|
||||||
throw ExceptionManager.unauthorizedException(req, "You are not authorized. You must pass a token of VRE", this.getClass(), helpURI);
|
|
||||||
}
|
|
||||||
|
|
||||||
String operatorID = jsonRequest.getOperatorId();
|
String operatorID = jsonRequest.getOperatorId();
|
||||||
|
|
||||||
if(scope==null || scope.isEmpty()){
|
if (scope == null || scope.isEmpty()) {
|
||||||
logger.error("The parameter 'scope' not found or empty in the JSON object");
|
logger.error("The parameter 'scope' not found or empty in the JSON object");
|
||||||
throw ExceptionManager.badRequestException(req, "Mandatory body parameter 'scope' not found or empty in the JSON object", this.getClass(), helpURI);
|
throw ExceptionManager.badRequestException(req,
|
||||||
|
"Mandatory body parameter 'scope' not found or empty in the JSON object", this.getClass(),
|
||||||
|
helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (operatorID == null || operatorID.isEmpty()) {
|
||||||
if(operatorID==null || operatorID.isEmpty()){
|
|
||||||
logger.error("The parameter 'operatorId' not found or empty in the JSON object");
|
logger.error("The parameter 'operatorId' not found or empty in the JSON object");
|
||||||
throw ExceptionManager.badRequestException(req, "Mandatory body parameter 'operatorId' not found or empty in the JSON object", this.getClass(), helpURI);
|
throw ExceptionManager.badRequestException(req,
|
||||||
|
"Mandatory body parameter 'operatorId' not found or empty in the JSON object", this.getClass(),
|
||||||
|
helpURI);
|
||||||
|
}
|
||||||
|
|
||||||
|
ScopeBean scopeBean = new ScopeBean(scope);
|
||||||
|
if (scopeBean.is(Type.INFRASTRUCTURE) || scopeBean.is(Type.VO)) {
|
||||||
|
logger.error(Type.INFRASTRUCTURE + "or " + Type.VO + " scope detected, you must set a scope of VRE");
|
||||||
|
throw ExceptionManager.unauthorizedException(req,
|
||||||
|
"You are not authorized. You must pass a token of VRE", this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
ScopeBean scopeBean = new ScopeBean(scope);
|
|
||||||
String publicLinkToDMInvFile = "";
|
String publicLinkToDMInvFile = "";
|
||||||
|
|
||||||
if(scopeBean.is(Type.VRE)){
|
if (scopeBean.is(Type.VRE)) {
|
||||||
String vreName = scopeBean.name();
|
String vreName = scopeBean.name();
|
||||||
|
|
||||||
String analyticsGetResolverURL = String.format("%s/%s", Util.getServerURL(req), "analytics/get");
|
String analyticsGetResolverURL = String.format("%s/%s", Util.getServerURL(req), "analytics/get");
|
||||||
//Creating DM invocation file
|
// Creating DM invocation file
|
||||||
if(jsonRequest.getActionType()==null)
|
if (jsonRequest.getActionType() == null)
|
||||||
jsonRequest.setActionType(ActionType.RUN);
|
jsonRequest.setActionType(ActionType.RUN);
|
||||||
|
|
||||||
File tempInvocationFile = null;
|
File tempInvocationFile = null;
|
||||||
try {
|
try {
|
||||||
|
|
||||||
|
String contextToken = SecurityTokenProvider.instance.get();
|
||||||
String xmlRequest = DataMinerInvocationManager.getInstance().marshalingXML(jsonRequest, true, true);
|
String xmlRequest = DataMinerInvocationManager.getInstance().marshalingXML(jsonRequest, true, true);
|
||||||
String uniqueName = createDMInvocationFileName(jsonRequest.getOperatorId());
|
String uniqueName = createDMInvocationFileName(jsonRequest.getOperatorId());
|
||||||
tempInvocationFile = createTempFile(uniqueName, ".xml", xmlRequest.getBytes());
|
tempInvocationFile = createTempFile(uniqueName, ".xml", xmlRequest.getBytes());
|
||||||
logger.info("Created StorageHubClient Instance, uploading file: "+tempInvocationFile.getName());
|
logger.info("Created StorageHubClient Instance, uploading file: " + tempInvocationFile.getName());
|
||||||
|
|
||||||
AuthorizationEntry entry = authorizationService().get(contextToken);
|
AuthorizationEntry entry = authorizationService().get(contextToken);
|
||||||
//retrieve the info of the token owner
|
// retrieve the info of the token owner
|
||||||
ClientInfo clientInfo = entry.getClientInfo();
|
ClientInfo clientInfo = entry.getClientInfo();
|
||||||
String owner = clientInfo.getId(); //IS THIS THE USERNAME?
|
String owner = clientInfo.getId(); // IS THIS THE USERNAME?
|
||||||
|
|
||||||
String infra = ScopeUtil.getInfrastructureNameFromScope(ScopeProvider.instance.get());
|
String infra = ScopeUtil.getInfrastructureNameFromScope(ScopeProvider.instance.get());
|
||||||
String theAppToken = readApplicationTokenFromSE(req, infra);
|
String theAppToken = readApplicationTokenFromSE(req, infra);
|
||||||
|
|
||||||
logger.info("By using infra scope: "+infra +" and the Application Token: "+theAppToken.substring(0,theAppToken.length()/2)+"... of "+ANALYTICS_RESOLVER_SERVICE_ENDPOINT_NAME+" to instance the "+StorageHubManagement.class.getSimpleName());
|
logger.info("By using infra scope: " + infra + " and the Application Token: "
|
||||||
|
+ theAppToken.substring(0, theAppToken.length() / 2) + "... of "
|
||||||
|
+ ANALYTICS_RESOLVER_SERVICE_ENDPOINT_NAME + " to instance the "
|
||||||
|
+ StorageHubManagement.class.getSimpleName());
|
||||||
ScopeProvider.instance.set(infra);
|
ScopeProvider.instance.set(infra);
|
||||||
ApplicationMode applicationMode = new ApplicationMode(theAppToken);
|
ApplicationMode applicationMode = new ApplicationMode(theAppToken);
|
||||||
applicationMode.start();
|
applicationMode.start();
|
||||||
|
|
||||||
StorageHubManagement storageHubManagement = new StorageHubManagement();
|
StorageHubManagement storageHubManagement = new StorageHubManagement();
|
||||||
Metadata metadata = new Metadata();
|
Metadata metadata = new Metadata();
|
||||||
Map<String, String> theMap = new HashMap<String, String>();
|
Map<String, Object> theMap = new HashMap<String, Object>();
|
||||||
theMap.put("owner", owner);
|
theMap.put("owner", owner);
|
||||||
|
metadata.setMap(theMap);
|
||||||
URL thePublicLink = null;
|
URL thePublicLink = null;
|
||||||
try{
|
try {
|
||||||
|
|
||||||
logger.info("Saving dataminer-invocation file for the user: "+owner);
|
logger.info("Saving dataminer-invocation file for the user: " + owner);
|
||||||
thePublicLink = storageHubManagement.persistFile(new FileInputStream(tempInvocationFile), tempInvocationFile.getName(), "application/xml", metadata);
|
thePublicLink = storageHubManagement.persistFile(new FileInputStream(tempInvocationFile),
|
||||||
logger.info("Saved dataminer-invocation file at: "+thePublicLink);
|
tempInvocationFile.getName(), "application/xml", metadata);
|
||||||
}catch(Exception e){
|
logger.info("Saved dataminer-invocation file at: " + thePublicLink);
|
||||||
|
} catch (Exception e) {
|
||||||
logger.error("Error when storing your 'dataminer-invocation':", e);
|
logger.error("Error when storing your 'dataminer-invocation':", e);
|
||||||
throw ExceptionManager.internalErrorException(req, "Error when storing your 'dataminer-invocation' request with "+jsonRequest+". \nPlease contact the support", this.getClass(), helpURI);
|
throw ExceptionManager
|
||||||
|
.internalErrorException(
|
||||||
|
req, "Error when storing your 'dataminer-invocation' request with "
|
||||||
|
+ jsonRequest + ". \nPlease contact the support",
|
||||||
|
this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
// FileContainer fileContainer = shc.getWSRoot().uploadFile(new FileInputStream(tempInvocationFile), tempInvocationFile.getName(), "DataMinerInvocation Request created by "+this.getClass().getSimpleName());
|
publicLinkToDMInvFile = thePublicLink != null ? thePublicLink.toString() : null;
|
||||||
// logger.info("UPLOADED FILE at: "+fileContainer.getPublicLink());
|
} catch (Exception e) {
|
||||||
// URL thePublicLink = fileContainer.getPublicLink();
|
|
||||||
publicLinkToDMInvFile = thePublicLink!=null?thePublicLink.toString():null;
|
|
||||||
}
|
|
||||||
catch (Exception e) {
|
|
||||||
|
|
||||||
if(e instanceof InternalServerException){
|
if (e instanceof InternalServerException) {
|
||||||
//error during storing the file via StorageHubManagent
|
// error during storing the file via StorageHubManagent
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
logger.error("Error on creating 'dataminer-invocation:", e);
|
logger.error("Error on creating 'dataminer-invocation:", e);
|
||||||
throw ExceptionManager.badRequestException(req, "Error on creating your 'dataminer-invocation' request with "+jsonRequest+". \nPlease contact the support", this.getClass(), helpURI);
|
throw ExceptionManager.badRequestException(req,
|
||||||
}finally{
|
"Error on creating your 'dataminer-invocation' request with " + jsonRequest
|
||||||
//No needed to reset the scope, it is provided by TokenSetter
|
+ ". \nPlease contact the support",
|
||||||
try{
|
this.getClass(), helpURI);
|
||||||
//DELETING THE TEMP FILE
|
} finally {
|
||||||
if(tempInvocationFile!=null && tempInvocationFile.exists())
|
// No needed to reset the scope, it is provided by TokenSetter
|
||||||
tempInvocationFile.delete();
|
try {
|
||||||
}catch(Exception e){
|
// DELETING THE TEMP FILE
|
||||||
//silent
|
if (tempInvocationFile != null && tempInvocationFile.exists())
|
||||||
|
tempInvocationFile.delete();
|
||||||
|
} catch (Exception e) {
|
||||||
|
// silent
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(publicLinkToDMInvFile==null){
|
if (publicLinkToDMInvFile == null) {
|
||||||
logger.error("Error on creating the public link to file");
|
logger.error("Error on creating the public link to file");
|
||||||
throw ExceptionManager.badRequestException(req, "Error on getting link to your 'dataminer-invocation' request. Plese contact the support "+jsonRequest, this.getClass(), helpURI);
|
throw ExceptionManager.badRequestException(req,
|
||||||
|
"Error on getting link to your 'dataminer-invocation' request. Plese contact the support "
|
||||||
|
+ jsonRequest,
|
||||||
|
this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
String dataMinerURL = String.format("%s/%s?%s=%s", analyticsGetResolverURL, vreName, DATAMINER_INVOCATION_MODEL, publicLinkToDMInvFile);
|
String dataMinerURL = String.format("%s/%s?%s=%s", analyticsGetResolverURL, vreName,
|
||||||
logger.info("Returning Analytics URL: "+dataMinerURL);
|
DATAMINER_INVOCATION_MODEL, publicLinkToDMInvFile);
|
||||||
|
logger.info("Returning Analytics URL: " + dataMinerURL);
|
||||||
return Response.ok(dataMinerURL).header("Location", dataMinerURL).build();
|
return Response.ok(dataMinerURL).header("Location", dataMinerURL).build();
|
||||||
|
|
||||||
}else{
|
} else {
|
||||||
logger.error("The input scope "+scope+" is not a VRE");
|
logger.error("The input scope " + scope + " is not a VRE");
|
||||||
throw ExceptionManager.badRequestException(req, "Working in the "+scope+" scope that is not a VRE. Use a token of VRE", this.getClass(), helpURI);
|
throw ExceptionManager.badRequestException(req,
|
||||||
|
"Working in the " + scope + " scope that is not a VRE. Use a token of VRE", this.getClass(),
|
||||||
|
helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
}catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
||||||
if(!(e instanceof WebApplicationException)){
|
if (!(e instanceof WebApplicationException)) {
|
||||||
//UNEXPECTED EXCEPTION managing it as WebApplicationException
|
// UNEXPECTED EXCEPTION managing it as WebApplicationException
|
||||||
String error = "Error occurred on creating the Analytics for the request "+body+". Please, contact the support!";
|
String error = "Error occurred on creating the Analytics for the request " + body
|
||||||
if(e.getCause()!=null)
|
+ ". Please, contact the support!";
|
||||||
error+="\n\nCaused: "+e.getCause().getMessage();
|
if (e.getCause() != null)
|
||||||
|
error += "\n\nCaused: " + e.getCause().getMessage();
|
||||||
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
//ALREADY MANAGED AS WebApplicationException
|
// ALREADY MANAGED AS WebApplicationException
|
||||||
logger.error("Exception:", e);
|
logger.error("Exception:", e);
|
||||||
throw (WebApplicationException) e;
|
throw (WebApplicationException) e;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reads the Application Token from Service Endpoint {@link AnalyticsCreateResolver#ANALYTICS_RESOLVER_SERVICE_ENDPOINT_NAME}
|
* Reads the Application Token from Service Endpoint
|
||||||
|
* {@link AnalyticsCreateResolver#ANALYTICS_RESOLVER_SERVICE_ENDPOINT_NAME}
|
||||||
*
|
*
|
||||||
* @param req the req
|
* @param req the req
|
||||||
* @param scope the scope
|
* @param scope the scope
|
||||||
* @return the string
|
* @return the string
|
||||||
*/
|
*/
|
||||||
private static String readApplicationTokenFromSE(HttpServletRequest req, String scope){
|
private static String readApplicationTokenFromSE(HttpServletRequest req, String scope) {
|
||||||
|
|
||||||
String callerScope = null;
|
String callerScope = null;
|
||||||
String gCubeAppToken = null;
|
String gCubeAppToken = null;
|
||||||
try{
|
try {
|
||||||
callerScope = ScopeProvider.instance.get();
|
callerScope = ScopeProvider.instance.get();
|
||||||
ScopeProvider.instance.set(scope);
|
ScopeProvider.instance.set(scope);
|
||||||
logger.info("Searching SE "+ANALYTICS_RESOLVER_SERVICE_ENDPOINT_NAME+" configurations in the scope: "+ScopeProvider.instance.get());
|
logger.info("Searching SE " + ANALYTICS_RESOLVER_SERVICE_ENDPOINT_NAME + " configurations in the scope: "
|
||||||
|
+ ScopeProvider.instance.get());
|
||||||
|
|
||||||
SimpleQuery query = queryFor(ServiceEndpoint.class);
|
SimpleQuery query = queryFor(ServiceEndpoint.class);
|
||||||
query.addCondition("$resource/Profile/Name/text() eq '"+ ANALYTICS_RESOLVER_SERVICE_ENDPOINT_NAME +"'");
|
query.addCondition("$resource/Profile/Name/text() eq '" + ANALYTICS_RESOLVER_SERVICE_ENDPOINT_NAME + "'");
|
||||||
query.addCondition("$resource/Profile/Category/text() eq 'Service'");
|
query.addCondition("$resource/Profile/Category/text() eq 'Service'");
|
||||||
|
|
||||||
DiscoveryClient<ServiceEndpoint> client = clientFor(ServiceEndpoint.class);
|
DiscoveryClient<ServiceEndpoint> client = clientFor(ServiceEndpoint.class);
|
||||||
List<ServiceEndpoint> toReturn = client.submit(query);
|
List<ServiceEndpoint> toReturn = client.submit(query);
|
||||||
|
|
||||||
logger.info("The query returned "+toReturn.size()+ " ServiceEndpoint/s");
|
logger.info("The query returned " + toReturn.size() + " ServiceEndpoint/s");
|
||||||
|
|
||||||
if(toReturn.size()==0){
|
if (toReturn.size() == 0) {
|
||||||
String errorMessage = "No "+ANALYTICS_RESOLVER_SERVICE_ENDPOINT_NAME+" registered in the scope: "+ScopeProvider.instance.get();
|
String errorMessage = "No " + ANALYTICS_RESOLVER_SERVICE_ENDPOINT_NAME + " registered in the scope: "
|
||||||
|
+ ScopeProvider.instance.get();
|
||||||
logger.error(errorMessage);
|
logger.error(errorMessage);
|
||||||
throw ExceptionManager.internalErrorException(req, errorMessage, AnalyticsCreateResolver.class, helpURI);
|
throw ExceptionManager.internalErrorException(req, errorMessage, AnalyticsCreateResolver.class,
|
||||||
|
helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ServiceEndpoint se = toReturn.get(0);
|
ServiceEndpoint se = toReturn.get(0);
|
||||||
Collection<AccessPoint> theAccessPoints = se.profile().accessPoints().asCollection();
|
Collection<AccessPoint> theAccessPoints = se.profile().accessPoints().asCollection();
|
||||||
for (AccessPoint accessPoint : theAccessPoints) {
|
for (AccessPoint accessPoint : theAccessPoints) {
|
||||||
Collection<Property> properties = accessPoint.properties().asCollection();
|
Collection<Property> properties = accessPoint.properties().asCollection();
|
||||||
for (Property property : properties) {
|
for (Property property : properties) {
|
||||||
if(property.name().equalsIgnoreCase(GCUBE_TOKEN)){
|
if (property.name().equalsIgnoreCase(GCUBE_TOKEN)) {
|
||||||
logger.info("gcube-token as property was found, returning it");
|
logger.info("gcube-token as property was found, returning it");
|
||||||
gCubeAppToken = property.value();
|
gCubeAppToken = property.value();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(gCubeAppToken!=null)
|
if (gCubeAppToken != null)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(gCubeAppToken!=null){
|
if (gCubeAppToken != null) {
|
||||||
String decryptedPassword = StringEncrypter.getEncrypter().decrypt(gCubeAppToken);
|
String decryptedPassword = StringEncrypter.getEncrypter().decrypt(gCubeAppToken);
|
||||||
logger.info("Returning decrypted Application Token registered into "+ANALYTICS_RESOLVER_SERVICE_ENDPOINT_NAME +" SE: "+decryptedPassword.substring(0,decryptedPassword.length()/2)+"....");
|
logger.info("Returning decrypted Application Token registered into "
|
||||||
|
+ ANALYTICS_RESOLVER_SERVICE_ENDPOINT_NAME + " SE: "
|
||||||
|
+ decryptedPassword.substring(0, decryptedPassword.length() / 2) + "....");
|
||||||
return decryptedPassword;
|
return decryptedPassword;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
String errorMessage = "No " + GCUBE_TOKEN + " as Property saved in the "
|
||||||
String errorMessage = "No "+GCUBE_TOKEN+" as Property saved in the "+ANALYTICS_RESOLVER_SERVICE_ENDPOINT_NAME+" SE registered in the scope: "+ScopeProvider.instance.get();
|
+ ANALYTICS_RESOLVER_SERVICE_ENDPOINT_NAME + " SE registered in the scope: "
|
||||||
|
+ ScopeProvider.instance.get();
|
||||||
logger.error(errorMessage);
|
logger.error(errorMessage);
|
||||||
throw ExceptionManager.internalErrorException(req, errorMessage, AnalyticsCreateResolver.class, helpURI);
|
throw ExceptionManager.internalErrorException(req, errorMessage, AnalyticsCreateResolver.class, helpURI);
|
||||||
|
|
||||||
|
} catch (Exception e) {
|
||||||
}catch(Exception e){
|
String errorMessage = "Error occurred on reading the " + ANALYTICS_RESOLVER_SERVICE_ENDPOINT_NAME
|
||||||
String errorMessage = "Error occurred on reading the "+ANALYTICS_RESOLVER_SERVICE_ENDPOINT_NAME+" SE registered in the scope: "+ScopeProvider.instance.get();
|
+ " SE registered in the scope: " + ScopeProvider.instance.get();
|
||||||
logger.error(errorMessage, e);
|
logger.error(errorMessage, e);
|
||||||
throw ExceptionManager.internalErrorException(req, errorMessage, AnalyticsCreateResolver.class, helpURI);
|
throw ExceptionManager.internalErrorException(req, errorMessage, AnalyticsCreateResolver.class, helpURI);
|
||||||
|
|
||||||
}finally{
|
} finally {
|
||||||
if(callerScope!=null){
|
if (callerScope != null) {
|
||||||
logger.info("Setting to the callerScope scope: "+callerScope);
|
logger.info("Setting to the callerScope scope: " + callerScope);
|
||||||
ScopeProvider.instance.set(callerScope);
|
ScopeProvider.instance.set(callerScope);
|
||||||
}else{
|
} else {
|
||||||
logger.info("Reset scope");
|
logger.info("Reset scope");
|
||||||
ScopeProvider.instance.reset();
|
ScopeProvider.instance.reset();
|
||||||
}
|
}
|
||||||
|
@ -311,48 +345,38 @@ public class AnalyticsCreateResolver {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Creates the temp file.
|
||||||
|
*
|
||||||
|
* @param fileName the file name
|
||||||
|
* @param extension the extension
|
||||||
|
* @param data the data
|
||||||
|
* @return the file
|
||||||
|
* @throws IOException Signals that an I/O exception has occurred.
|
||||||
|
*/
|
||||||
|
private static File createTempFile(String fileName, String extension, byte[] data) throws IOException {
|
||||||
|
// Since Java 1.7 Files and Path API simplify operations on files
|
||||||
|
java.nio.file.Path path = Files.createTempFile(fileName, extension);
|
||||||
|
File file = path.toFile();
|
||||||
|
// writing sample data
|
||||||
|
Files.write(path, data);
|
||||||
|
logger.info("Created the Temp File: " + file.getAbsolutePath());
|
||||||
|
return file;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates the temp file.
|
* Creates the dm invocation file name.
|
||||||
*
|
*
|
||||||
* @param fileName the file name
|
* @param operatorId the operator id
|
||||||
* @param extension the extension
|
* @return the string
|
||||||
* @param data the data
|
*/
|
||||||
* @return the file
|
private static String createDMInvocationFileName(String operatorId) {
|
||||||
* @throws IOException Signals that an I/O exception has occurred.
|
String fileName = "dim";
|
||||||
*/
|
int index = operatorId.lastIndexOf(".");
|
||||||
private static File createTempFile(String fileName, String extension, byte[] data) throws IOException {
|
if (index > 0 && index < operatorId.length()) {
|
||||||
// Since Java 1.7 Files and Path API simplify operations on files
|
fileName += "-" + operatorId.substring(index + 1, operatorId.length());
|
||||||
java.nio.file.Path path = Files.createTempFile(fileName, extension);
|
}
|
||||||
File file = path.toFile();
|
fileName += "-" + System.currentTimeMillis();
|
||||||
// writing sample data
|
|
||||||
Files.write(path, data);
|
|
||||||
logger.info("Created the Temp File: "+file.getAbsolutePath());
|
|
||||||
return file;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Creates the dm invocation file name.
|
|
||||||
*
|
|
||||||
* @param operatorId the operator id
|
|
||||||
* @return the string
|
|
||||||
*/
|
|
||||||
private static String createDMInvocationFileName(String operatorId){
|
|
||||||
String fileName = "dim";
|
|
||||||
int index = operatorId.lastIndexOf(".");
|
|
||||||
if(index>0 && index<operatorId.length()){
|
|
||||||
fileName+="-"+operatorId.substring(index+1,operatorId.length());
|
|
||||||
}
|
|
||||||
fileName+="-"+System.currentTimeMillis();
|
|
||||||
return fileName;
|
return fileName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// public static void main(String[] args) {
|
|
||||||
//
|
|
||||||
// System.out.println(readApplicationTokenFromSE(null, "/gcube"));
|
|
||||||
//
|
|
||||||
// }
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,20 +23,22 @@ import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
import com.google.common.cache.CacheLoader.InvalidCacheLoadException;
|
import com.google.common.cache.CacheLoader.InvalidCacheLoadException;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Class AnalyticsGetResolver.
|
* The AnalyticsGetResolver to resolve an Analytics URL
|
||||||
|
*
|
||||||
|
* See more at
|
||||||
|
* https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#Analytics_Resolver
|
||||||
*
|
*
|
||||||
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
* Dec 13, 2018
|
*
|
||||||
|
* Mar 24, 2022
|
||||||
*/
|
*/
|
||||||
@Path("analytics")
|
@Path("analytics")
|
||||||
public class AnalyticsGetResolver {
|
public class AnalyticsGetResolver {
|
||||||
|
|
||||||
private static Logger logger = LoggerFactory.getLogger(AnalyticsGetResolver.class);
|
private static Logger logger = LoggerFactory.getLogger(AnalyticsGetResolver.class);
|
||||||
|
|
||||||
private static final String ORG_GCUBE_PORTLETS_USER_DATAMINERMANAGER_SERVER_DATA_MINER_MANAGER_SERVICE_IMPL =
|
private static final String ORG_GCUBE_PORTLETS_USER_DATAMINERMANAGER_SERVER_DATA_MINER_MANAGER_SERVICE_IMPL = "org.gcube.portlets.user.dataminermanager.server.DataMinerManagerServiceImpl";
|
||||||
"org.gcube.portlets.user.dataminermanager.server.DataMinerManagerServiceImpl";
|
|
||||||
|
|
||||||
private static final String APPLICATION_PROFILE = "ApplicationProfile";
|
private static final String APPLICATION_PROFILE = "ApplicationProfile";
|
||||||
|
|
||||||
|
@ -44,60 +46,73 @@ public class AnalyticsGetResolver {
|
||||||
|
|
||||||
private static final String ANALYTICS_EXECUTOR_PORTLET_NAME = "Analytics Executor";
|
private static final String ANALYTICS_EXECUTOR_PORTLET_NAME = "Analytics Executor";
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Resolve analytics url.
|
* Resolve analytics url.
|
||||||
*
|
*
|
||||||
* @param req the req
|
* See more at
|
||||||
|
* https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#HTTP_GET:_Resolve_an_Analytics_URL
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
* @param vreName the vre name
|
* @param vreName the vre name
|
||||||
* @return the response
|
* @return the response
|
||||||
|
* @throws WebApplicationException the web application exception
|
||||||
*/
|
*/
|
||||||
@GET
|
@GET
|
||||||
@Path("/get/{vreName}")
|
@Path("/get/{vreName}")
|
||||||
public Response resolveAnalyticsURL(@Context HttpServletRequest req, @PathParam("vreName") String vreName) throws WebApplicationException{
|
public Response resolveAnalyticsURL(@Context HttpServletRequest req, @PathParam("vreName") String vreName)
|
||||||
logger.info(this.getClass().getSimpleName()+" GET starts...");
|
throws WebApplicationException {
|
||||||
|
logger.info(this.getClass().getSimpleName() + " GET starts...");
|
||||||
try {
|
try {
|
||||||
|
|
||||||
if(vreName==null || vreName.isEmpty()){
|
if (vreName == null || vreName.isEmpty()) {
|
||||||
logger.error("The path parameter 'vreName' not found or empty in the path");
|
logger.error("The path parameter 'vreName' not found or empty in the path");
|
||||||
throw ExceptionManager.badRequestException(req, "Mandatory path parameter 'vreName' not found or empty", this.getClass(), helpURI);
|
throw ExceptionManager.badRequestException(req, "Mandatory path parameter 'vreName' not found or empty",
|
||||||
|
this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
ScopeBean fullScopeBean = null;
|
ScopeBean fullScopeBean = null;
|
||||||
|
|
||||||
//CHECKING IF THE INPUT VRE NAME IS REGISTRED IN THE INFRASTRUCTURE...
|
// CHECKING IF THE INPUT VRE NAME IS REGISTRED IN THE INFRASTRUCTURE...
|
||||||
try{
|
try {
|
||||||
fullScopeBean = LoadingMapOfScopeCache.get(vreName);
|
fullScopeBean = LoadingMapOfScopeCache.get(vreName);
|
||||||
}catch(ExecutionException | InvalidCacheLoadException e){
|
} catch (ExecutionException | InvalidCacheLoadException e) {
|
||||||
logger.error("Error on getting the fullscope from cache for vreName "+vreName, e);
|
logger.error("Error on getting the fullscope from cache for vreName " + vreName, e);
|
||||||
throw ExceptionManager.wrongParameterException(req, "Error on getting full scope for the VRE name "+vreName+". Is it registered as VRE in the D4Science Infrastructure System?", this.getClass(), helpURI);
|
throw ExceptionManager.wrongParameterException(req,
|
||||||
|
"Error on getting full scope for the VRE name " + vreName
|
||||||
|
+ ". Is it registered as VRE in the D4Science Infrastructure System?",
|
||||||
|
this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
ApplicationProfileReader reader = null;
|
ApplicationProfileReader reader = null;
|
||||||
try{
|
try {
|
||||||
reader = new ApplicationProfileReader(fullScopeBean.toString(), APPLICATION_PROFILE, ORG_GCUBE_PORTLETS_USER_DATAMINERMANAGER_SERVER_DATA_MINER_MANAGER_SERVICE_IMPL, false);
|
reader = new ApplicationProfileReader(fullScopeBean.toString(), APPLICATION_PROFILE,
|
||||||
}catch(Exception e){
|
ORG_GCUBE_PORTLETS_USER_DATAMINERMANAGER_SERVER_DATA_MINER_MANAGER_SERVICE_IMPL, false);
|
||||||
logger.error("Error on reading the "+APPLICATION_PROFILE+" with APPID: "+ORG_GCUBE_PORTLETS_USER_DATAMINERMANAGER_SERVER_DATA_MINER_MANAGER_SERVICE_IMPL, e);
|
} catch (Exception e) {
|
||||||
throw ExceptionManager.internalErrorException(req, "Error on reading the Application Profile for the "+ANALYTICS_EXECUTOR_PORTLET_NAME+". Please contact the support", this.getClass(), helpURI);
|
logger.error("Error on reading the " + APPLICATION_PROFILE + " with APPID: "
|
||||||
|
+ ORG_GCUBE_PORTLETS_USER_DATAMINERMANAGER_SERVER_DATA_MINER_MANAGER_SERVICE_IMPL, e);
|
||||||
|
throw ExceptionManager.internalErrorException(req, "Error on reading the Application Profile for the "
|
||||||
|
+ ANALYTICS_EXECUTOR_PORTLET_NAME + ". Please contact the support", this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
//READ THE DATAMINER URL PORTLET FROM APPLICATION PROFRILE IN THE SCOPE fullScope
|
// READ THE DATAMINER URL PORTLET FROM APPLICATION PROFRILE IN THE SCOPE
|
||||||
|
// fullScope
|
||||||
String analyticsExecutorEndPoint = reader.getApplicationProfile().getUrl();
|
String analyticsExecutorEndPoint = reader.getApplicationProfile().getUrl();
|
||||||
//CHECKING THE QUERY STRING
|
// CHECKING THE QUERY STRING
|
||||||
String queryString = req.getQueryString()!=null?req.getQueryString():"";
|
String queryString = req.getQueryString() != null ? req.getQueryString() : "";
|
||||||
String analitycsExecutorURL = String.format("%s?%s", analyticsExecutorEndPoint, queryString);
|
String analitycsExecutorURL = String.format("%s?%s", analyticsExecutorEndPoint, queryString);
|
||||||
logger.info("Resolving the request with the "+ANALYTICS_EXECUTOR_PORTLET_NAME+" URL: "+analitycsExecutorURL);
|
logger.info("Resolving the request with the " + ANALYTICS_EXECUTOR_PORTLET_NAME + " URL: "
|
||||||
|
+ analitycsExecutorURL);
|
||||||
return Response.seeOther(new URI(analitycsExecutorURL)).build();
|
return Response.seeOther(new URI(analitycsExecutorURL)).build();
|
||||||
|
|
||||||
}catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
||||||
if(!(e instanceof WebApplicationException)){
|
if (!(e instanceof WebApplicationException)) {
|
||||||
//UNEXPECTED EXCEPTION managing it as WebApplicationException
|
// UNEXPECTED EXCEPTION managing it as WebApplicationException
|
||||||
String error = "Error occurred on resolving the Analytics URL. Please, contact the support!";
|
String error = "Error occurred on resolving the Analytics URL. Please, contact the support!";
|
||||||
if(e.getCause()!=null)
|
if (e.getCause() != null)
|
||||||
error+="\n\nCaused: "+e.getCause().getMessage();
|
error += "\n\nCaused: " + e.getCause().getMessage();
|
||||||
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
//ALREADY MANAGED AS WebApplicationException
|
// ALREADY MANAGED AS WebApplicationException
|
||||||
logger.error("Exception:", e);
|
logger.error("Exception:", e);
|
||||||
throw (WebApplicationException) e;
|
throw (WebApplicationException) e;
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,10 +18,12 @@ import javax.ws.rs.core.Context;
|
||||||
import javax.ws.rs.core.MediaType;
|
import javax.ws.rs.core.MediaType;
|
||||||
import javax.ws.rs.core.Response;
|
import javax.ws.rs.core.Response;
|
||||||
|
|
||||||
|
import org.apache.commons.codec.binary.Base64;
|
||||||
import org.gcube.common.scope.api.ScopeProvider;
|
import org.gcube.common.scope.api.ScopeProvider;
|
||||||
import org.gcube.common.scope.impl.ScopeBean;
|
import org.gcube.common.scope.impl.ScopeBean;
|
||||||
import org.gcube.common.scope.impl.ScopeBean.Type;
|
import org.gcube.common.scope.impl.ScopeBean.Type;
|
||||||
import org.gcube.datacatalogue.ckanutillibrary.server.DataCatalogueRunningCluster.ACCESS_LEVEL_TO_CATALOGUE_PORTLET;
|
import org.gcube.datacatalogue.utillibrary.server.DataCatalogueRunningCluster.ACCESS_LEVEL_TO_CATALOGUE_PORTLET;
|
||||||
|
import org.gcube.datacatalogue.utillibrary.shared.jackan.model.CkanDataset;
|
||||||
import org.gcube.datatransfer.resolver.ConstantsResolver;
|
import org.gcube.datatransfer.resolver.ConstantsResolver;
|
||||||
import org.gcube.datatransfer.resolver.caches.LoadingMapOfDetachedVRE;
|
import org.gcube.datatransfer.resolver.caches.LoadingMapOfDetachedVRE;
|
||||||
import org.gcube.datatransfer.resolver.caches.LoadingMapOfScopeCache;
|
import org.gcube.datatransfer.resolver.caches.LoadingMapOfScopeCache;
|
||||||
|
@ -41,39 +43,52 @@ import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
import com.google.common.cache.CacheLoader.InvalidCacheLoadException;
|
import com.google.common.cache.CacheLoader.InvalidCacheLoadException;
|
||||||
|
|
||||||
import eu.trentorise.opendata.jackan.model.CkanDataset;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Class CatalogueResolver.
|
* The CatalogueResolver is able to get/resolve a link to a "Catalogue Entity"
|
||||||
|
* stored in one of the D4Science Catalogue's instances. A Catalogue Entity is
|
||||||
|
* either a "group" or an "organization" or a "product" of D4Science Data
|
||||||
|
* Catalogue.
|
||||||
*
|
*
|
||||||
|
* See more at
|
||||||
|
* https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#CATALOGUE_Resolver
|
||||||
|
*
|
||||||
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
|
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
|
||||||
* Nov 16, 2018
|
* Nov 16, 2018
|
||||||
*/
|
*/
|
||||||
@Path("{entityContext:ctlg(-(o|g|p|d))?}")
|
@Path("{entityContext:ctlg(-(o|g|p|d))?}")
|
||||||
public class CatalogueResolver {
|
public class CatalogueResolver {
|
||||||
|
|
||||||
|
|
||||||
private static Logger logger = LoggerFactory.getLogger(CatalogueResolver.class);
|
private static Logger logger = LoggerFactory.getLogger(CatalogueResolver.class);
|
||||||
private static String helpURI = "https://wiki.gcube-system.org/gcube/URI_Resolver#CATALOGUE_Resolver";
|
private static String helpURI = "https://wiki.gcube-system.org/gcube/URI_Resolver#CATALOGUE_Resolver";
|
||||||
private static enum SCOPE_STATUS {ACTIVE, DETACHED}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Resolve catalogue.
|
* The Enum SCOPE_STATUS.
|
||||||
*
|
*
|
||||||
* @param req the req
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
* @param entityName the entity name
|
*
|
||||||
* @param vreName the vre name
|
* Mar 24, 2022
|
||||||
|
*/
|
||||||
|
private static enum SCOPE_STATUS {
|
||||||
|
ACTIVE, DETACHED
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Resolve an entity of the Catalogue
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
|
* @param entityName the entity name
|
||||||
|
* @param vreName the vre name
|
||||||
* @param entityContext the entity context
|
* @param entityContext the entity context
|
||||||
* @return the response
|
* @return the response
|
||||||
|
* @throws WebApplicationException the web application exception
|
||||||
*/
|
*/
|
||||||
@GET
|
@GET
|
||||||
@Path("/{vreName}/{entityName}")
|
@Path("/{vreName}/{entityName}")
|
||||||
public Response resolveCatalogue(@Context HttpServletRequest req,
|
public Response resolveCatalogue(@Context HttpServletRequest req, @PathParam("entityName") String entityName,
|
||||||
@PathParam("entityName") String entityName,
|
@PathParam("vreName") String vreName, @PathParam("entityContext") String entityContext)
|
||||||
@PathParam("vreName") String vreName,
|
throws WebApplicationException {
|
||||||
@PathParam("entityContext") String entityContext) throws WebApplicationException{
|
|
||||||
|
|
||||||
logger.info(this.getClass().getSimpleName()+" GET starts...");
|
logger.info(this.getClass().getSimpleName() + " GET starts...");
|
||||||
|
|
||||||
try {
|
try {
|
||||||
InnerMethodName.instance.set("resolveCataloguePublicLink");
|
InnerMethodName.instance.set("resolveCataloguePublicLink");
|
||||||
|
@ -81,96 +96,129 @@ public class CatalogueResolver {
|
||||||
|
|
||||||
String itemCatalogueURL;
|
String itemCatalogueURL;
|
||||||
|
|
||||||
if(itemCatalogueURLs.isPublicItem()){
|
if (itemCatalogueURLs.isPublicItem()) {
|
||||||
logger.info("The dataset "+itemCatalogueURLs.getItemName()+" was detected as public item (not private to VRE)");
|
logger.info("The dataset " + itemCatalogueURLs.getItemName()
|
||||||
if(itemCatalogueURLs.getPublicVRECataloguePortletURL()!=null && !itemCatalogueURLs.getPublicVRECataloguePortletURL().isEmpty()) {
|
+ " was detected as public item (not private to VRE)");
|
||||||
|
if (itemCatalogueURLs.getPublicVRECataloguePortletURL() != null
|
||||||
|
&& !itemCatalogueURLs.getPublicVRECataloguePortletURL().isEmpty()) {
|
||||||
itemCatalogueURL = itemCatalogueURLs.getPublicVRECataloguePortletURL();
|
itemCatalogueURL = itemCatalogueURLs.getPublicVRECataloguePortletURL();
|
||||||
logger.info("I found the public VRE catalogue URL, so using public access to it: "+itemCatalogueURL);
|
logger.info(
|
||||||
}else {
|
"I found the public VRE catalogue URL, so using public access to it: " + itemCatalogueURL);
|
||||||
|
} else {
|
||||||
itemCatalogueURL = itemCatalogueURLs.getPublicGatewayCataloguePortletURL();
|
itemCatalogueURL = itemCatalogueURLs.getPublicGatewayCataloguePortletURL();
|
||||||
logger.info("No public VRE catalogue URL found, so using public access to gateway CKAN portlet: "+itemCatalogueURL);
|
logger.info("No public VRE catalogue URL found, so using public access to gateway CKAN portlet: "
|
||||||
|
+ itemCatalogueURL);
|
||||||
}
|
}
|
||||||
}else{
|
} else {
|
||||||
itemCatalogueURL = itemCatalogueURLs.getPrivateVRECataloguePortletURL();
|
itemCatalogueURL = itemCatalogueURLs.getPrivateVRECataloguePortletURL();
|
||||||
logger.info("The dataset "+itemCatalogueURLs.getItemName()+" is a private item (to VRE) so using protected access to CKAN portlet: "+itemCatalogueURL);
|
logger.info("Either the " + itemCatalogueURLs.getItemName()
|
||||||
|
+ " is not an item (alias dataset) or it is a private item (to VRE) so using protected access to CKAN portlet: "
|
||||||
|
+ itemCatalogueURL);
|
||||||
|
}
|
||||||
|
|
||||||
|
String queryString = req.getQueryString();
|
||||||
|
if (queryString != null) {
|
||||||
|
logger.info("Query string found: " + queryString);
|
||||||
|
byte[] stringEncBytes = Base64.encodeBase64(queryString.getBytes());
|
||||||
|
String queryStringEnc = "query_string=" + new String(stringEncBytes);
|
||||||
|
logger.info("Adding Base64 encoded: " + queryString);
|
||||||
|
itemCatalogueURL += itemCatalogueURL.contains("?") ? "&" : "?";
|
||||||
|
itemCatalogueURL += queryStringEnc;
|
||||||
}
|
}
|
||||||
|
|
||||||
return Response.seeOther(new URL(itemCatalogueURL).toURI()).build();
|
return Response.seeOther(new URL(itemCatalogueURL).toURI()).build();
|
||||||
}catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
||||||
if(!(e instanceof WebApplicationException)){
|
if (!(e instanceof WebApplicationException)) {
|
||||||
//UNEXPECTED EXCEPTION managing it as WebApplicationException
|
// UNEXPECTED EXCEPTION managing it as WebApplicationException
|
||||||
String error = "Error occurred on resolving the Catalgoue URL. Please, contact the support!";
|
String error = "Error occurred on resolving the " + CatalogueResolver.class.getSimpleName()
|
||||||
if(e.getCause()!=null)
|
+ " URL. Please, contact the support!";
|
||||||
error+="\n\nCaused: "+e.getCause().getMessage();
|
if (e.getCause() != null)
|
||||||
|
error += "\n\nCaused: " + e.getCause().getMessage();
|
||||||
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
//ALREADY MANAGED AS WebApplicationException
|
// ALREADY MANAGED AS WebApplicationException
|
||||||
logger.error("Exception:", e);
|
logger.error("Exception:", e);
|
||||||
throw (WebApplicationException) e;
|
throw (WebApplicationException) e;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Post catalogue.
|
* Create a Catalogue Link
|
||||||
|
*
|
||||||
*
|
*
|
||||||
* @param req the req
|
* @param req the req
|
||||||
* @param jsonRequest the json request
|
* @param jsonRequest the json request
|
||||||
* @return the response
|
* @return the response
|
||||||
|
* @throws WebApplicationException the web application exception
|
||||||
*/
|
*/
|
||||||
@POST
|
@POST
|
||||||
@Path("")
|
@Path("")
|
||||||
@Consumes(MediaType.APPLICATION_JSON)
|
@Consumes(MediaType.APPLICATION_JSON)
|
||||||
@Produces(MediaType.TEXT_PLAIN)
|
@Produces(MediaType.TEXT_PLAIN)
|
||||||
public Response postCatalogue(@Context HttpServletRequest req, CatalogueRequest jsonRequest) throws WebApplicationException{
|
public Response postCatalogue(@Context HttpServletRequest req, CatalogueRequest jsonRequest)
|
||||||
logger.info(this.getClass().getSimpleName()+" POST starts...");
|
throws WebApplicationException {
|
||||||
|
logger.info(this.getClass().getSimpleName() + " POST starts...");
|
||||||
|
|
||||||
try{
|
try {
|
||||||
|
|
||||||
InnerMethodName.instance.set("postCataloguePublicLink");
|
InnerMethodName.instance.set("postCataloguePublicLink");
|
||||||
logger.info("The body contains the request: "+jsonRequest.toString());
|
logger.info("The body contains the request: " + jsonRequest.toString());
|
||||||
|
|
||||||
//CHECK IF INPUT SCOPE IS VALID
|
// CHECK IF INPUT SCOPE IS VALID
|
||||||
String scope = jsonRequest.getGcube_scope();
|
String scope = jsonRequest.getGcube_scope();
|
||||||
if(!scope.startsWith(ConstantsResolver.SCOPE_SEPARATOR)){
|
if (!scope.startsWith(ConstantsResolver.SCOPE_SEPARATOR)) {
|
||||||
logger.info("Scope not start with char '{}' adding it",ConstantsResolver.SCOPE_SEPARATOR);
|
logger.info("Scope not start with char '{}' adding it", ConstantsResolver.SCOPE_SEPARATOR);
|
||||||
scope+=ConstantsResolver.SCOPE_SEPARATOR+scope;
|
scope += ConstantsResolver.SCOPE_SEPARATOR + scope;
|
||||||
}
|
}
|
||||||
|
|
||||||
String serverUrl = Util.getServerURL(req);
|
String serverUrl = Util.getServerURL(req);
|
||||||
|
|
||||||
final String vreName = scope.substring(scope.lastIndexOf(ConstantsResolver.SCOPE_SEPARATOR)+1, scope.length());
|
final String vreName = scope.substring(scope.lastIndexOf(ConstantsResolver.SCOPE_SEPARATOR) + 1,
|
||||||
|
scope.length());
|
||||||
ScopeBean fullScope = null;
|
ScopeBean fullScope = null;
|
||||||
|
|
||||||
//CHECK IF THE vreName has a valid scope, so it is a valid VRE
|
// CHECK IF THE vreName has a valid scope, so it is a valid VRE
|
||||||
try {
|
try {
|
||||||
fullScope = LoadingMapOfScopeCache.get(vreName);
|
fullScope = LoadingMapOfScopeCache.get(vreName);
|
||||||
}catch(ExecutionException e){
|
} catch (ExecutionException e) {
|
||||||
logger.error("Error on getting the fullscope from cache for vreName "+vreName, e);
|
logger.error("Error on getting the fullscope from cache for vreName " + vreName, e);
|
||||||
throw ExceptionManager.wrongParameterException(req, "Error on getting full scope for the VRE name "+vreName+". Is it registered as VRE in the D4Science Infrastructure System?", this.getClass(), helpURI);
|
throw ExceptionManager.wrongParameterException(req,
|
||||||
|
"Error on getting full scope for the VRE name " + vreName
|
||||||
|
+ ". Is it registered as VRE in the D4Science Infrastructure System?",
|
||||||
|
this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(fullScope==null)
|
if (fullScope == null)
|
||||||
throw ExceptionManager.notFoundException(req, "The scope '"+scope+"' does not matching any scope in the infrastructure. Is it valid?", this.getClass(), helpURI);
|
throw ExceptionManager.notFoundException(req,
|
||||||
|
"The scope '" + scope + "' does not matching any scope in the infrastructure. Is it valid?",
|
||||||
|
this.getClass(), helpURI);
|
||||||
|
|
||||||
ResourceCatalogueCodes rc = ResourceCatalogueCodes.valueOfCodeValue(jsonRequest.getEntity_context());
|
ResourceCatalogueCodes rc = ResourceCatalogueCodes.valueOfCodeValue(jsonRequest.getEntity_context());
|
||||||
if(rc==null){
|
if (rc == null) {
|
||||||
logger.error("Entity context is null/malformed");
|
logger.error("Entity context is null/malformed");
|
||||||
throw ExceptionManager.badRequestException(req, "Entity context is null/malformed", this.getClass(), helpURI);
|
throw ExceptionManager.badRequestException(req, "Entity context is null/malformed", this.getClass(),
|
||||||
|
helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
String linkURL = String.format("%s/%s/%s/%s", serverUrl, rc.getId(), vreName, jsonRequest.getEntity_name());
|
String linkURL = String.format("%s/%s/%s/%s", serverUrl, rc.getId(), vreName, jsonRequest.getEntity_name());
|
||||||
logger.info("Returining Catalogue URL: "+linkURL);
|
|
||||||
|
if (jsonRequest.getQuery_string() != null) {
|
||||||
|
linkURL += "?" + jsonRequest.getQuery_string();
|
||||||
|
}
|
||||||
|
|
||||||
|
logger.info("Returning " + CatalogueResolver.class.getSimpleName() + " URL: " + linkURL);
|
||||||
return Response.ok(linkURL).header("Location", linkURL).build();
|
return Response.ok(linkURL).header("Location", linkURL).build();
|
||||||
|
|
||||||
}catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
||||||
if(!(e instanceof WebApplicationException)){
|
if (!(e instanceof WebApplicationException)) {
|
||||||
//UNEXPECTED EXCEPTION managing it as WebApplicationException
|
// UNEXPECTED EXCEPTION managing it as WebApplicationException
|
||||||
String error = "Error occurred on resolving the Analytics URL. Please, contact the support!";
|
String error = "Error occurred on creating the " + CatalogueResolver.class.getSimpleName()
|
||||||
|
+ " URL. Please, contact the support!";
|
||||||
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
//ALREADY MANAGED AS WebApplicationExceptiongetItemCatalogueURLs
|
// ALREADY MANAGED AS WebApplicationExceptiongetItemCatalogueURLs
|
||||||
logger.error("Exception:", e);
|
logger.error("Exception:", e);
|
||||||
throw (WebApplicationException) e;
|
throw (WebApplicationException) e;
|
||||||
}
|
}
|
||||||
|
@ -179,25 +227,28 @@ public class CatalogueResolver {
|
||||||
/**
|
/**
|
||||||
* Gets the item catalogue UR ls.
|
* Gets the item catalogue UR ls.
|
||||||
*
|
*
|
||||||
* @param req the req
|
* @param req the req
|
||||||
* @param scopeName the scope name
|
* @param scopeName the scope name
|
||||||
* @param entityContext the entity context
|
* @param entityContext the entity context
|
||||||
* @param entityName the entity name
|
* @param entityName the entity name
|
||||||
* @return the item catalogue UR ls
|
* @return the item catalogue UR ls
|
||||||
* @throws Exception the exception
|
* @throws Exception the exception
|
||||||
*/
|
*/
|
||||||
protected static ItemCatalogueURLs getItemCatalogueURLs(HttpServletRequest req, String scopeName, String entityContext, String entityName) throws Exception{
|
protected static ItemCatalogueURLs getItemCatalogueURLs(HttpServletRequest req, String scopeName,
|
||||||
|
String entityContext, String entityName) throws Exception {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
String entityContextValue = ResourceCatalogueCodes.valueOfCodeId(entityContext).getValue();
|
String entityContextValue = ResourceCatalogueCodes.valueOfCodeId(entityContext).getValue();
|
||||||
ScopeBean scopeBean = null;
|
ScopeBean scopeBean = null;
|
||||||
SCOPE_STATUS scopeStatus = SCOPE_STATUS.ACTIVE;
|
SCOPE_STATUS scopeStatus = SCOPE_STATUS.ACTIVE;
|
||||||
VRE vreDetached = null;
|
VRE vreDetached = null;
|
||||||
try{
|
try {
|
||||||
scopeBean = LoadingMapOfScopeCache.get(scopeName);
|
scopeBean = LoadingMapOfScopeCache.get(scopeName);
|
||||||
}catch(ExecutionException | InvalidCacheLoadException e){
|
} catch (ExecutionException | InvalidCacheLoadException e) {
|
||||||
logger.error("Error on getting the fullscope from cache for scopeName {}. Tryng to load it from DetachedRE",scopeName);
|
logger.error(
|
||||||
|
"Error on getting the fullscope from cache for scopeName {}. Trying to load it from DetachedRE",
|
||||||
|
scopeName);
|
||||||
|
|
||||||
boolean isScopeDetached = false;
|
boolean isScopeDetached = false;
|
||||||
try {
|
try {
|
||||||
vreDetached = LoadingMapOfDetachedVRE.get(scopeName);
|
vreDetached = LoadingMapOfDetachedVRE.get(scopeName);
|
||||||
|
@ -205,106 +256,115 @@ public class CatalogueResolver {
|
||||||
scopeStatus = SCOPE_STATUS.DETACHED;
|
scopeStatus = SCOPE_STATUS.DETACHED;
|
||||||
logger.info("I loaded a valid VRE obj for scope name {}", scopeName);
|
logger.info("I loaded a valid VRE obj for scope name {}", scopeName);
|
||||||
isScopeDetached = true;
|
isScopeDetached = true;
|
||||||
}catch (Exception e1) {
|
} catch (Exception e1) {
|
||||||
logger.warn("I was not able to load a detached VRE for vreName {}. Going to error for wrong scope",scopeName);
|
logger.warn("I was not able to load a detached VRE for vreName {}. Going to error for wrong scope",
|
||||||
|
scopeName);
|
||||||
}
|
}
|
||||||
|
|
||||||
//If is not a cas of scope detached, going to error for wrong scope
|
// If is not a cas of scope detached, going to error for wrong scope
|
||||||
if(!isScopeDetached) {
|
if (!isScopeDetached) {
|
||||||
logger.error("Error on getting the fullscope from cache for scopeName "+scopeName, e);
|
logger.error("Error on getting the fullscope from cache for scopeName " + scopeName, e);
|
||||||
throw ExceptionManager.wrongParameterException(req, "Error on getting full scope for the scope name '"+scopeName+"'. Is it registered as a valid Scope in the D4Science Infrastructure System?", CatalogueResolver.class, helpURI);
|
throw ExceptionManager.wrongParameterException(req,
|
||||||
|
"Error on getting full scope for the scope name '" + scopeName
|
||||||
|
+ "'. Is it registered as a valid Scope in the D4Science Infrastructure System?",
|
||||||
|
CatalogueResolver.class, helpURI);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
String fullScope = scopeBean.toString();
|
String fullScope = scopeBean.toString();
|
||||||
logger.info("Read fullScope: "+fullScope + " for SCOPE name: "+scopeName +" from cache created by: "+GetAllInfrastructureScopes.class.getSimpleName());
|
logger.info("Read fullScope: " + fullScope + " for SCOPE name: " + scopeName + " from cache created by: "
|
||||||
|
+ GetAllInfrastructureScopes.class.getSimpleName());
|
||||||
if(scopeBean.is(Type.VO)) {
|
|
||||||
|
if (scopeBean.is(Type.VO)) {
|
||||||
logger.info("It is a {} scope", Type.VO);
|
logger.info("It is a {} scope", Type.VO);
|
||||||
logger.warn("The Catalogue can't work at {} level, I'm overriding the scope to {} level", Type.VO, Type.INFRASTRUCTURE);
|
logger.warn("The Catalogue can't work at {} level, I'm overriding the scope to {} level", Type.VO,
|
||||||
|
Type.INFRASTRUCTURE);
|
||||||
String[] splitScope = fullScope.split(ConstantsResolver.SCOPE_SEPARATOR);
|
String[] splitScope = fullScope.split(ConstantsResolver.SCOPE_SEPARATOR);
|
||||||
fullScope = ConstantsResolver.SCOPE_SEPARATOR+splitScope[1]; //THIS IS THE INFRASTRUCTURE SCOPE
|
fullScope = ConstantsResolver.SCOPE_SEPARATOR + splitScope[1]; // THIS IS THE INFRASTRUCTURE SCOPE
|
||||||
logger.info("Overriden the input scope {} with {} as type: {}", scopeBean.toString(), Type.INFRASTRUCTURE, fullScope);
|
logger.info("Overriden the input scope {} with {} as type: {}", scopeBean.toString(),
|
||||||
|
Type.INFRASTRUCTURE, fullScope);
|
||||||
}
|
}
|
||||||
|
|
||||||
ScopeProvider.instance.set(fullScope);
|
ScopeProvider.instance.set(fullScope);
|
||||||
GatewayCKANCatalogueReference ckanCatalogueReference = null;
|
GatewayCKANCatalogueReference ckanCatalogueReference = null;
|
||||||
logger.info("Managing scope status: {}",scopeStatus);
|
logger.info("Managing scope status: {}", scopeStatus);
|
||||||
|
|
||||||
switch (scopeStatus) {
|
switch (scopeStatus) {
|
||||||
case DETACHED:
|
case DETACHED:
|
||||||
|
|
||||||
String privatePortletURL = vreDetached.getCatalogPortletURL();
|
String privatePortletURL = vreDetached.getCatalogPortletURL();
|
||||||
//The private portlet URL
|
// The private portlet URL
|
||||||
Map<ACCESS_LEVEL_TO_CATALOGUE_PORTLET, String> mapAccessURLToCatalogue = new HashMap<ACCESS_LEVEL_TO_CATALOGUE_PORTLET, String>(3);
|
Map<ACCESS_LEVEL_TO_CATALOGUE_PORTLET, String> mapAccessURLToCatalogue = new HashMap<ACCESS_LEVEL_TO_CATALOGUE_PORTLET, String>(
|
||||||
mapAccessURLToCatalogue.put(ACCESS_LEVEL_TO_CATALOGUE_PORTLET.PRIVATE_VRE,privatePortletURL);
|
3);
|
||||||
|
mapAccessURLToCatalogue.put(ACCESS_LEVEL_TO_CATALOGUE_PORTLET.PRIVATE_VRE, privatePortletURL);
|
||||||
//Building the gateway catalogue public URL from private VRE Portlet URL
|
|
||||||
|
// Building the gateway catalogue public URL from private VRE Portlet URL
|
||||||
URI toURL = new URI(privatePortletURL);
|
URI toURL = new URI(privatePortletURL);
|
||||||
String publicURL = privatePortletURL.startsWith("https://")?"https://"+toURL.getHost():"http://"+toURL.getHost();
|
String publicURL = privatePortletURL.startsWith("https://") ? "https://" + toURL.getHost()
|
||||||
//It returns the string "catalogue"
|
: "http://" + toURL.getHost();
|
||||||
|
// It returns the string "catalogue"
|
||||||
CatalogueStaticConfigurations staticConf = new CatalogueStaticConfigurations();
|
CatalogueStaticConfigurations staticConf = new CatalogueStaticConfigurations();
|
||||||
//Replacing for example "ckan-bb" with "[PREFIXES-TO-CATALOGUE-URL]-bb" (e.g catalogue-bb)
|
// Replacing for example "ckan-bb" with "[PREFIXES-TO-CATALOGUE-URL]-bb" (e.g
|
||||||
String relativeURLWithCatalogueName = staticConf.buildRelativeURLToPublicCatalogueGateway(vreDetached.getCatalogUrl());
|
// catalogue-bb)
|
||||||
|
String relativeURLWithCatalogueName = staticConf
|
||||||
|
.buildRelativeURLToPublicCatalogueGateway(vreDetached.getCatalogUrl());
|
||||||
String toGatewayPortletURL = String.format("%s/%s", publicURL, relativeURLWithCatalogueName);
|
String toGatewayPortletURL = String.format("%s/%s", publicURL, relativeURLWithCatalogueName);
|
||||||
mapAccessURLToCatalogue.put(ACCESS_LEVEL_TO_CATALOGUE_PORTLET.PUBLIC_GATEWAY,toGatewayPortletURL);
|
mapAccessURLToCatalogue.put(ACCESS_LEVEL_TO_CATALOGUE_PORTLET.PUBLIC_GATEWAY, toGatewayPortletURL);
|
||||||
|
|
||||||
ckanCatalogueReference = new GatewayCKANCatalogueReference(fullScope, vreDetached.getCatalogUrl(), mapAccessURLToCatalogue);
|
ckanCatalogueReference = new GatewayCKANCatalogueReference(fullScope, vreDetached.getCatalogUrl(),
|
||||||
|
mapAccessURLToCatalogue);
|
||||||
break;
|
break;
|
||||||
case ACTIVE:
|
case ACTIVE:
|
||||||
default:
|
default:
|
||||||
|
|
||||||
ckanCatalogueReference = CkanCatalogueConfigurationsReader.loadCatalogueEndPoints();
|
ckanCatalogueReference = CkanCatalogueConfigurationsReader.loadCatalogueEndPoints();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
logger.info("For scope " + fullScope + " loaded end points: " + ckanCatalogueReference);
|
||||||
logger.info("For scope "+fullScope+" loaded end points: "+ckanCatalogueReference);
|
|
||||||
|
|
||||||
//IS THE PRODUCT PLUBLIC OR PRIVATE?
|
// IS THE PRODUCT PLUBLIC OR PRIVATE?
|
||||||
String datasetName = entityName;
|
String datasetName = entityName;
|
||||||
boolean isPublicItem = false;
|
boolean isPublicItem = false;
|
||||||
if(ckanCatalogueReference.getCkanURL()!=null){
|
if (ckanCatalogueReference.getCkanURL() != null) {
|
||||||
try{
|
try {
|
||||||
CkanDataset dataset = CkanCatalogueConfigurationsReader.getDataset(datasetName, ckanCatalogueReference.getCkanURL());
|
CkanDataset dataset = CkanCatalogueConfigurationsReader.getDataset(datasetName,
|
||||||
if(dataset!=null){
|
ckanCatalogueReference.getCkanURL());
|
||||||
|
if (dataset != null) {
|
||||||
isPublicItem = true;
|
isPublicItem = true;
|
||||||
//ckanPorltetUrl = ckanCatalogueReference.getPublicPortletURL();
|
// ckanPorltetUrl = ckanCatalogueReference.getPublicPortletURL();
|
||||||
logger.info("The dataset "+datasetName+" is a public item");
|
logger.info("The dataset " + datasetName + " is a public item");
|
||||||
}
|
}
|
||||||
}catch(Exception e){
|
} catch (Exception e) {
|
||||||
logger.warn("Error on checking if dataset: "+datasetName+" is private or not", e);
|
logger.warn("Error on checking if dataset: " + datasetName + " is private or not", e);
|
||||||
isPublicItem = true;
|
isPublicItem = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
String publicGatewayPorltetURL = String.format("%s?path=/%s/%s",
|
String publicGatewayPorltetURL = String.format("%s?path=/%s/%s",
|
||||||
ckanCatalogueReference.getCatalogueURL(ACCESS_LEVEL_TO_CATALOGUE_PORTLET.PUBLIC_GATEWAY),
|
ckanCatalogueReference.getCatalogueURL(ACCESS_LEVEL_TO_CATALOGUE_PORTLET.PUBLIC_GATEWAY),
|
||||||
entityContextValue,
|
entityContextValue, entityName);
|
||||||
entityName);
|
|
||||||
|
|
||||||
String privateVREPortletURL = String.format("%s?path=/%s/%s",
|
String privateVREPortletURL = String.format("%s?path=/%s/%s",
|
||||||
ckanCatalogueReference.getCatalogueURL(ACCESS_LEVEL_TO_CATALOGUE_PORTLET.PRIVATE_VRE),
|
ckanCatalogueReference.getCatalogueURL(ACCESS_LEVEL_TO_CATALOGUE_PORTLET.PRIVATE_VRE),
|
||||||
entityContextValue,
|
entityContextValue, entityName);
|
||||||
entityName);
|
|
||||||
|
// Checking if the public VRE portlet URL is available (so it was read from GR)
|
||||||
//Checking if the public VRE portlet URL is available (so it was read from GR)
|
|
||||||
String publicVREPortletURL = null;
|
String publicVREPortletURL = null;
|
||||||
String toCheckPublicVREPortletURL = ckanCatalogueReference.getCatalogueURL(ACCESS_LEVEL_TO_CATALOGUE_PORTLET.PUBLIC_VRE);
|
String toCheckPublicVREPortletURL = ckanCatalogueReference
|
||||||
if(toCheckPublicVREPortletURL!=null && !toCheckPublicVREPortletURL.isEmpty()) {
|
.getCatalogueURL(ACCESS_LEVEL_TO_CATALOGUE_PORTLET.PUBLIC_VRE);
|
||||||
//here the catalogue is available/deployed as public at VRE level
|
if (toCheckPublicVREPortletURL != null && !toCheckPublicVREPortletURL.isEmpty()) {
|
||||||
publicVREPortletURL = String.format("%s?path=/%s/%s",
|
// here the catalogue is available/deployed as public at VRE level
|
||||||
toCheckPublicVREPortletURL,
|
publicVREPortletURL = String.format("%s?path=/%s/%s", toCheckPublicVREPortletURL, entityContextValue,
|
||||||
entityContextValue,
|
|
||||||
entityName);
|
entityName);
|
||||||
}
|
}
|
||||||
return new ItemCatalogueURLs(entityName, isPublicItem, privateVREPortletURL, publicVREPortletURL, publicGatewayPorltetURL);
|
return new ItemCatalogueURLs(entityName, isPublicItem, privateVREPortletURL, publicVREPortletURL,
|
||||||
}catch (Exception e) {
|
publicGatewayPorltetURL);
|
||||||
|
} catch (Exception e) {
|
||||||
logger.error("Error when resolving CatalogueURL:", e);
|
logger.error("Error when resolving CatalogueURL:", e);
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,69 @@
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
package org.gcube.datatransfer.resolver.services;
|
||||||
|
|
||||||
|
import java.io.File;
|
||||||
|
import java.io.FileInputStream;
|
||||||
|
import java.io.InputStream;
|
||||||
|
|
||||||
|
import javax.servlet.http.HttpServletRequest;
|
||||||
|
import javax.ws.rs.GET;
|
||||||
|
import javax.ws.rs.Path;
|
||||||
|
import javax.ws.rs.WebApplicationException;
|
||||||
|
import javax.ws.rs.core.Context;
|
||||||
|
|
||||||
|
import org.gcube.datatransfer.resolver.services.error.ExceptionManager;
|
||||||
|
import org.slf4j.Logger;
|
||||||
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Class DocsGenerator.
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
|
*
|
||||||
|
* Apr 1, 2022
|
||||||
|
*/
|
||||||
|
@Path("docs")
|
||||||
|
public class DocsGenerator {
|
||||||
|
|
||||||
|
private static Logger logger = LoggerFactory.getLogger(DocsGenerator.class);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* To doc.
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
|
* @return the input stream
|
||||||
|
* @throws WebApplicationException the web application exception
|
||||||
|
*/
|
||||||
|
@GET
|
||||||
|
@Path("/{any: .*}")
|
||||||
|
public InputStream toDoc(@Context HttpServletRequest req) throws WebApplicationException {
|
||||||
|
logger.info(DocsGenerator.class.getSimpleName() + " toDoc called");
|
||||||
|
|
||||||
|
String pathInfo = req.getPathInfo();
|
||||||
|
logger.debug("pathInfo {}", pathInfo);
|
||||||
|
try {
|
||||||
|
|
||||||
|
if (pathInfo.endsWith("/docs/")) {
|
||||||
|
pathInfo += "index.html";
|
||||||
|
}
|
||||||
|
|
||||||
|
logger.info("going to {}", pathInfo);
|
||||||
|
|
||||||
|
String realPath = req.getServletContext().getRealPath(pathInfo);
|
||||||
|
return new FileInputStream(new File(realPath));
|
||||||
|
|
||||||
|
} catch (Exception e) {
|
||||||
|
|
||||||
|
if (!(e instanceof WebApplicationException)) {
|
||||||
|
// UNEXPECTED EXCEPTION managing it as WebApplicationException
|
||||||
|
String error = pathInfo + " not found. Please, contact the support!";
|
||||||
|
throw ExceptionManager.internalErrorException(req, error, this.getClass(), null);
|
||||||
|
}
|
||||||
|
// ALREADY MANAGED AS WebApplicationException
|
||||||
|
logger.error("Exception:", e);
|
||||||
|
throw (WebApplicationException) e;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -48,10 +48,14 @@ import org.slf4j.LoggerFactory;
|
||||||
import org.w3c.dom.Document;
|
import org.w3c.dom.Document;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Class GeonetworkResolver.
|
* The GeonetworkResolver is a "middle tier" to perform queries
|
||||||
|
* to D4Science's Geonetwork services.
|
||||||
|
*
|
||||||
|
* See more at
|
||||||
|
* https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#Geonetwork_Resolver
|
||||||
*
|
*
|
||||||
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
|
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
|
||||||
* Oct 23, 2018
|
* Oct 23, 2018
|
||||||
*/
|
*/
|
||||||
@Path("geonetwork")
|
@Path("geonetwork")
|
||||||
public class GeonetworkResolver {
|
public class GeonetworkResolver {
|
||||||
|
@ -60,7 +64,8 @@ public class GeonetworkResolver {
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public static final String REPLACED_A_PUBLIC_UUID_PLEASE_IGNORE = "Replaced a public UUID, please ignore";
|
public static final String REPLACED_A_PUBLIC_UUID_PLEASE_IGNORE = "Replaced a public UUID, please ignore";
|
||||||
public static final String REPLACED_UUID_BY_FILTER_PLEASE_IGNORE = "Replaced UUID by "+GeonetworkResolver.class.getSimpleName()+" filters, please ignore";
|
public static final String REPLACED_UUID_BY_FILTER_PLEASE_IGNORE = "Replaced UUID by "
|
||||||
|
+ GeonetworkResolver.class.getSimpleName() + " filters, please ignore";
|
||||||
|
|
||||||
private static Logger logger = LoggerFactory.getLogger(GeonetworkResolver.class);
|
private static Logger logger = LoggerFactory.getLogger(GeonetworkResolver.class);
|
||||||
|
|
||||||
|
@ -78,180 +83,199 @@ public class GeonetworkResolver {
|
||||||
public static final String QUERY_PARAM_RESET_CACHE_PARAM = "resetcache";
|
public static final String QUERY_PARAM_RESET_CACHE_PARAM = "resetcache";
|
||||||
public static final String QUERY_PARAM_RESET_CACHED_SCOPE_PARAM = "resetcachedscope";
|
public static final String QUERY_PARAM_RESET_CACHED_SCOPE_PARAM = "resetcachedscope";
|
||||||
|
|
||||||
public static final String SRV_EN_MEF_EXPORT = "/srv/en/mef.export"; //MEF Geonetwork service
|
public static final String SRV_EN_MEF_EXPORT = "/srv/en/mef.export"; // MEF Geonetwork service
|
||||||
|
|
||||||
public static final String UUID = "uuid";
|
public static final String UUID = "uuid";
|
||||||
|
|
||||||
public static final String SCOPE_SEPARATOR = "|";
|
public static final String SCOPE_SEPARATOR = "|";
|
||||||
|
|
||||||
//protected Map<String, GeonetworkInstance> cacheGNInstances;
|
// protected Map<String, GeonetworkInstance> cacheGNInstances;
|
||||||
|
|
||||||
private String helpURI = "https://wiki.gcube-system.org/gcube/GCube_Resource_Catalogue#Geonetwork_Resolver";
|
private String helpURI = "https://wiki.gcube-system.org/gcube/GCube_Resource_Catalogue#Geonetwork_Resolver";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the geonetwork request criteria.
|
* Gets the geonetwork request criteria. Creates a request criteria from input
|
||||||
* Creates a request criteria from input parameter pathWithoutGN
|
* parameter pathWithoutGN. The parameter pathWithoutGN should be an ordered
|
||||||
* The parameter pathWithoutGN should be an ordered string (like REST request):
|
* string (like REST request): SCOPE/MODE/VISIBILITY/OWNER/$$
|
||||||
* SCOPE/MODE/VISIBILITY/OWNER/$$
|
*
|
||||||
* SCOPE must be: ROOT|VO|VRE
|
* SCOPE must be: ROOT|VO|VRE
|
||||||
* MODE must be: {@link MODE}
|
* MODE must be: {@link MODE}
|
||||||
* VISIBILITY must be: {@link VISIBILITY}
|
* VISIBILITY must be: {@link VISIBILITY}
|
||||||
* OWNER (is optional): filter by owner
|
* OWNER (is optional): filter by owner
|
||||||
*
|
*
|
||||||
* @param req the req
|
* @param req the req
|
||||||
* @param scope the scope
|
* @param scope the scope
|
||||||
* @param mode the mode
|
* @param mode the mode
|
||||||
* @param visibility the visibility
|
* @param visibility the visibility
|
||||||
* @param filterKey the filter key
|
* @param filterKey the filter key
|
||||||
* @param filterValue the filter value
|
* @param filterValue the filter value
|
||||||
* @param remainPath the remain path
|
* @param remainPath the remain path
|
||||||
* @param resetCache the reset cache
|
* @param resetCache the reset cache
|
||||||
* @param resetScope the reset scope
|
* @param resetScope the reset scope
|
||||||
* @return the geonetwork request criteria
|
* @return the geonetwork request criteria
|
||||||
* @throws WebApplicationException the web application exception
|
* @throws WebApplicationException the web application exception
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@GET
|
@GET
|
||||||
@Path("/{"+PATH_PARAM_SCOPE+"}/{"+PATH_PARAM_MODE+"}/{"+PATH_PARAM_VISIBILITY+"}/{filterKey}/{filterValue}/$${"+PATH_PARAM_REMAINPATH+":(/[^?$]+)?}")
|
@Path("/{" + PATH_PARAM_SCOPE + "}/{" + PATH_PARAM_MODE + "}/{" + PATH_PARAM_VISIBILITY
|
||||||
public Response submitGet(@Context HttpServletRequest req,
|
+ "}/{filterKey}/{filterValue}/$${" + PATH_PARAM_REMAINPATH + ":(/[^?$]+)?}")
|
||||||
@PathParam(PATH_PARAM_SCOPE) @Nullable String scope,
|
public Response submitGet(@Context HttpServletRequest req, @PathParam(PATH_PARAM_SCOPE) @Nullable String scope,
|
||||||
@PathParam(PATH_PARAM_MODE) @Nullable String mode,
|
@PathParam(PATH_PARAM_MODE) @Nullable String mode,
|
||||||
@PathParam(PATH_PARAM_VISIBILITY) @Nullable String visibility,
|
@PathParam(PATH_PARAM_VISIBILITY) @Nullable String visibility,
|
||||||
@PathParam("filterKey") @Nullable String filterKey,
|
@PathParam("filterKey") @Nullable String filterKey, @PathParam("filterValue") @Nullable String filterValue,
|
||||||
@PathParam("filterValue") @Nullable String filterValue,
|
@PathParam(PATH_PARAM_REMAINPATH) @Nullable String remainPath,
|
||||||
@PathParam(PATH_PARAM_REMAINPATH) @Nullable String remainPath,
|
@QueryParam(QUERY_PARAM_RESET_CACHE_PARAM) @Nullable String resetCache,
|
||||||
@QueryParam(QUERY_PARAM_RESET_CACHE_PARAM) @Nullable String resetCache,
|
@QueryParam(QUERY_PARAM_RESET_CACHED_SCOPE_PARAM) @Nullable String resetScope)
|
||||||
@QueryParam(QUERY_PARAM_RESET_CACHED_SCOPE_PARAM) @Nullable String resetScope) throws WebApplicationException{
|
throws WebApplicationException {
|
||||||
|
|
||||||
logger.info(this.getClass().getSimpleName()+" GET starts...");
|
logger.info(this.getClass().getSimpleName() + " GET starts...");
|
||||||
String gnGetlURL = null;
|
String gnGetlURL = null;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
logger.info("Params are [mode: "+mode+", scope: "+scope+", visibility: "+visibility+", filterKey: "+filterKey+", filterValue: "+filterValue+", remainPath: "+remainPath+"]");
|
logger.info(
|
||||||
|
"Params are [mode: " + mode + ", scope: " + scope + ", visibility: " + visibility + ", filterKey: "
|
||||||
|
+ filterKey + ", filterValue: " + filterValue + ", remainPath: " + remainPath + "]");
|
||||||
|
|
||||||
if(scope==null || scope.isEmpty()){
|
if (scope == null || scope.isEmpty()) {
|
||||||
logger.error("Path Parameter 'scope' not found");
|
logger.error("Path Parameter 'scope' not found");
|
||||||
throw ExceptionManager.badRequestException(req, "Missing mandatory path parameter 'scope'", this.getClass(), helpURI);
|
throw ExceptionManager.badRequestException(req, "Missing mandatory path parameter 'scope'",
|
||||||
|
this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(mode==null || mode.isEmpty()){
|
if (mode == null || mode.isEmpty()) {
|
||||||
logger.error("Path Parameter 'scope' not found");
|
logger.error("Path Parameter 'scope' not found");
|
||||||
throw ExceptionManager.badRequestException(req, "Missing mandatory path parameter 'mode'", this.getClass(), helpURI);
|
throw ExceptionManager.badRequestException(req, "Missing mandatory path parameter 'mode'",
|
||||||
|
this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
scope = ScopeUtil.normalizeScope(scope, "|");
|
scope = ScopeUtil.normalizeScope(scope, "|");
|
||||||
mode = mode.toUpperCase();
|
mode = mode.toUpperCase();
|
||||||
try{
|
try {
|
||||||
MODE.valueOf(mode);
|
MODE.valueOf(mode);
|
||||||
}catch(Exception e){
|
} catch (Exception e) {
|
||||||
List<MODE> toPrint = Arrays.asList(MODE.values());
|
List<MODE> toPrint = Arrays.asList(MODE.values());
|
||||||
logger.error("The 'mode' parameter is wrong, Have you pass a valid parameter MODE like "+toPrint+"?");
|
logger.error(
|
||||||
throw ExceptionManager.wrongParameterException(req, "The 'mode' parameter must be value of "+toPrint, this.getClass(), helpURI);
|
"The 'mode' parameter is wrong, Have you pass a valid parameter MODE like " + toPrint + "?");
|
||||||
|
throw ExceptionManager.wrongParameterException(req, "The 'mode' parameter must be value of " + toPrint,
|
||||||
|
this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(visibility==null){
|
if (visibility == null) {
|
||||||
logger.error("Path Parameter 'visibility' not found");
|
logger.error("Path Parameter 'visibility' not found");
|
||||||
throw ExceptionManager.badRequestException(req, "Missing mandatory path parameter 'visibility'", this.getClass(), helpURI);
|
throw ExceptionManager.badRequestException(req, "Missing mandatory path parameter 'visibility'",
|
||||||
|
this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
visibility = visibility.toUpperCase();
|
visibility = visibility.toUpperCase();
|
||||||
try{
|
try {
|
||||||
VISIBILITY.valueOf(visibility);
|
VISIBILITY.valueOf(visibility);
|
||||||
}catch (Exception e) {
|
} catch (Exception e) {
|
||||||
List<VISIBILITY> toPrint = Arrays.asList(VISIBILITY.values());
|
List<VISIBILITY> toPrint = Arrays.asList(VISIBILITY.values());
|
||||||
logger.error("The 'visibility' parameter is wrong, Have you pass a valid parameter VISIBILITY like "+toPrint+"?");
|
logger.error("The 'visibility' parameter is wrong, Have you pass a valid parameter VISIBILITY like "
|
||||||
throw ExceptionManager.wrongParameterException(req, "The 'visibility' parameter must be value of "+toPrint, this.getClass(), helpURI);
|
+ toPrint + "?");
|
||||||
|
throw ExceptionManager.wrongParameterException(req,
|
||||||
|
"The 'visibility' parameter must be value of " + toPrint, this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.info("Remaining path is: "+remainPath);
|
logger.info("Remaining path is: " + remainPath);
|
||||||
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
||||||
//I'M LOADING GN CONFIGURATIONS (ENDPOINT, USER, PWD AND SO ON..) FOR PASSED SCOPE FROM GN LIBRARY BY A GENERAL METHOD WITHOUT TO PERFORM AUTHENTICATION ON GN,
|
// I'M LOADING GN CONFIGURATIONS (ENDPOINT, USER, PWD AND SO ON..) FOR PASSED
|
||||||
//AFTER THAT I'M USING THEM TO PERFORM AUTHENTICATION ON GN VIA HTTP_CLIENTS IF NEEDED
|
// SCOPE FROM GN LIBRARY BY A GENERAL METHOD WITHOUT TO PERFORM AUTHENTICATION
|
||||||
|
// ON GN,
|
||||||
|
// AFTER THAT I'M USING THEM TO PERFORM AUTHENTICATION ON GN VIA HTTP_CLIENTS IF
|
||||||
|
// NEEDED
|
||||||
GeonetworkInstance gnInstance = getGeonetworkInstanceForScope(scope);
|
GeonetworkInstance gnInstance = getGeonetworkInstanceForScope(scope);
|
||||||
logger.info("set scope provider "+scope);
|
logger.info("set scope provider " + scope);
|
||||||
ScopeProvider.instance.set(scope);
|
ScopeProvider.instance.set(scope);
|
||||||
Account account = gnInstance.getAccount();
|
Account account = gnInstance.getAccount();
|
||||||
Version version = gnInstance.getVersion();
|
Version version = gnInstance.getVersion();
|
||||||
String geonetworkUrl = gnInstance.getEndPoint();
|
String geonetworkUrl = gnInstance.getEndPoint();
|
||||||
Configuration config = gnInstance.getConfig()!=null?gnInstance.getConfig():null;
|
Configuration config = gnInstance.getConfig() != null ? gnInstance.getConfig() : null;
|
||||||
|
|
||||||
if(account==null || account.getUser()==null || account.getPassword()==null || config==null) {
|
if (account == null || account.getUser() == null || account.getPassword() == null || config == null) {
|
||||||
logger.info("Loading GN instance and configurations via Geonetwork Library...");
|
logger.info("Loading GN instance and configurations via Geonetwork Library...");
|
||||||
config = gnInstance.getGeonetworkPublisher().getConfiguration();
|
config = gnInstance.getGeonetworkPublisher().getConfiguration();
|
||||||
account = config.getScopeConfiguration().getAccounts().get(Type.CKAN);
|
account = config.getScopeConfiguration().getAccounts().get(Type.CKAN);
|
||||||
version = config.getGeoNetworkVersion();
|
version = config.getGeoNetworkVersion();
|
||||||
geonetworkUrl = config.getGeoNetworkEndpoint();
|
geonetworkUrl = config.getGeoNetworkEndpoint();
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.info("SCOPE: {}, CKAN user used is: {}, GN EndPoint: {}",scope, account.getUser(), geonetworkUrl);
|
logger.info("SCOPE: {}, CKAN user used is: {}, GN EndPoint: {}", scope, account.getUser(),
|
||||||
|
geonetworkUrl);
|
||||||
|
|
||||||
HTTPCallsUtils httpUtils = new HTTPCallsUtils();
|
HTTPCallsUtils httpUtils = new HTTPCallsUtils();
|
||||||
|
|
||||||
if(visibility.equals(VISIBILITY.PRV.name())){
|
if (visibility.equals(VISIBILITY.PRV.name())) {
|
||||||
if(account.getUser()!=null){
|
if (account.getUser() != null) {
|
||||||
switch (version) {
|
switch (version) {
|
||||||
case DUE:
|
case DUE:
|
||||||
boolean authorized = GNAuthentication.login(httpUtils, geonetworkUrl, account.getUser(), account.getPassword());
|
boolean authorized = GNAuthentication.login(httpUtils, geonetworkUrl, account.getUser(),
|
||||||
logger.info("Authorized on GN2 "+geonetworkUrl +" ? "+authorized);
|
account.getPassword());
|
||||||
|
logger.info("Authorized on GN2 " + geonetworkUrl + " ? " + authorized);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
httpUtils = new HTTPCallsUtils(account.getUser(), account.getPassword());
|
httpUtils = new HTTPCallsUtils(account.getUser(), account.getPassword());
|
||||||
logger.info("Authorized on GN3 via HTTCallsUtils...");
|
logger.info("Authorized on GN3 via HTTCallsUtils...");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
}else {
|
} else {
|
||||||
logger.warn("I'm not able to perform authentication, the user read from config with "+Type.CKAN+" is null");
|
logger.warn("I'm not able to perform authentication, the user read from config with "
|
||||||
|
+ Type.CKAN + " is null");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
String baseURL = remainPath==null ||remainPath.isEmpty()?geonetworkUrl+"/"+CSW_SERVER:geonetworkUrl+"/"+CSW_SERVER+remainPath;
|
String baseURL = remainPath == null || remainPath.isEmpty() ? geonetworkUrl + "/" + CSW_SERVER
|
||||||
logger.info("The base URL is: "+baseURL);
|
: geonetworkUrl + "/" + CSW_SERVER + remainPath;
|
||||||
String queryString = req.getQueryString()==null || req.getQueryString().isEmpty()?"":"?"+req.getQueryString();
|
logger.info("The base URL is: " + baseURL);
|
||||||
gnGetlURL = baseURL+queryString;
|
String queryString = req.getQueryString() == null || req.getQueryString().isEmpty() ? ""
|
||||||
logger.info("Sending get request to URL: "+gnGetlURL);
|
: "?" + req.getQueryString();
|
||||||
|
gnGetlURL = baseURL + queryString;
|
||||||
|
logger.info("Sending get request to URL: " + gnGetlURL);
|
||||||
HttpResponse proxedGNResponse = httpUtils.get(gnGetlURL);
|
HttpResponse proxedGNResponse = httpUtils.get(gnGetlURL);
|
||||||
|
|
||||||
switch(proxedGNResponse.getStatus()){
|
switch (proxedGNResponse.getStatus()) {
|
||||||
case HttpServletResponse.SC_OK:
|
case HttpServletResponse.SC_OK:
|
||||||
|
|
||||||
//Building the response
|
// Building the response
|
||||||
InputStream streamToWrite = IOUtils.toInputStream(proxedGNResponse.getResponse());
|
InputStream streamToWrite = IOUtils.toInputStream(proxedGNResponse.getResponse());
|
||||||
StreamingOutput so = new SingleFileStreamingOutput(streamToWrite);
|
StreamingOutput so = new SingleFileStreamingOutput(streamToWrite);
|
||||||
|
|
||||||
logger.info("Response return Content-Type: "+httpUtils.getLastContentType());
|
logger.info("Response return Content-Type: " + httpUtils.getLastContentType());
|
||||||
|
|
||||||
ResponseBuilder responseBuilder = Response
|
ResponseBuilder responseBuilder = Response.ok(so).header(ConstantsResolver.CONTENT_TYPE,
|
||||||
.ok(so)
|
httpUtils.getLastContentType());
|
||||||
.header(ConstantsResolver.CONTENT_TYPE, httpUtils.getLastContentType());
|
|
||||||
return responseBuilder.build();
|
return responseBuilder.build();
|
||||||
|
|
||||||
case HttpServletResponse.SC_FORBIDDEN:
|
case HttpServletResponse.SC_FORBIDDEN:
|
||||||
throw ExceptionManager.forbiddenException(req, "You are not authorized to perform the request "+gnGetlURL, this.getClass(), helpURI);
|
throw ExceptionManager.forbiddenException(req,
|
||||||
|
"You are not authorized to perform the request " + gnGetlURL, this.getClass(), helpURI);
|
||||||
|
|
||||||
default:
|
default:
|
||||||
throw ExceptionManager.internalErrorException(req, "Sorry, an error occurred performing the geonetwork request "+gnGetlURL+" with scope "+scope, this.getClass(), helpURI);
|
throw ExceptionManager.internalErrorException(req,
|
||||||
|
"Sorry, an error occurred performing the geonetwork request " + gnGetlURL + " with scope "
|
||||||
|
+ scope,
|
||||||
|
this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
logger.error("Exception:", e);
|
logger.error("Exception:", e);
|
||||||
String error = "Sorry, an error occurred on resolving geonetwork request with scope "+scope+". Please, contact support!";
|
String error = "Sorry, an error occurred on resolving geonetwork request with scope " + scope
|
||||||
|
+ ". Please, contact support!";
|
||||||
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
} catch (Exception e) {
|
||||||
|
|
||||||
}catch (Exception e) {
|
if (!(e instanceof WebApplicationException)) {
|
||||||
|
// UNEXPECTED EXCEPTION managing it as WebApplicationException
|
||||||
if(!(e instanceof WebApplicationException)){
|
String error = "Error during perform GET operation to: " + gnGetlURL + ". Please, contact the support!";
|
||||||
//UNEXPECTED EXCEPTION managing it as WebApplicationException
|
|
||||||
String error = "Error during perform GET operation to: "+gnGetlURL+". Please, contact the support!";
|
|
||||||
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
//ALREADY MANAGED AS WebApplicationException
|
// ALREADY MANAGED AS WebApplicationException
|
||||||
logger.error("Exception:", e);
|
logger.error("Exception:", e);
|
||||||
throw (WebApplicationException) e;
|
throw (WebApplicationException) e;
|
||||||
}
|
}
|
||||||
|
@ -259,159 +283,174 @@ public class GeonetworkResolver {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Submit post.
|
* The post request
|
||||||
*
|
*
|
||||||
* @param req the req
|
* @param req the req
|
||||||
* @param scope the scope
|
* @param scope the scope
|
||||||
* @param mode the mode
|
* @param mode the mode
|
||||||
* @param visibility the visibility
|
* @param visibility the visibility
|
||||||
* @param filterKey the filter key
|
* @param filterKey the filter key
|
||||||
* @param filterValue the filter value
|
* @param filterValue the filter value
|
||||||
* @param remainPath the remain path
|
* @param remainPath the remain path
|
||||||
* @param resetCache the reset cache
|
* @param resetCache the reset cache
|
||||||
* @param resetScope the reset scope
|
* @param resetScope the reset scope
|
||||||
* @return the response
|
* @return the response
|
||||||
* @throws WebApplicationException the web application exception
|
* @throws WebApplicationException the web application exception
|
||||||
*/
|
*/
|
||||||
@POST
|
@POST
|
||||||
@Path("/{"+PATH_PARAM_SCOPE+"}/{"+PATH_PARAM_MODE+"}/{"+PATH_PARAM_VISIBILITY+"}/{filterKey}/{filterValue}/$${"+PATH_PARAM_REMAINPATH+":(/[^?$]+)?}")
|
@Path("/{" + PATH_PARAM_SCOPE + "}/{" + PATH_PARAM_MODE + "}/{" + PATH_PARAM_VISIBILITY
|
||||||
public Response submitPost(@Context HttpServletRequest req,
|
+ "}/{filterKey}/{filterValue}/$${" + PATH_PARAM_REMAINPATH + ":(/[^?$]+)?}")
|
||||||
@PathParam(PATH_PARAM_SCOPE) @Nullable String scope,
|
public Response submitPost(@Context HttpServletRequest req, @PathParam(PATH_PARAM_SCOPE) @Nullable String scope,
|
||||||
@PathParam(PATH_PARAM_MODE) @Nullable String mode,
|
@PathParam(PATH_PARAM_MODE) @Nullable String mode,
|
||||||
@PathParam(PATH_PARAM_VISIBILITY) @Nullable String visibility,
|
@PathParam(PATH_PARAM_VISIBILITY) @Nullable String visibility,
|
||||||
@PathParam("filterKey") @Nullable String filterKey,
|
@PathParam("filterKey") @Nullable String filterKey, @PathParam("filterValue") @Nullable String filterValue,
|
||||||
@PathParam("filterValue") @Nullable String filterValue,
|
@PathParam(PATH_PARAM_REMAINPATH) @Nullable String remainPath,
|
||||||
@PathParam(PATH_PARAM_REMAINPATH) @Nullable String remainPath,
|
@QueryParam(QUERY_PARAM_RESET_CACHE_PARAM) @Nullable String resetCache,
|
||||||
@QueryParam(QUERY_PARAM_RESET_CACHE_PARAM) @Nullable String resetCache,
|
@QueryParam(QUERY_PARAM_RESET_CACHED_SCOPE_PARAM) @Nullable String resetScope)
|
||||||
@QueryParam(QUERY_PARAM_RESET_CACHED_SCOPE_PARAM) @Nullable String resetScope) throws WebApplicationException{
|
throws WebApplicationException {
|
||||||
|
|
||||||
logger.info(this.getClass().getSimpleName()+" POST starts...");
|
logger.info(this.getClass().getSimpleName() + " POST starts...");
|
||||||
String gnCSWlURL = null;
|
String gnCSWlURL = null;
|
||||||
|
|
||||||
try{
|
try {
|
||||||
logger.info("Params are [mode: "+mode+", scope: "+scope+", visibility: "+visibility+", filterKey: "+filterKey+", filterValue: "+filterValue+", remainPath: "+remainPath+"]");
|
logger.info(
|
||||||
|
"Params are [mode: " + mode + ", scope: " + scope + ", visibility: " + visibility + ", filterKey: "
|
||||||
|
+ filterKey + ", filterValue: " + filterValue + ", remainPath: " + remainPath + "]");
|
||||||
|
|
||||||
if(scope==null || scope.isEmpty()){
|
if (scope == null || scope.isEmpty()) {
|
||||||
logger.error("Path Parameter 'scope' not found");
|
logger.error("Path Parameter 'scope' not found");
|
||||||
throw ExceptionManager.badRequestException(req, "Missing mandatory path parameter 'scope'", this.getClass(), helpURI);
|
throw ExceptionManager.badRequestException(req, "Missing mandatory path parameter 'scope'",
|
||||||
|
this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(mode==null || mode.isEmpty()){
|
if (mode == null || mode.isEmpty()) {
|
||||||
logger.error("Path Parameter 'scope' not found");
|
logger.error("Path Parameter 'scope' not found");
|
||||||
ExceptionManager.badRequestException(req, "Missing mandatory path parameter 'mode'", this.getClass(), helpURI);
|
ExceptionManager.badRequestException(req, "Missing mandatory path parameter 'mode'", this.getClass(),
|
||||||
|
helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
scope = ScopeUtil.normalizeScope(scope, "|");
|
scope = ScopeUtil.normalizeScope(scope, "|");
|
||||||
mode = mode.toUpperCase();
|
mode = mode.toUpperCase();
|
||||||
try{
|
try {
|
||||||
MODE.valueOf(mode);
|
MODE.valueOf(mode);
|
||||||
}catch(Exception e){
|
} catch (Exception e) {
|
||||||
List<MODE> toPrint = Arrays.asList(MODE.values());
|
List<MODE> toPrint = Arrays.asList(MODE.values());
|
||||||
logger.error("The 'mode' parameter is wrong, Have you pass a valid parameter MODE like "+toPrint+"?");
|
logger.error(
|
||||||
throw ExceptionManager.wrongParameterException(req, "The 'mode' parameter must be value of "+toPrint, this.getClass(), helpURI);
|
"The 'mode' parameter is wrong, Have you pass a valid parameter MODE like " + toPrint + "?");
|
||||||
|
throw ExceptionManager.wrongParameterException(req, "The 'mode' parameter must be value of " + toPrint,
|
||||||
|
this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(visibility==null){
|
if (visibility == null) {
|
||||||
logger.error("Path Parameter 'visibility' not found");
|
logger.error("Path Parameter 'visibility' not found");
|
||||||
throw ExceptionManager.badRequestException(req, "Missing mandatory path parameter 'visibility'", this.getClass(), helpURI);
|
throw ExceptionManager.badRequestException(req, "Missing mandatory path parameter 'visibility'",
|
||||||
|
this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
visibility = visibility.toUpperCase();
|
visibility = visibility.toUpperCase();
|
||||||
try{
|
try {
|
||||||
VISIBILITY.valueOf(visibility);
|
VISIBILITY.valueOf(visibility);
|
||||||
}catch (Exception e) {
|
} catch (Exception e) {
|
||||||
List<VISIBILITY> toPrint = Arrays.asList(VISIBILITY.values());
|
List<VISIBILITY> toPrint = Arrays.asList(VISIBILITY.values());
|
||||||
logger.error("The 'visibility' parameter is wrong, Have you pass a valid parameter VISIBILITY like "+toPrint+"?");
|
logger.error("The 'visibility' parameter is wrong, Have you pass a valid parameter VISIBILITY like "
|
||||||
throw ExceptionManager.wrongParameterException(req, "The 'visibility' parameter must be value of "+toPrint, this.getClass(), helpURI);
|
+ toPrint + "?");
|
||||||
|
throw ExceptionManager.wrongParameterException(req,
|
||||||
|
"The 'visibility' parameter must be value of " + toPrint, this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
//HOW TO PASS ANY FILTER?
|
// HOW TO PASS ANY FILTER?
|
||||||
//TODO INVESTIGATE ON HOW TO PASS MORE THAN ONE FILTER...
|
// TODO INVESTIGATE ON HOW TO PASS MORE THAN ONE FILTER...
|
||||||
Map<String,String> filters = new HashMap<String, String>();
|
Map<String, String> filters = new HashMap<String, String>();
|
||||||
if(filterKey!=null && filterValue!=null){
|
if (filterKey != null && filterValue != null) {
|
||||||
//IGNORING THE EMPTY FILTER 'null|null'
|
// IGNORING THE EMPTY FILTER 'null|null'
|
||||||
if(filterKey.compareToIgnoreCase("null")!=0){
|
if (filterKey.compareToIgnoreCase("null") != 0) {
|
||||||
filters.put(filterKey, filterValue);
|
filters.put(filterKey, filterValue);
|
||||||
logger.debug("Added filter parmas to map filters: "+filters);
|
logger.debug("Added filter parmas to map filters: " + filters);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
||||||
//I'M LOADING GN CONFIGURATIONS (ENDPOINT, USER, PWD AND SO ON..) FOR PASSED SCOPE FROM GN LIBRARY BY A GENERAL METHOD WITHOUT TO PERFORM AUTHENTICATION ON GN,
|
// I'M LOADING GN CONFIGURATIONS (ENDPOINT, USER, PWD AND SO ON..) FOR PASSED
|
||||||
//AFTER THAT I'M USING THEM TO PERFORM AUTHENTICATION ON GN VIA HTTP_CLIENTS IF NEEDED
|
// SCOPE FROM GN LIBRARY BY A GENERAL METHOD WITHOUT TO PERFORM AUTHENTICATION
|
||||||
|
// ON GN,
|
||||||
|
// AFTER THAT I'M USING THEM TO PERFORM AUTHENTICATION ON GN VIA HTTP_CLIENTS IF
|
||||||
|
// NEEDED
|
||||||
GeonetworkInstance gnInstance = getGeonetworkInstanceForScope(scope);
|
GeonetworkInstance gnInstance = getGeonetworkInstanceForScope(scope);
|
||||||
logger.info("set scope provider "+scope);
|
logger.info("set scope provider " + scope);
|
||||||
ScopeProvider.instance.set(scope);
|
ScopeProvider.instance.set(scope);
|
||||||
Account account = gnInstance.getAccount();
|
Account account = gnInstance.getAccount();
|
||||||
Version version = gnInstance.getVersion();
|
Version version = gnInstance.getVersion();
|
||||||
String geonetworkUrl = gnInstance.getEndPoint();
|
String geonetworkUrl = gnInstance.getEndPoint();
|
||||||
Configuration config = gnInstance.getConfig()!=null?gnInstance.getConfig():null;
|
Configuration config = gnInstance.getConfig() != null ? gnInstance.getConfig() : null;
|
||||||
|
|
||||||
if(account==null || account.getUser()==null || account.getPassword()==null || config==null) {
|
if (account == null || account.getUser() == null || account.getPassword() == null || config == null) {
|
||||||
logger.info("Loading GN instance and configurations via Geonetwork Library...");
|
logger.info("Loading GN instance and configurations via Geonetwork Library...");
|
||||||
config = gnInstance.getGeonetworkPublisher().getConfiguration();
|
config = gnInstance.getGeonetworkPublisher().getConfiguration();
|
||||||
account = config.getScopeConfiguration().getAccounts().get(Type.CKAN);
|
account = config.getScopeConfiguration().getAccounts().get(Type.CKAN);
|
||||||
version = config.getGeoNetworkVersion();
|
version = config.getGeoNetworkVersion();
|
||||||
geonetworkUrl = config.getGeoNetworkEndpoint();
|
geonetworkUrl = config.getGeoNetworkEndpoint();
|
||||||
}
|
}
|
||||||
logger.info("SCOPE: {}, CKAN user used is: {}, GN EndPoint: {}",scope, account.getUser(), geonetworkUrl);
|
logger.info("SCOPE: {}, CKAN user used is: {}, GN EndPoint: {}", scope, account.getUser(),
|
||||||
|
geonetworkUrl);
|
||||||
|
|
||||||
// logger.info("Parameters..");
|
// logger.info("Parameters..");
|
||||||
// for (Enumeration<String> e = req.getParameterNames(); e.hasMoreElements();){
|
// for (Enumeration<String> e = req.getParameterNames(); e.hasMoreElements();){
|
||||||
// String p = e.nextElement();
|
// String p = e.nextElement();
|
||||||
// logger.debug("param "+p + " value "+Arrays.toString(req.getParameterValues(p)));
|
// logger.debug("param "+p + " value
|
||||||
// }
|
// "+Arrays.toString(req.getParameterValues(p)));
|
||||||
|
// }
|
||||||
|
|
||||||
//DEBUG BODY
|
// DEBUG BODY
|
||||||
// String readBody = IOUtils.toString(req.getReader());
|
// String readBody = IOUtils.toString(req.getReader());
|
||||||
// logger.debug("doPost read body request: "+readBody);
|
// logger.debug("doPost read body request: "+readBody);
|
||||||
ByteArrayOutputStream byteArray = new ByteArrayOutputStream();
|
ByteArrayOutputStream byteArray = new ByteArrayOutputStream();
|
||||||
|
|
||||||
|
|
||||||
// SPECIFIC HANDLER FOR GEONETWORK REQUEST: /srv/en/mef.export
|
// SPECIFIC HANDLER FOR GEONETWORK REQUEST: /srv/en/mef.export
|
||||||
if(remainPath!=null && remainPath.compareTo(SRV_EN_MEF_EXPORT)==0){
|
if (remainPath != null && remainPath.compareTo(SRV_EN_MEF_EXPORT) == 0) {
|
||||||
logger.info("In case of mef.export, perfoming a custom handler");
|
logger.info("In case of mef.export, performing a custom handler");
|
||||||
gnCSWlURL = geonetworkUrl + SRV_EN_MEF_EXPORT;
|
gnCSWlURL = geonetworkUrl + SRV_EN_MEF_EXPORT;
|
||||||
String[] uuidValues = req.getParameterValues(UUID);
|
String[] uuidValues = req.getParameterValues(UUID);
|
||||||
if(uuidValues!=null){
|
if (uuidValues != null) {
|
||||||
String data = null;
|
String data = null;
|
||||||
for (String uuid : uuidValues) {
|
for (String uuid : uuidValues) {
|
||||||
data = UUID+"="+uuid;
|
data = UUID + "=" + uuid;
|
||||||
}
|
}
|
||||||
if(data!=null){
|
if (data != null) {
|
||||||
logger.debug("Writing "+data +" into byte array");
|
logger.debug("Writing " + data + " into byte array");
|
||||||
byteArray.write(data.getBytes());
|
byteArray.write(data.getBytes());
|
||||||
}else
|
} else
|
||||||
IOUtils.copy(req.getInputStream(), byteArray);
|
IOUtils.copy(req.getInputStream(), byteArray);
|
||||||
}else
|
} else
|
||||||
IOUtils.copy(req.getInputStream(), byteArray);
|
IOUtils.copy(req.getInputStream(), byteArray);
|
||||||
}else{
|
} else {
|
||||||
logger.debug("IS NOT A REQUEST TO "+SRV_EN_MEF_EXPORT);
|
logger.debug("IS NOT A REQUEST TO " + SRV_EN_MEF_EXPORT);
|
||||||
gnCSWlURL = remainPath==null || remainPath.isEmpty()?geonetworkUrl+"/"+CSW_SERVER:geonetworkUrl+"/"+CSW_SERVER+remainPath;
|
gnCSWlURL = remainPath == null || remainPath.isEmpty() ? geonetworkUrl + "/" + CSW_SERVER
|
||||||
|
: geonetworkUrl + "/" + CSW_SERVER + remainPath;
|
||||||
IOUtils.copy(req.getInputStream(), byteArray);
|
IOUtils.copy(req.getInputStream(), byteArray);
|
||||||
}
|
}
|
||||||
|
|
||||||
HTTPCallsUtils httpUtils = new HTTPCallsUtils();
|
HTTPCallsUtils httpUtils = new HTTPCallsUtils();
|
||||||
|
|
||||||
//PRIVATE LAYERS
|
// PRIVATE LAYERS
|
||||||
if(visibility.equals(VISIBILITY.PRV.name())){
|
if (visibility.equals(VISIBILITY.PRV.name())) {
|
||||||
logger.info("Visibility: "+VISIBILITY.PRV+" getting private layers..");
|
logger.info("Visibility: " + VISIBILITY.PRV + " getting private layers..");
|
||||||
//VRE LAYERS
|
// VRE LAYERS
|
||||||
if(mode.equals(MODE.VRE.name())){
|
if (mode.equals(MODE.VRE.name())) {
|
||||||
logger.info("Getting "+MODE.VRE+" layers..");
|
logger.info("Getting " + MODE.VRE + " layers..");
|
||||||
//HARVESTED LAYERS
|
// HARVESTED LAYERS
|
||||||
}else{
|
} else {
|
||||||
filters.put("isHarvested", "y");
|
filters.put("isHarvested", "y");
|
||||||
logger.info("Getting "+MODE.HARVEST+" layers, I added 'isHarvested = y' to the filters ["+filters+"]");
|
logger.info("Getting " + MODE.HARVEST + " layers, I added 'isHarvested = y' to the filters ["
|
||||||
|
+ filters + "]");
|
||||||
}
|
}
|
||||||
|
|
||||||
if(account.getUser()!=null){
|
if (account.getUser() != null) {
|
||||||
switch (version) {
|
switch (version) {
|
||||||
case DUE:
|
case DUE:
|
||||||
boolean authorized = GNAuthentication.login(httpUtils, geonetworkUrl, account.getUser(), account.getPassword());
|
boolean authorized = GNAuthentication.login(httpUtils, geonetworkUrl, account.getUser(),
|
||||||
logger.info("Authorized on GN2 "+geonetworkUrl +" ? "+authorized);
|
account.getPassword());
|
||||||
|
logger.info("Authorized on GN2 " + geonetworkUrl + " ? " + authorized);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
@ -419,81 +458,101 @@ public class GeonetworkResolver {
|
||||||
logger.info("Authorized on GN3 via HTTCallsUtils...");
|
logger.info("Authorized on GN3 via HTTCallsUtils...");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
}else {
|
} else {
|
||||||
logger.warn("I'm not able to perform authentication, the user read from config with "+Type.CKAN+" is null");
|
logger.warn("I'm not able to perform authentication, the user read from config with "
|
||||||
|
+ Type.CKAN + " is null");
|
||||||
}
|
}
|
||||||
|
|
||||||
//PUBLIC LAYERS
|
// PUBLIC LAYERS
|
||||||
}else{
|
} else {
|
||||||
logger.info("Visibility: "+VISIBILITY.PUB+" getting public layers..");
|
logger.info("Visibility: " + VISIBILITY.PUB + " getting public layers..");
|
||||||
//VRE LAYERS
|
// VRE LAYERS
|
||||||
if(mode.equals(MODE.VRE.name())){
|
if (mode.equals(MODE.VRE.name())) {
|
||||||
logger.info("Getting "+MODE.VRE+" layers, the VRE account: "+account.getUser() +" will be used as owner user for filtering... Is it right?");
|
logger.info("Getting " + MODE.VRE + " layers, the VRE account: " + account.getUser()
|
||||||
|
+ " will be used as owner user for filtering... Is it right?");
|
||||||
filters.put("ownername", account.getUser());
|
filters.put("ownername", account.getUser());
|
||||||
//HARVESTED LAYERS
|
// HARVESTED LAYERS
|
||||||
}else{
|
} else {
|
||||||
//filters.put("isHarvested", "y");
|
// filters.put("isHarvested", "y");
|
||||||
logger.info("Getting "+MODE.HARVEST+" layers, I'm applying the filters ["+filters+"]");
|
logger.info("Getting " + MODE.HARVEST + " layers, I'm applying the filters [" + filters + "]");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.info("Sending CSW POST request to URL: "+gnCSWlURL);
|
logger.info("Sending CSW POST request to URL: " + gnCSWlURL);
|
||||||
logger.debug("Content-Type: "+req.getContentType());
|
logger.debug("Content-Type: " + req.getContentType());
|
||||||
|
|
||||||
//DEBUG
|
// DEBUG
|
||||||
//logger.debug("POST - BODY : "+byteArray.toString());
|
// logger.debug("POST - BODY : "+byteArray.toString());
|
||||||
InputStream in = httpUtils.post(gnCSWlURL, new ByteArrayInputStream(byteArray.toByteArray()), req.getContentType(), req.getParameterMap());
|
InputStream in = httpUtils.post(gnCSWlURL, new ByteArrayInputStream(byteArray.toByteArray()),
|
||||||
|
req.getContentType(), req.getParameterMap());
|
||||||
|
|
||||||
if(in==null){
|
if (in == null) {
|
||||||
logger.warn("Input stream returned is null, sending "+HttpServletResponse.SC_NOT_FOUND);
|
logger.warn("Input stream returned is null, sending " + HttpServletResponse.SC_NOT_FOUND);
|
||||||
throw ExceptionManager.notFoundException(req, "Input stream is null to the request "+gnCSWlURL+ " with body: "+byteArray.toString(), this.getClass(), helpURI);
|
throw ExceptionManager.notFoundException(req,
|
||||||
|
"Input stream is null to the request " + gnCSWlURL + " with body: " + byteArray.toString(),
|
||||||
|
this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
try{
|
try {
|
||||||
|
|
||||||
ReusableInputStream reus = new ReusableInputStream(in);
|
ReusableInputStream reus = new ReusableInputStream(in);
|
||||||
|
|
||||||
if(visibility.equals(VISIBILITY.PRV.name())){
|
if (visibility.equals(VISIBILITY.PRV.name())) {
|
||||||
logger.info("Private VISIBILITY requested, retrieving public file identifiers to apply filtering..");
|
logger.info(
|
||||||
|
"Private VISIBILITY requested, retrieving public file identifiers to apply filtering..");
|
||||||
FilterGetRecords filterGetRecords = new FilterGetRecords(byteArray.toString(), geonetworkUrl);
|
FilterGetRecords filterGetRecords = new FilterGetRecords(byteArray.toString(), geonetworkUrl);
|
||||||
if(filterGetRecords.getFoundPublicIds()!=null && filterGetRecords.getFoundPublicIds().size()>0){
|
if (filterGetRecords.getFoundPublicIds() != null
|
||||||
logger.info("I'm removing list of public IDs with "+filterGetRecords.getFoundPublicIds().size() +" item/s. Is it right?");
|
&& filterGetRecords.getFoundPublicIds().size() > 0) {
|
||||||
in = GetResponseRecordFilter.overrideResponseIdsByListIds(reus, filterGetRecords.getFoundPublicIds(), REPLACED_A_PUBLIC_UUID_PLEASE_IGNORE);
|
logger.info("I'm removing list of public IDs with "
|
||||||
|
+ filterGetRecords.getFoundPublicIds().size() + " item/s. Is it right?");
|
||||||
|
in = GetResponseRecordFilter.overrideResponseIdsByListIds(reus,
|
||||||
|
filterGetRecords.getFoundPublicIds(), REPLACED_A_PUBLIC_UUID_PLEASE_IGNORE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(filters.size()>0){
|
if (filters.size() > 0) {
|
||||||
logger.info("Applying filtering on geonet:info... filter/s used: "+filters);
|
logger.info("Applying filtering on geonet:info... filter/s used: " + filters);
|
||||||
Document doc = GetResponseRecordFilter.inputStreamToW3CDocument(reus);
|
Document doc = GetResponseRecordFilter.inputStreamToW3CDocument(reus);
|
||||||
List<String> fileIdentifiers = GetResponseRecordFilter.getTextContentStringsForTagName(doc, "gmd:fileIdentifier");
|
List<String> fileIdentifiers = GetResponseRecordFilter.getTextContentStringsForTagName(doc,
|
||||||
|
"gmd:fileIdentifier");
|
||||||
List<String> noMatchingFilter = new ArrayList<String>();
|
List<String> noMatchingFilter = new ArrayList<String>();
|
||||||
for (String fileId : fileIdentifiers) {
|
for (String fileId : fileIdentifiers) {
|
||||||
|
|
||||||
//CKECKING THE FILTERS
|
// CKECKING THE FILTERS
|
||||||
for (String fkey : filters.keySet()) {
|
for (String fkey : filters.keySet()) {
|
||||||
String value = GetResponseRecordFilter.getMetadataValueByFileIdentifier(fileId, config.getGeoNetworkEndpoint(),config.getAdminAccount().getUser(), config.getAdminAccount().getPassword(), fkey);
|
String value = GetResponseRecordFilter.getMetadataValueByFileIdentifier(fileId,
|
||||||
//String own = GetResponseRecordFilter.getMetaOwnerNameByFileIdentifier(fileId, config.getGeoNetworkEndpoint(),config.getAdminAccount().getUser(), config.getAdminAccount().getPassword());
|
config.getGeoNetworkEndpoint(), config.getAdminAccount().getUser(),
|
||||||
String fValue = filters.get(fkey);
|
config.getAdminAccount().getPassword(), fkey);
|
||||||
//Either the filter KEY doesn't matching any geonet:info (value==null)
|
// String own = GetResponseRecordFilter.getMetaOwnerNameByFileIdentifier(fileId,
|
||||||
//or the value of filterKey in geonet:info doesn't matching the passed filterValue (value.compareTo(fValue)!=0)
|
// config.getGeoNetworkEndpoint(),config.getAdminAccount().getUser(),
|
||||||
if(value==null || value.compareTo(fValue)!=0){
|
// config.getAdminAccount().getPassword());
|
||||||
logger.trace(fkey +" of File Identifier "+fileId+" not matching the filter: "+fkey+" with value: "+fValue+", adding it to list to remove file identifier and exit from loop..");
|
String fValue = filters.get(fkey);
|
||||||
noMatchingFilter.add(fileId);
|
// Either the filter KEY doesn't matching any geonet:info (value==null)
|
||||||
//WHEN I ADD THE FILE IDENTIFIER TO FILTERED ID, I CAN EXIT FROM CKECKING FILTERS LOOP
|
// or the value of filterKey in geonet:info doesn't matching the passed
|
||||||
break;
|
// filterValue (value.compareTo(fValue)!=0)
|
||||||
}
|
if (value == null || value.compareTo(fValue) != 0) {
|
||||||
|
logger.trace(fkey + " of File Identifier " + fileId + " not matching the filter: "
|
||||||
|
+ fkey + " with value: " + fValue
|
||||||
|
+ ", adding it to list to remove file identifier and exit from loop..");
|
||||||
|
noMatchingFilter.add(fileId);
|
||||||
|
// WHEN I ADD THE FILE IDENTIFIER TO FILTERED ID, I CAN EXIT FROM CKECKING
|
||||||
|
// FILTERS LOOP
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(noMatchingFilter.size()>0){
|
if (noMatchingFilter.size() > 0) {
|
||||||
logger.info("Removing "+noMatchingFilter.size()+" layer/s that not macthing the filters: "+filters);
|
logger.info("Removing " + noMatchingFilter.size()
|
||||||
//Document doc2 = GetResponseRecordFilter.inputStreamToW3CDocument(reus);
|
+ " layer/s that not macthing the filters: " + filters);
|
||||||
in = GetResponseRecordFilter.overrideResponseIdsByListIds(reus, noMatchingFilter, REPLACED_UUID_BY_FILTER_PLEASE_IGNORE);
|
// Document doc2 = GetResponseRecordFilter.inputStreamToW3CDocument(reus);
|
||||||
//in = GetResponseRecordFilter.w3CDocumentToInputStream(doc);
|
in = GetResponseRecordFilter.overrideResponseIdsByListIds(reus, noMatchingFilter,
|
||||||
|
REPLACED_UUID_BY_FILTER_PLEASE_IGNORE);
|
||||||
|
// in = GetResponseRecordFilter.w3CDocumentToInputStream(doc);
|
||||||
|
|
||||||
}else{
|
} else {
|
||||||
logger.info("No replace on UUIDs was applied from filters: "+filters);
|
logger.info("No replace on UUIDs was applied from filters: " + filters);
|
||||||
in = reus;
|
in = reus;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -501,46 +560,49 @@ public class GeonetworkResolver {
|
||||||
|
|
||||||
ReusableInputStream reusIs = new ReusableInputStream(in);
|
ReusableInputStream reusIs = new ReusableInputStream(in);
|
||||||
|
|
||||||
//END DEBUG
|
// END DEBUG
|
||||||
logger.info("Response return Content-Type: "+httpUtils.getLastContentType());
|
logger.info("Response return Content-Type: " + httpUtils.getLastContentType());
|
||||||
return Response
|
return Response.ok(reusIs)
|
||||||
.ok(reusIs)
|
// .header(ConstantsResolver.CONTENT_DISPOSITION,"attachment; filename =
|
||||||
//.header(ConstantsResolver.CONTENT_DISPOSITION,"attachment; filename = \""+fileName+"\"")
|
// \""+fileName+"\"")
|
||||||
.header(ConstantsResolver.CONTENT_TYPE, httpUtils.getLastContentType()).build();
|
.header(ConstantsResolver.CONTENT_TYPE, httpUtils.getLastContentType()).build();
|
||||||
|
|
||||||
}catch(Exception e){
|
} catch (Exception e) {
|
||||||
logger.error("Error on copy the response to send to client: ", e);
|
logger.error("Error on copy the response to send to client: ", e);
|
||||||
throw ExceptionManager.internalErrorException(req, "Error on copy the response!", this.getClass(), helpURI);
|
throw ExceptionManager.internalErrorException(req, "Error on copy the response!", this.getClass(),
|
||||||
}finally{
|
helpURI);
|
||||||
|
} finally {
|
||||||
IOUtils.closeQuietly(in);
|
IOUtils.closeQuietly(in);
|
||||||
}
|
}
|
||||||
|
|
||||||
} catch (IllegalArgumentException e){
|
} catch (IllegalArgumentException e) {
|
||||||
logger.error("IllegalArgumentException:", e);
|
logger.error("IllegalArgumentException:", e);
|
||||||
throw ExceptionManager.badRequestException(req, "Illegal argument to carry out the request!", this.getClass(), helpURI);
|
throw ExceptionManager.badRequestException(req, "Illegal argument to carry out the request!",
|
||||||
|
this.getClass(), helpURI);
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
logger.error("Exception:", e);
|
logger.error("Exception:", e);
|
||||||
String error = "Sorry, an error occurred on resolving geonetwork request with scope "+scope+". Please, contact support!";
|
String error = "Sorry, an error occurred on resolving geonetwork request with scope " + scope
|
||||||
|
+ ". Please, contact support!";
|
||||||
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
}catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
||||||
if(!(e instanceof WebApplicationException)){
|
if (!(e instanceof WebApplicationException)) {
|
||||||
//UNEXPECTED EXCEPTION managing it as WebApplicationException
|
// UNEXPECTED EXCEPTION managing it as WebApplicationException
|
||||||
String error = "Error during perform POST operation to: "+gnCSWlURL+". Please, contact the support!";
|
String error = "Error during perform POST operation to: " + gnCSWlURL
|
||||||
if(e.getCause()!=null)
|
+ ". Please, contact the support!";
|
||||||
error+="\n\nCaused: "+e.getCause().getMessage();
|
if (e.getCause() != null)
|
||||||
|
error += "\n\nCaused: " + e.getCause().getMessage();
|
||||||
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
//ALREADY MANAGED AS WebApplicationException
|
// ALREADY MANAGED AS WebApplicationException
|
||||||
logger.error("Exception:", e);
|
logger.error("Exception:", e);
|
||||||
throw (WebApplicationException) e;
|
throw (WebApplicationException) e;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the geonetwork instance for scope.
|
* Gets the geonetwork instance for scope.
|
||||||
|
@ -549,15 +611,15 @@ public class GeonetworkResolver {
|
||||||
* @return the geonetwork instance for scope
|
* @return the geonetwork instance for scope
|
||||||
* @throws Exception the exception
|
* @throws Exception the exception
|
||||||
*/
|
*/
|
||||||
protected GeonetworkInstance getGeonetworkInstanceForScope(String scope) throws Exception{
|
protected GeonetworkInstance getGeonetworkInstanceForScope(String scope) throws Exception {
|
||||||
|
|
||||||
logger.info("Trying to read the {} from cache for scope: {}",GeonetworkInstance.class.getSimpleName(), scope);
|
logger.info("Trying to read the {} from cache for scope: {}", GeonetworkInstance.class.getSimpleName(), scope);
|
||||||
GeonetworkInstance geoInstance;
|
GeonetworkInstance geoInstance;
|
||||||
try {
|
try {
|
||||||
geoInstance = LoadingGeonetworkInstanceCache.get(scope);
|
geoInstance = LoadingGeonetworkInstanceCache.get(scope);
|
||||||
}catch (Exception e) {
|
} catch (Exception e) {
|
||||||
logger.error("An error occurred on reading GeonetworkInstance for scope "+scope, e);
|
logger.error("An error occurred on reading GeonetworkInstance for scope " + scope, e);
|
||||||
throw new Exception("Sorry, An error occurred on reading GeonetworkInstance for scope "+scope);
|
throw new Exception("Sorry, An error occurred on reading GeonetworkInstance for scope " + scope);
|
||||||
}
|
}
|
||||||
return geoInstance;
|
return geoInstance;
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,502 @@
|
||||||
|
package org.gcube.datatransfer.resolver.services;
|
||||||
|
|
||||||
|
import java.io.InputStream;
|
||||||
|
import java.util.LinkedHashMap;
|
||||||
|
|
||||||
|
import javax.annotation.Nullable;
|
||||||
|
import javax.servlet.http.HttpServletRequest;
|
||||||
|
import javax.ws.rs.GET;
|
||||||
|
import javax.ws.rs.Path;
|
||||||
|
import javax.ws.rs.PathParam;
|
||||||
|
import javax.ws.rs.Produces;
|
||||||
|
import javax.ws.rs.QueryParam;
|
||||||
|
import javax.ws.rs.WebApplicationException;
|
||||||
|
import javax.ws.rs.core.Context;
|
||||||
|
import javax.ws.rs.core.MediaType;
|
||||||
|
import javax.ws.rs.core.Response;
|
||||||
|
import javax.ws.rs.core.Response.Status;
|
||||||
|
import javax.ws.rs.core.StreamingOutput;
|
||||||
|
|
||||||
|
import org.gcube.application.geoportalcommon.GeoportalCommon;
|
||||||
|
import org.gcube.application.geoportalcommon.shared.GeoportalItemReferences;
|
||||||
|
import org.gcube.application.geoportalcommon.shared.GeoportalItemReferences.SHARE_LINK_TO;
|
||||||
|
import org.gcube.application.geoportaldatamapper.exporter.Geoportal_PDF_Exporter;
|
||||||
|
import org.gcube.application.geoportaldatamapper.shared.ExporterProjectSource;
|
||||||
|
import org.gcube.application.geoportaldatamapper.shared.FileReference;
|
||||||
|
import org.gcube.com.fasterxml.jackson.core.JsonProcessingException;
|
||||||
|
import org.gcube.com.fasterxml.jackson.databind.ObjectMapper;
|
||||||
|
import org.gcube.common.authorization.utils.manager.SecretManager;
|
||||||
|
import org.gcube.common.authorization.utils.manager.SecretManagerProvider;
|
||||||
|
import org.gcube.common.authorization.utils.user.User;
|
||||||
|
import org.gcube.datatransfer.resolver.ConstantsResolver;
|
||||||
|
import org.gcube.datatransfer.resolver.geoportal.exporter.FetchPDF;
|
||||||
|
import org.gcube.datatransfer.resolver.geoportal.exporter.GeoportalJsonResponse;
|
||||||
|
import org.gcube.datatransfer.resolver.geoportal.exporter.Geoportal_HTML_Page;
|
||||||
|
import org.gcube.datatransfer.resolver.services.error.ExceptionManager;
|
||||||
|
import org.gcube.datatransfer.resolver.services.exceptions.BadRequestException;
|
||||||
|
import org.gcube.datatransfer.resolver.util.SingleFileStreamingOutput;
|
||||||
|
import org.gcube.datatransfer.resolver.util.Util;
|
||||||
|
import org.slf4j.Logger;
|
||||||
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Class GeoportalExporter.
|
||||||
|
*
|
||||||
|
* The Geoportal Exporter provides the facilities to export GIS projects stored in
|
||||||
|
* the Geoportal system provided via D4Science VREs.
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
|
*
|
||||||
|
* Apr 16, 2024
|
||||||
|
*/
|
||||||
|
@Path("geoportal")
|
||||||
|
public class GeoportalExporter {
|
||||||
|
|
||||||
|
private static final String JOB_CODE = "jobCode";
|
||||||
|
|
||||||
|
public static final String EXPORT_TYPE = "type";
|
||||||
|
|
||||||
|
public static final String PATH_PROJECT_ID = GeoportalResolver.PATH_PROJECT_ID;
|
||||||
|
public static final String PATH_USECASE_ID = GeoportalResolver.PATH_USECASE_ID;
|
||||||
|
public static final String PATH_VRE_NAME = GeoportalResolver.PATH_VRE_NAME;
|
||||||
|
|
||||||
|
public static final String QUERY_PARAMETER_AS_URL = "as-url";
|
||||||
|
|
||||||
|
private static final Logger LOG = LoggerFactory.getLogger(GeoportalExporter.class);
|
||||||
|
private static String helpURI = "https://wiki.gcube-system.org/gcube/URI_Resolver#Geoportal_Resolver";
|
||||||
|
|
||||||
|
private static LinkedHashMap<String, FetchPDF> map = new LinkedHashMap<String, FetchPDF>();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Enum ACCEPTED_EXPORT_TYPE.
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
|
*
|
||||||
|
* Apr 22, 2024
|
||||||
|
*/
|
||||||
|
public enum ACCEPTED_EXPORT_TYPE {
|
||||||
|
pdf
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Export.
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
|
* @param export_type the export type. Must be a value of the enum
|
||||||
|
* {#ACCEPTED_EXPORT_TYPE}
|
||||||
|
* @param ucdID the ucd ID
|
||||||
|
* @param projectID the project ID
|
||||||
|
* @param asURL the as URL. If true returns the project exported as an URL
|
||||||
|
* in the response
|
||||||
|
* @return the response. Can be an URL or a Stream of the project exported.
|
||||||
|
* @throws WebApplicationException the web application exception
|
||||||
|
*/
|
||||||
|
@GET
|
||||||
|
@Path("/export/{type}/{usecase_id}/{project_id}")
|
||||||
|
@Produces({ MediaType.TEXT_HTML, MediaType.TEXT_PLAIN, MediaType.APPLICATION_OCTET_STREAM })
|
||||||
|
public Response export(@Context HttpServletRequest req, @PathParam(EXPORT_TYPE) String export_type,
|
||||||
|
@PathParam(PATH_USECASE_ID) String ucdID, @PathParam(PATH_PROJECT_ID) String projectID,
|
||||||
|
@QueryParam(QUERY_PARAMETER_AS_URL) @Nullable String asURL) throws WebApplicationException {
|
||||||
|
|
||||||
|
String userAgentName = req.getHeader("User-Agent");
|
||||||
|
|
||||||
|
LOG.info(this.getClass().getSimpleName() + " export - GET starts...");
|
||||||
|
LOG.info("Params: [" + EXPORT_TYPE + ": {}, " + PATH_USECASE_ID + ": {}, " + PATH_PROJECT_ID + ": {}, "
|
||||||
|
+ QUERY_PARAMETER_AS_URL + ": {}]", export_type, ucdID, projectID, asURL);
|
||||||
|
|
||||||
|
checkPathParameterNotNull(req, EXPORT_TYPE, export_type);
|
||||||
|
checkPathParameterNotNull(req, PATH_USECASE_ID, ucdID);
|
||||||
|
checkPathParameterNotNull(req, PATH_PROJECT_ID, projectID);
|
||||||
|
|
||||||
|
boolean getAsURL = false;
|
||||||
|
try {
|
||||||
|
getAsURL = Boolean.parseBoolean(asURL);
|
||||||
|
} catch (Exception e) {
|
||||||
|
}
|
||||||
|
|
||||||
|
LOG.info("getAsURL is: {}", getAsURL);
|
||||||
|
|
||||||
|
checkExportType(req, export_type);
|
||||||
|
|
||||||
|
boolean checked = false;
|
||||||
|
|
||||||
|
SecretManager secreteManager = SecretManagerProvider.instance.get();
|
||||||
|
final String context = secreteManager.getContext();
|
||||||
|
if (context == null) {
|
||||||
|
throw ExceptionManager.forbiddenException(req, "Cannot determine context (the scope)", this.getClass(),
|
||||||
|
helpURI);
|
||||||
|
}
|
||||||
|
|
||||||
|
final org.gcube.common.authorization.utils.user.User user = secreteManager.getUser();
|
||||||
|
if (user == null) {
|
||||||
|
throw ExceptionManager.forbiddenException(req, "Cannot determine user", this.getClass(), helpURI);
|
||||||
|
}
|
||||||
|
|
||||||
|
LOG.info("Identified caller {} in context {}", user.getUsername(), context);
|
||||||
|
|
||||||
|
try {
|
||||||
|
Geoportal_PDF_Exporter pdfExporter = new Geoportal_PDF_Exporter();
|
||||||
|
checked = pdfExporter.checkConfig();
|
||||||
|
} catch (Exception e) {
|
||||||
|
LOG.error("Error on performing export", e);
|
||||||
|
throw ExceptionManager
|
||||||
|
.internalErrorException(req,
|
||||||
|
"Error the " + Geoportal_PDF_Exporter.class.getSimpleName()
|
||||||
|
+ " seems to be not configured in the context: " + context,
|
||||||
|
this.getClass(), helpURI);
|
||||||
|
}
|
||||||
|
// if the configuration exists in the context
|
||||||
|
if (checked) {
|
||||||
|
if (getAsURL) {
|
||||||
|
try {
|
||||||
|
LOG.info("Serving request as getAsURL...");
|
||||||
|
FileReference pdfRef = exportAsPDF(req, ucdID, projectID, null, context, user);
|
||||||
|
String theURL = pdfRef.getStorageVolatileURL().toString();
|
||||||
|
LOG.info("returning URL {}", theURL);
|
||||||
|
return Response.ok(theURL).build();
|
||||||
|
} catch (Exception e) {
|
||||||
|
LOG.error("Error on performing export by url", e);
|
||||||
|
throw ExceptionManager.internalErrorException(req,
|
||||||
|
"Sorry, error occurred when generating the project URL. Error is: " + e.getMessage(),
|
||||||
|
this.getClass(), helpURI);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
if (userAgentName != null) {
|
||||||
|
LOG.info("Serving request as User-Agent {}", userAgentName);
|
||||||
|
final String jobCode = ucdID + "_" + projectID + "_" + System.currentTimeMillis();
|
||||||
|
final FetchPDF fetchPDF = new FetchPDF(null, jobCode, 0);
|
||||||
|
map.put(jobCode, fetchPDF);
|
||||||
|
try {
|
||||||
|
Thread t = new Thread() {
|
||||||
|
@Override
|
||||||
|
public void run() {
|
||||||
|
LOG.info("exportAsPDF called in thread...");
|
||||||
|
FileReference pdfRef = exportAsPDF(req, ucdID, projectID, null, context, user);
|
||||||
|
LOG.info("exportAsPDF setFileRef in thread for code: " + jobCode);
|
||||||
|
fetchPDF.setFileRef(pdfRef);
|
||||||
|
map.put(jobCode, fetchPDF);
|
||||||
|
}
|
||||||
|
|
||||||
|
};
|
||||||
|
t.start();
|
||||||
|
} catch (Exception e) {
|
||||||
|
LOG.error("Error on performing export in thread", e);
|
||||||
|
throw e;
|
||||||
|
}
|
||||||
|
|
||||||
|
String serviceViewPDF_URL = String.format("%s/%s/view/%s", Util.getServerURL(req), "geoportal",
|
||||||
|
jobCode);
|
||||||
|
|
||||||
|
String entity = Geoportal_HTML_Page.entityHTMLMessage("Exporting as PDF...",
|
||||||
|
"The project with id: " + projectID, true, serviceViewPDF_URL);
|
||||||
|
|
||||||
|
LOG.info("returning waiting HTML page");
|
||||||
|
return Response.ok(entity).encoding("UTF-8").header(ConstantsResolver.CONTENT_TYPE, "text/html")
|
||||||
|
.build();
|
||||||
|
} else {
|
||||||
|
LOG.info("Serving request as client...");
|
||||||
|
FileReference pdfRef = exportAsPDF(req, ucdID, projectID, null, context, user);
|
||||||
|
// returning as stream
|
||||||
|
InputStream input = pdfRef.getStorageVolatileURL().openStream();
|
||||||
|
StreamingOutput so = new SingleFileStreamingOutput(input);
|
||||||
|
LOG.info("returning project streaming...");
|
||||||
|
return Response.ok(so)
|
||||||
|
.header(ConstantsResolver.CONTENT_DISPOSITION,
|
||||||
|
"inline; filename=\"" + pdfRef.getFileName() + "\"")
|
||||||
|
.header("Content-Type", pdfRef.getContentType()).build();
|
||||||
|
|
||||||
|
}
|
||||||
|
} catch (Exception e) {
|
||||||
|
LOG.error("Error on performing export", e);
|
||||||
|
throw ExceptionManager.internalErrorException(req, "Sorry, error occurred when exporting the project",
|
||||||
|
this.getClass(), helpURI);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
return Response
|
||||||
|
.status(Status.NOT_FOUND).entity(GeoportalExporter.class.getSimpleName()
|
||||||
|
+ "seems to be not configured in the context: " + context)
|
||||||
|
.type(MediaType.TEXT_PLAIN).build();
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Healthcheck. Checks if the export facility is configured in the context (i.e.
|
||||||
|
* the scope read from input token).
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
|
* @param export_type the export type
|
||||||
|
* @return an object of type {#GeoportalJsonResponse) that contains the response
|
||||||
|
* @throws WebApplicationException the web application exception
|
||||||
|
*/
|
||||||
|
@GET
|
||||||
|
@Path("/export/{type}/healthcheck")
|
||||||
|
@Produces({ MediaType.APPLICATION_JSON, MediaType.TEXT_PLAIN, MediaType.TEXT_HTML })
|
||||||
|
public Response healthcheck(@Context HttpServletRequest req, @PathParam(EXPORT_TYPE) String export_type)
|
||||||
|
throws WebApplicationException {
|
||||||
|
|
||||||
|
LOG.info(this.getClass().getSimpleName() + " healthcheck - GET starts...");
|
||||||
|
LOG.debug("param is: exportType: {}", export_type);
|
||||||
|
|
||||||
|
checkPathParameterNotNull(req, EXPORT_TYPE, export_type);
|
||||||
|
|
||||||
|
checkExportType(req, export_type);
|
||||||
|
|
||||||
|
try {
|
||||||
|
|
||||||
|
SecretManager cm = SecretManagerProvider.instance.get();
|
||||||
|
String context = cm.getContext();
|
||||||
|
if (context == null) {
|
||||||
|
throw ExceptionManager.forbiddenException(req, "Cannot determine context (the scope)", this.getClass(),
|
||||||
|
helpURI);
|
||||||
|
}
|
||||||
|
org.gcube.common.authorization.utils.user.User user = cm.getUser();
|
||||||
|
LOG.info("Identified caller {} in context {}", user.getUsername(), context);
|
||||||
|
|
||||||
|
Geoportal_PDF_Exporter pdfExporter = new Geoportal_PDF_Exporter();
|
||||||
|
boolean checked = pdfExporter.checkConfig();
|
||||||
|
GeoportalJsonResponse theJson = new GeoportalJsonResponse();
|
||||||
|
if (checked) {
|
||||||
|
theJson.setState("OK");
|
||||||
|
theJson.setMessage(GeoportalExporter.class.getSimpleName() + " Config OK in the context: " + context);
|
||||||
|
String jsonResponse = responseToString(theJson);
|
||||||
|
return Response.ok(jsonResponse).build();
|
||||||
|
} else {
|
||||||
|
theJson.setState("KO");
|
||||||
|
theJson.setMessage(GeoportalExporter.class.getSimpleName() + " Config "
|
||||||
|
+ Status.NOT_FOUND.getReasonPhrase() + " in the context: " + context);
|
||||||
|
String jsonResponse = responseToString(theJson);
|
||||||
|
return Response.status(Status.NOT_FOUND).entity(jsonResponse).build();
|
||||||
|
}
|
||||||
|
|
||||||
|
} catch (Exception e) {
|
||||||
|
LOG.error("Error on performing healthcheck", e);
|
||||||
|
throw ExceptionManager.internalErrorException(req,
|
||||||
|
"Error when performing " + GeoportalExporter.class.getSimpleName() + " healthcheck",
|
||||||
|
this.getClass(), helpURI);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* View job. Check the job export status.
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
|
* @param jobCode the job code. The job ID assigned by export facility that
|
||||||
|
* returns a waiting HTML page
|
||||||
|
* @return the response. It is a {#GeoportalJsonResponse} with the status of the
|
||||||
|
* job. An export job completed contains the URL of the project
|
||||||
|
* exported.
|
||||||
|
* @throws WebApplicationException the web application exception
|
||||||
|
*/
|
||||||
|
@GET
|
||||||
|
@Path("/view/{jobCode}")
|
||||||
|
@Produces({ MediaType.APPLICATION_JSON, MediaType.TEXT_HTML, MediaType.TEXT_PLAIN })
|
||||||
|
public Response viewJob(@Context HttpServletRequest req, @PathParam(JOB_CODE) String jobCode)
|
||||||
|
throws WebApplicationException {
|
||||||
|
|
||||||
|
LOG.info(this.getClass().getSimpleName() + " viewPDF - GET starts...");
|
||||||
|
LOG.info("viewJob param " + JOB_CODE + ": {}", jobCode);
|
||||||
|
|
||||||
|
FetchPDF fetchedPDF = map.get(jobCode);
|
||||||
|
LOG.info("viewJob FileReference at code {} is {}", jobCode, fetchedPDF);
|
||||||
|
|
||||||
|
String theURL = null;
|
||||||
|
String messagge = null;
|
||||||
|
String state = null;
|
||||||
|
|
||||||
|
GeoportalJsonResponse theJson = new GeoportalJsonResponse();
|
||||||
|
theJson.setState(state);
|
||||||
|
theJson.setUrl(theURL);
|
||||||
|
theJson.setMessage(messagge);
|
||||||
|
|
||||||
|
String jsonReponse = null;
|
||||||
|
|
||||||
|
if (fetchedPDF == null) {
|
||||||
|
theJson.setState(Status.NOT_FOUND.getReasonPhrase());
|
||||||
|
theJson.setMessage("No job found with id: " + jobCode);
|
||||||
|
try {
|
||||||
|
jsonReponse = responseToString(theJson);
|
||||||
|
LOG.info("viewJob returning not found: " + jsonReponse);
|
||||||
|
return Response.status(Status.NOT_FOUND).entity(jsonReponse).build();
|
||||||
|
} catch (JsonProcessingException e) {
|
||||||
|
throw ExceptionManager.internalErrorException(req, "Error when returning "
|
||||||
|
+ GeoportalExporter.class.getSimpleName() + " not found job for " + jobCode, this.getClass(),
|
||||||
|
helpURI);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
// File PDF is not available
|
||||||
|
if (fetchedPDF.getFileRef() == null) {
|
||||||
|
int attempt = fetchedPDF.incrementAttempt();
|
||||||
|
if (fetchedPDF.getAttempt() < fetchedPDF.getMAX_RETRY()) {
|
||||||
|
state = "OK";
|
||||||
|
messagge = "Attempt #" + attempt;
|
||||||
|
} else {
|
||||||
|
state = "ERROR";
|
||||||
|
messagge = "Sorry, an error occurred trying to create the PDF. Max retries reached";
|
||||||
|
theJson.setState(state);
|
||||||
|
}
|
||||||
|
// updating map status
|
||||||
|
map.put(jobCode, fetchedPDF);
|
||||||
|
} else {
|
||||||
|
// File PDF is available
|
||||||
|
state = "OK";
|
||||||
|
theURL = fetchedPDF.getFileRef().getStorageVolatileURL().toString();
|
||||||
|
messagge = "PDF created correclty";
|
||||||
|
// removing from map
|
||||||
|
map.put(jobCode, null);
|
||||||
|
}
|
||||||
|
|
||||||
|
theJson.setState(state);
|
||||||
|
theJson.setUrl(theURL);
|
||||||
|
theJson.setMessage(messagge);
|
||||||
|
try {
|
||||||
|
jsonReponse = responseToString(theJson);
|
||||||
|
LOG.info("viewJob returning OK: " + jsonReponse);
|
||||||
|
return Response.ok(jsonReponse).build();
|
||||||
|
} catch (JsonProcessingException e) {
|
||||||
|
throw ExceptionManager.internalErrorException(req,
|
||||||
|
"Error when returning " + GeoportalExporter.class.getSimpleName() + " response for " + jobCode,
|
||||||
|
this.getClass(), helpURI);
|
||||||
|
}
|
||||||
|
|
||||||
|
} catch (Exception e) {
|
||||||
|
LOG.error("Error on checking job", e);
|
||||||
|
throw ExceptionManager.internalErrorException(req,
|
||||||
|
"Error when checking " + GeoportalExporter.class.getSimpleName() + " job view for " + jobCode,
|
||||||
|
this.getClass(), helpURI);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public String responseToString(GeoportalJsonResponse jsonResponse) throws JsonProcessingException {
|
||||||
|
ObjectMapper mapper = new ObjectMapper();
|
||||||
|
return mapper.writeValueAsString(jsonResponse);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Check path parameter not null.
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
|
* @param parameter the parameter
|
||||||
|
* @param value the value
|
||||||
|
* @throws BadRequestException the bad request exception
|
||||||
|
*/
|
||||||
|
public void checkPathParameterNotNull(HttpServletRequest req, String parameter, String value)
|
||||||
|
throws BadRequestException {
|
||||||
|
if (value == null || value.isEmpty()) {
|
||||||
|
LOG.error("The path parameter {} not found or empty in the path", parameter);
|
||||||
|
throw ExceptionManager.badRequestException(req,
|
||||||
|
"Mandatory path parameter " + parameter + " not found or empty", this.getClass(), helpURI);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Check export type.
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
|
* @param export_type the export type
|
||||||
|
* @return the accepted export type
|
||||||
|
* @throws BadRequestException the bad request exception
|
||||||
|
*/
|
||||||
|
public ACCEPTED_EXPORT_TYPE checkExportType(HttpServletRequest req, String export_type) throws BadRequestException {
|
||||||
|
ACCEPTED_EXPORT_TYPE exportType;
|
||||||
|
try {
|
||||||
|
exportType = ACCEPTED_EXPORT_TYPE.valueOf(export_type);
|
||||||
|
} catch (Exception e) {
|
||||||
|
throw ExceptionManager
|
||||||
|
.wrongParameterException(req,
|
||||||
|
"The path parameter " + EXPORT_TYPE + " has a bad value: " + export_type
|
||||||
|
+ ". It must be value of " + ACCEPTED_EXPORT_TYPE.values(),
|
||||||
|
this.getClass(), helpURI);
|
||||||
|
}
|
||||||
|
|
||||||
|
return exportType;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Export as PDF.
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
|
* @param profileID the profile ID
|
||||||
|
* @param projectID the project ID
|
||||||
|
* @param profileTitle the profile title
|
||||||
|
* @param context the context
|
||||||
|
* @param user the user
|
||||||
|
* @return the file reference
|
||||||
|
* @throws WebApplicationException the web application exception
|
||||||
|
*/
|
||||||
|
public FileReference exportAsPDF(HttpServletRequest req, String profileID, String projectID, String profileTitle,
|
||||||
|
String context, User user) throws WebApplicationException {
|
||||||
|
LOG.info("exportAsPDF for profileID: " + profileID + ", projectID: " + projectID + "called");
|
||||||
|
LOG.info("exportAsPDF context is {}, user is {}", context, user);
|
||||||
|
|
||||||
|
FileReference pdfRef = null;
|
||||||
|
try {
|
||||||
|
|
||||||
|
Geoportal_PDF_Exporter gpdfe = new Geoportal_PDF_Exporter();
|
||||||
|
ExporterProjectSource exportSource = new ExporterProjectSource();
|
||||||
|
exportSource.setProfileID(profileID);
|
||||||
|
exportSource.setProfileTitle(profileTitle);
|
||||||
|
exportSource.setProjectID(projectID);
|
||||||
|
exportSource.setScope(context);
|
||||||
|
|
||||||
|
GeoportalItemReferences geoportalItemReferences = new GeoportalItemReferences(projectID, profileID,
|
||||||
|
SHARE_LINK_TO.DATA_VIEWER);
|
||||||
|
GeoportalItemReferences gir = getPublicLinksFor(geoportalItemReferences, context);
|
||||||
|
|
||||||
|
if (user.isApplication()) {
|
||||||
|
exportSource.setGisLink(gir.getOpenLink().getShortURL());
|
||||||
|
exportSource.setAccountname(null);
|
||||||
|
} else {
|
||||||
|
exportSource.setGisLink(gir.getRestrictedLink().getShortURL());
|
||||||
|
exportSource.setAccountname(user.getUsername());
|
||||||
|
}
|
||||||
|
|
||||||
|
pdfRef = gpdfe.createPDFFile(exportSource);
|
||||||
|
|
||||||
|
} catch (Exception e1) {
|
||||||
|
LOG.error("Error occurred when exporting the project", e1);
|
||||||
|
throw ExceptionManager.internalErrorException(req, "Sorry, an error occurred when exporting the project",
|
||||||
|
this.getClass(), helpURI);
|
||||||
|
}
|
||||||
|
return pdfRef;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the public links for.
|
||||||
|
*
|
||||||
|
* @param item the item
|
||||||
|
* @param context the context
|
||||||
|
* @return the public links for
|
||||||
|
* @throws Exception the exception
|
||||||
|
*/
|
||||||
|
public GeoportalItemReferences getPublicLinksFor(GeoportalItemReferences item, String context) throws Exception {
|
||||||
|
LOG.info("getPublicLinksFor called for: " + item);
|
||||||
|
|
||||||
|
try {
|
||||||
|
|
||||||
|
if (item == null)
|
||||||
|
throw new Exception("Bad request, the item is null");
|
||||||
|
|
||||||
|
if (item.getProjectID() == null)
|
||||||
|
throw new Exception("Bad request, the projectID is null");
|
||||||
|
|
||||||
|
if (item.getProfileID() == null)
|
||||||
|
throw new Exception("Bad request, the profileID is null");
|
||||||
|
|
||||||
|
GeoportalCommon gc = new GeoportalCommon();
|
||||||
|
return gc.getPublicLinksFor(context, item, true);
|
||||||
|
|
||||||
|
} catch (Exception e) {
|
||||||
|
LOG.error("Error on getPublicLinksFor for: " + item, e);
|
||||||
|
throw new Exception("Share link not available for this item. Try later or contact the support. Error: "
|
||||||
|
+ e.getMessage());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,494 @@
|
||||||
|
package org.gcube.datatransfer.resolver.services;
|
||||||
|
|
||||||
|
import java.net.URL;
|
||||||
|
import java.util.Arrays;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.concurrent.ExecutionException;
|
||||||
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
|
import javax.servlet.http.HttpServletRequest;
|
||||||
|
import javax.ws.rs.Consumes;
|
||||||
|
import javax.ws.rs.GET;
|
||||||
|
import javax.ws.rs.POST;
|
||||||
|
import javax.ws.rs.Path;
|
||||||
|
import javax.ws.rs.PathParam;
|
||||||
|
import javax.ws.rs.Produces;
|
||||||
|
import javax.ws.rs.QueryParam;
|
||||||
|
import javax.ws.rs.WebApplicationException;
|
||||||
|
import javax.ws.rs.core.Context;
|
||||||
|
import javax.ws.rs.core.MediaType;
|
||||||
|
import javax.ws.rs.core.Response;
|
||||||
|
|
||||||
|
import org.gcube.common.scope.api.ScopeProvider;
|
||||||
|
import org.gcube.common.scope.impl.ScopeBean;
|
||||||
|
import org.gcube.datatransfer.resolver.ConstantsResolver;
|
||||||
|
import org.gcube.datatransfer.resolver.caches.LoadingMapOfScopeCache;
|
||||||
|
import org.gcube.datatransfer.resolver.geoportal.GeoportalCommonConstants;
|
||||||
|
import org.gcube.datatransfer.resolver.geoportal.GeoportalConfigApplicationProfile;
|
||||||
|
import org.gcube.datatransfer.resolver.geoportal.GeoportalConfigApplicationProfileReader;
|
||||||
|
import org.gcube.datatransfer.resolver.geoportal.GeoportalRequest;
|
||||||
|
import org.gcube.datatransfer.resolver.geoportal.TargetAppGeoportalCodes;
|
||||||
|
import org.gcube.datatransfer.resolver.services.error.ExceptionManager;
|
||||||
|
import org.gcube.datatransfer.resolver.util.Util;
|
||||||
|
import org.gcube.smartgears.utils.InnerMethodName;
|
||||||
|
import org.slf4j.Logger;
|
||||||
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
|
import com.google.common.cache.CacheLoader.InvalidCacheLoadException;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The GeoportalResolver is able to get/resolve a link to "Geoportal Viewer" or
|
||||||
|
* "Geoportal Entry" Application.
|
||||||
|
*
|
||||||
|
* See more at
|
||||||
|
* https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#Geoportal_Resolver
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
|
*
|
||||||
|
* Apr 03, 2024
|
||||||
|
*/
|
||||||
|
@Path("geo")
|
||||||
|
public class GeoportalResolver {
|
||||||
|
|
||||||
|
public static final String GEO_DE = "de"; // data-entry
|
||||||
|
public static final String GEO = "geo"; // geoportal
|
||||||
|
public static final String GEO_DV = "dv"; // data-viewer
|
||||||
|
|
||||||
|
public static final String QP_RESOLVE_AS = "res";
|
||||||
|
public static final String PATH_PROJECT_ID = "project_id";
|
||||||
|
public static final String PATH_USECASE_ID = "usecase_id";
|
||||||
|
public static final String PATH_VRE_NAME = "vre_name";
|
||||||
|
public static final String PATH_TARGET_APP = "targetAppId";
|
||||||
|
|
||||||
|
private static final Logger LOG = LoggerFactory.getLogger(GeoportalResolver.class);
|
||||||
|
private static String helpURI = "https://wiki.gcube-system.org/gcube/URI_Resolver#Geoportal_Resolver";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Enum RESOLVE_AS_PARAMETER.
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
|
*
|
||||||
|
* Mar 24, 2023
|
||||||
|
*/
|
||||||
|
public static enum RESOLVE_AS {
|
||||||
|
PUBLIC, PRIVATE
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Resolve geoportal. Resolve a Geoportal Link to "Data-Viewer" App
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
|
* @param vreName the vre name
|
||||||
|
* @param ucdID the ucd ID
|
||||||
|
* @param projectID the project ID
|
||||||
|
* @param resolveAs the resolve as
|
||||||
|
* @return the response
|
||||||
|
* @throws WebApplicationException the web application exception
|
||||||
|
*/
|
||||||
|
@GET
|
||||||
|
@Path("/{vre_name}/{usecase_id}/{project_id}")
|
||||||
|
public Response resolveGeoportalNoAppDef(@Context HttpServletRequest req, @PathParam(PATH_VRE_NAME) String vreName,
|
||||||
|
@PathParam(PATH_USECASE_ID) String ucdID, @PathParam(PATH_PROJECT_ID) String projectID,
|
||||||
|
@QueryParam(QP_RESOLVE_AS) String resolveAs) throws WebApplicationException {
|
||||||
|
|
||||||
|
LOG.info(this.getClass().getSimpleName() + " resolveGeoportalNoAppDef - GET starts...");
|
||||||
|
TargetAppGeoportalCodes targetAppGeoportalCodes = checkTargetApplictionID(req, null);
|
||||||
|
LOG.info("The target app is: " + targetAppGeoportalCodes);
|
||||||
|
return genericResolveLink(req, targetAppGeoportalCodes, vreName, ucdID, projectID, resolveAs);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Resolve geoportal. Resolve a Geoportal Link to "Data-Viewer" or "Data-Entry"
|
||||||
|
* App
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
|
* @param targetAppId the target app id
|
||||||
|
* @param vreName the vre name
|
||||||
|
* @param ucdID the ucd ID
|
||||||
|
* @param projectID the project ID
|
||||||
|
* @param resolveAs the resolve as
|
||||||
|
* @return the response
|
||||||
|
* @throws WebApplicationException the web application exception
|
||||||
|
*/
|
||||||
|
@GET
|
||||||
|
@Path("/{targetAppId}/{vre_name}/{usecase_id}/{project_id}")
|
||||||
|
public Response resolveGeoportal(@Context HttpServletRequest req, @PathParam(PATH_TARGET_APP) String targetAppId,
|
||||||
|
@PathParam(PATH_VRE_NAME) String vreName, @PathParam(PATH_USECASE_ID) String ucdID,
|
||||||
|
@PathParam(PATH_PROJECT_ID) String projectID, @QueryParam(QP_RESOLVE_AS) String resolveAs)
|
||||||
|
throws WebApplicationException {
|
||||||
|
|
||||||
|
LOG.info(this.getClass().getSimpleName() + " resolveGeoportal - GET starts...");
|
||||||
|
TargetAppGeoportalCodes targetAppGeoportalCodes = checkTargetApplictionID(req, targetAppId);
|
||||||
|
LOG.info("The target app is: " + targetAppGeoportalCodes);
|
||||||
|
return genericResolveLink(req, targetAppGeoportalCodes, vreName, ucdID, projectID, resolveAs);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Resolve data viewer link.
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
|
* @param gcubeScope the gcube scope
|
||||||
|
* @param itemId the item id
|
||||||
|
* @param itemType the item type
|
||||||
|
* @param resolveAs the resolve as
|
||||||
|
* @return the response
|
||||||
|
* @throws WebApplicationException the web application exception
|
||||||
|
*/
|
||||||
|
@GET
|
||||||
|
@Path("/")
|
||||||
|
public Response resolveDataViewerLink(@Context HttpServletRequest req,
|
||||||
|
@QueryParam(GeoportalRequest.P_GCUBE_SCOPE) String gcubeScope,
|
||||||
|
@QueryParam(GeoportalRequest.P_ITEM_ID) String itemId,
|
||||||
|
@QueryParam(GeoportalRequest.P_ITEM_TYPE) String itemType, @QueryParam(QP_RESOLVE_AS) String resolveAs)
|
||||||
|
throws WebApplicationException {
|
||||||
|
|
||||||
|
LOG.info(this.getClass().getSimpleName() + " resolveDataViewerLink - GET starts...");
|
||||||
|
TargetAppGeoportalCodes targetAppGeoportalCodes = checkTargetApplictionID(req, null);
|
||||||
|
LOG.info("The target app is: " + targetAppGeoportalCodes);
|
||||||
|
|
||||||
|
if (gcubeScope == null || gcubeScope.isEmpty()) {
|
||||||
|
|
||||||
|
LOG.error("The query parameter '" + GeoportalRequest.P_GCUBE_SCOPE + "' not found or empty");
|
||||||
|
throw ExceptionManager.badRequestException(req,
|
||||||
|
"Mandatory query parameter '" + GeoportalRequest.P_GCUBE_SCOPE + "' not found or empty",
|
||||||
|
this.getClass(), helpURI);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
String scope = gcubeScope.substring(gcubeScope.lastIndexOf("/") + 1, gcubeScope.length());
|
||||||
|
return genericResolveLink(req, targetAppGeoportalCodes, scope, itemType, itemId, resolveAs);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Post geoportal. Create a Geoportal Link to "Data-Viewer" App
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
|
* @param jsonRequest the json request
|
||||||
|
* @return the response
|
||||||
|
* @throws WebApplicationException the web application exception
|
||||||
|
*/
|
||||||
|
@POST
|
||||||
|
@Path("")
|
||||||
|
@Consumes(MediaType.APPLICATION_JSON)
|
||||||
|
@Produces(MediaType.TEXT_PLAIN)
|
||||||
|
public Response postGeoportalNoAppDef(@Context HttpServletRequest req, GeoportalRequest jsonRequest)
|
||||||
|
throws WebApplicationException {
|
||||||
|
|
||||||
|
LOG.info(this.getClass().getSimpleName() + " postGeoportalNoAppDef - POST starts...");
|
||||||
|
TargetAppGeoportalCodes targetAppGeoportalCodes = checkTargetApplictionID(req, null);
|
||||||
|
LOG.info("The target app is: " + targetAppGeoportalCodes);
|
||||||
|
String linkURL = genericCreateLink(req, jsonRequest, targetAppGeoportalCodes);
|
||||||
|
return Response.ok(linkURL).header("Location", linkURL).build();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Post geoportal. Create a Geoportal Link to "Data-Viewer" or "Data-Entry" App
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
|
* @param targetAppId the target app id
|
||||||
|
* @param jsonRequest the json request
|
||||||
|
* @return the response
|
||||||
|
* @throws WebApplicationException the web application exception
|
||||||
|
*/
|
||||||
|
@POST
|
||||||
|
@Path("/{targetAppId}")
|
||||||
|
@Consumes(MediaType.APPLICATION_JSON)
|
||||||
|
@Produces(MediaType.TEXT_PLAIN)
|
||||||
|
public Response postGeoportal(@Context HttpServletRequest req, @PathParam(PATH_TARGET_APP) String targetAppId,
|
||||||
|
GeoportalRequest jsonRequest) throws WebApplicationException {
|
||||||
|
|
||||||
|
LOG.info(this.getClass().getSimpleName() + " postGeoportal - POST starts...");
|
||||||
|
TargetAppGeoportalCodes targetAppGeoportalCodes = checkTargetApplictionID(req, targetAppId);
|
||||||
|
LOG.info("The target app is: " + targetAppGeoportalCodes);
|
||||||
|
String linkURL = genericCreateLink(req, jsonRequest, targetAppGeoportalCodes);
|
||||||
|
return Response.ok(linkURL).header("Location", linkURL).build();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Check target appliction ID.
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
|
* @param targetAppId the target app id
|
||||||
|
* @return the target app geoportal codes
|
||||||
|
*/
|
||||||
|
private TargetAppGeoportalCodes checkTargetApplictionID(@Context HttpServletRequest req, String targetAppId) {
|
||||||
|
|
||||||
|
TargetAppGeoportalCodes targetAppGeoportalCodes = null;
|
||||||
|
|
||||||
|
if (targetAppId == null) {
|
||||||
|
targetAppGeoportalCodes = TargetAppGeoportalCodes.GEO_DV;
|
||||||
|
LOG.warn("Target application parameter is null, using default: " + targetAppGeoportalCodes);
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// IF the target application passed in the request. It must be proper.
|
||||||
|
targetAppGeoportalCodes = TargetAppGeoportalCodes.valueOfId(targetAppId);
|
||||||
|
|
||||||
|
if (targetAppGeoportalCodes == null) {
|
||||||
|
LOG.error("Target application parameter is malformed");
|
||||||
|
List<String> targetApps = Arrays.asList(TargetAppGeoportalCodes.values()).stream()
|
||||||
|
.map(TargetAppGeoportalCodes::getTarget_app).collect(Collectors.toList());
|
||||||
|
List<String> targetPaths = Arrays.asList(TargetAppGeoportalCodes.values()).stream()
|
||||||
|
.map(TargetAppGeoportalCodes::getId).collect(Collectors.toList());
|
||||||
|
throw ExceptionManager.badRequestException(req,
|
||||||
|
"Target application is wrong. Add a target path as /"+targetPaths+" to resolve towards the applications: " + targetApps, this.getClass(),
|
||||||
|
helpURI);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return targetAppGeoportalCodes;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generic resolve link.
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
|
* @param resoruceGeoportalCodes the resoruce geoportal codes
|
||||||
|
* @param vreName the vre name
|
||||||
|
* @param ucdID the ucd ID
|
||||||
|
* @param projectID the project ID
|
||||||
|
* @param resolveAs the resolve as
|
||||||
|
* @return the response
|
||||||
|
* @throws WebApplicationException the web application exception
|
||||||
|
*/
|
||||||
|
public Response genericResolveLink(@Context HttpServletRequest req, TargetAppGeoportalCodes resoruceGeoportalCodes,
|
||||||
|
@PathParam(PATH_VRE_NAME) String vreName, @PathParam(PATH_USECASE_ID) String ucdID,
|
||||||
|
@PathParam(PATH_PROJECT_ID) String projectID, @QueryParam(QP_RESOLVE_AS) String resolveAs)
|
||||||
|
throws WebApplicationException {
|
||||||
|
|
||||||
|
LOG.info(this.getClass().getSimpleName() + " genericResolveLink starts...");
|
||||||
|
|
||||||
|
try {
|
||||||
|
InnerMethodName.instance.set("resolveGeoportalPublicLink");
|
||||||
|
|
||||||
|
LOG.info("Found target app: " + resoruceGeoportalCodes);
|
||||||
|
|
||||||
|
if (resoruceGeoportalCodes == null) {
|
||||||
|
LOG.error("The path parameter '" + PATH_TARGET_APP + "' not found or empty in the path");
|
||||||
|
throw ExceptionManager.badRequestException(req,
|
||||||
|
"Mandatory path parameter '" + PATH_TARGET_APP + "' not found or empty", this.getClass(),
|
||||||
|
helpURI);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (vreName == null || vreName.isEmpty()) {
|
||||||
|
LOG.error("The path parameter '" + PATH_VRE_NAME + "' not found or empty in the path");
|
||||||
|
throw ExceptionManager.badRequestException(req,
|
||||||
|
"Mandatory path parameter '" + PATH_VRE_NAME + "' not found or empty", this.getClass(),
|
||||||
|
helpURI);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (ucdID == null) {
|
||||||
|
LOG.error("The path parameter '" + PATH_USECASE_ID + "' not found or empty in the path");
|
||||||
|
throw ExceptionManager.badRequestException(req,
|
||||||
|
"Mandatory path parameter '" + PATH_USECASE_ID + "' not found or empty", this.getClass(),
|
||||||
|
helpURI);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (projectID == null) {
|
||||||
|
LOG.error("The path parameter '" + PATH_PROJECT_ID + "' not found or empty in the path");
|
||||||
|
throw ExceptionManager.badRequestException(req,
|
||||||
|
"Mandatory path parameter '" + PATH_PROJECT_ID + "' not found or empty", this.getClass(),
|
||||||
|
helpURI);
|
||||||
|
}
|
||||||
|
|
||||||
|
ScopeBean fullScopeBean = null;
|
||||||
|
|
||||||
|
// CHECKING IF THE INPUT VRE NAME IS REGISTRED IN THE INFRASTRUCTURE...
|
||||||
|
try {
|
||||||
|
fullScopeBean = LoadingMapOfScopeCache.get(vreName);
|
||||||
|
} catch (ExecutionException | InvalidCacheLoadException e) {
|
||||||
|
LOG.error("Error on getting the fullscope from cache for vreName " + vreName, e);
|
||||||
|
throw ExceptionManager.wrongParameterException(req,
|
||||||
|
"Error on getting full scope for the VRE name " + vreName
|
||||||
|
+ ". Is it registered as VRE in the D4Science Infrastructure System?",
|
||||||
|
this.getClass(), helpURI);
|
||||||
|
}
|
||||||
|
|
||||||
|
RESOLVE_AS resolveTO = RESOLVE_AS.PUBLIC;
|
||||||
|
if (resolveAs != null) {
|
||||||
|
switch (resolveAs.toLowerCase()) {
|
||||||
|
case "public":
|
||||||
|
resolveTO = RESOLVE_AS.PUBLIC;
|
||||||
|
break;
|
||||||
|
case "private":
|
||||||
|
resolveTO = RESOLVE_AS.PRIVATE;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
LOG.info("Found RESOLVE_AS_PARAMETER: " + resolveAs);
|
||||||
|
|
||||||
|
String originalScope = ScopeProvider.instance.get();
|
||||||
|
GeoportalConfigApplicationProfileReader reader;
|
||||||
|
String itemLink = null;
|
||||||
|
String appID = null;
|
||||||
|
|
||||||
|
// Resolving towards Data-Viewer or Data-Entry Application
|
||||||
|
switch (resoruceGeoportalCodes) {
|
||||||
|
case GEO_DE: {
|
||||||
|
appID = org.gcube.datatransfer.resolver.geoportal.GeoportalCommonConstants.GEOPORTAL_DATA_ENTRY_APP_ID;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case GEO_DV:
|
||||||
|
default: {
|
||||||
|
appID = org.gcube.datatransfer.resolver.geoportal.GeoportalCommonConstants.GEOPORTAL_DATA_VIEWER_APP_ID;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
String theScope = fullScopeBean.toString();
|
||||||
|
LOG.info("Full scope is: " + theScope);
|
||||||
|
ScopeProvider.instance.set(theScope);
|
||||||
|
reader = new GeoportalConfigApplicationProfileReader(appID);
|
||||||
|
} catch (Exception e) {
|
||||||
|
String error = "Error on reading the generic resource with SecondaryType: "
|
||||||
|
+ GeoportalConfigApplicationProfileReader.SECONDARY_TYPE + " and APP ID: " + appID
|
||||||
|
+ " in the scope: " + appID;
|
||||||
|
LOG.error(error, e);
|
||||||
|
|
||||||
|
throw ExceptionManager.internalErrorException(req, error + ". Please contact the support",
|
||||||
|
this.getClass(), helpURI);
|
||||||
|
} finally {
|
||||||
|
if (originalScope != null && !originalScope.isEmpty()) {
|
||||||
|
ScopeProvider.instance.set(originalScope);
|
||||||
|
LOG.info("scope provider set to orginal scope: " + originalScope);
|
||||||
|
} else {
|
||||||
|
ScopeProvider.instance.reset();
|
||||||
|
LOG.info("scope provider reset");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
GeoportalConfigApplicationProfile geonaDataProfile = reader.getGeoportalConfigAppProfile();
|
||||||
|
|
||||||
|
switch (resolveTO) {
|
||||||
|
case PUBLIC: {
|
||||||
|
// Open Link
|
||||||
|
itemLink = String.format("%s?%s=%s&%s=%s", geonaDataProfile.getOpenPortletURL(),
|
||||||
|
GeoportalCommonConstants.GET_GEONA_ITEM_ID, projectID,
|
||||||
|
GeoportalCommonConstants.GET_GEONA_ITEM_TYPE, ucdID);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case PRIVATE: {
|
||||||
|
|
||||||
|
// Restricted Link
|
||||||
|
itemLink = String.format("%s?%s=%s&%s=%s", geonaDataProfile.getRestrictedPortletURL(),
|
||||||
|
GeoportalCommonConstants.GET_GEONA_ITEM_ID, projectID,
|
||||||
|
GeoportalCommonConstants.GET_GEONA_ITEM_TYPE, ucdID);
|
||||||
|
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
default:
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
LOG.info("Returning link: " + itemLink);
|
||||||
|
return Response.seeOther(new URL(itemLink).toURI()).build();
|
||||||
|
|
||||||
|
} catch (Exception e) {
|
||||||
|
|
||||||
|
if (!(e instanceof WebApplicationException)) {
|
||||||
|
// UNEXPECTED EXCEPTION managing it as WebApplicationException
|
||||||
|
String error = "Error occurred on resolving the " + GeoportalResolver.class.getSimpleName()
|
||||||
|
+ " URL. Please, contact the support!";
|
||||||
|
if (e.getCause() != null)
|
||||||
|
error += "\n\nCaused: " + e.getCause().getMessage();
|
||||||
|
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
||||||
|
}
|
||||||
|
// ALREADY MANAGED AS WebApplicationException
|
||||||
|
LOG.error("Exception:", e);
|
||||||
|
throw (WebApplicationException) e;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generic create link.
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
|
* @param jsonRequest the json request
|
||||||
|
* @param targetAppGeoportalCodes the target app geoportal codes
|
||||||
|
* @return the URL
|
||||||
|
*/
|
||||||
|
protected String genericCreateLink(@Context HttpServletRequest req, GeoportalRequest jsonRequest,
|
||||||
|
TargetAppGeoportalCodes targetAppGeoportalCodes) {
|
||||||
|
|
||||||
|
LOG.info(this.getClass().getSimpleName() + " genericCreateLink starts...");
|
||||||
|
|
||||||
|
try {
|
||||||
|
|
||||||
|
InnerMethodName.instance.set("postGeoportalPublicLink");
|
||||||
|
LOG.info("The body contains the request: " + jsonRequest.toString());
|
||||||
|
|
||||||
|
if (jsonRequest.getGcubeScope() == null) {
|
||||||
|
throw ExceptionManager.badRequestException(req, "Missing parameter " + GeoportalRequest.P_GCUBE_SCOPE,
|
||||||
|
this.getClass(), helpURI);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (jsonRequest.getItemID() == null) {
|
||||||
|
throw ExceptionManager.badRequestException(req, "Missing parameter " + GeoportalRequest.P_ITEM_ID,
|
||||||
|
this.getClass(), helpURI);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (jsonRequest.getItemType() == null) {
|
||||||
|
throw ExceptionManager.badRequestException(req, "Missing parameter " + GeoportalRequest.P_ITEM_TYPE,
|
||||||
|
this.getClass(), helpURI);
|
||||||
|
}
|
||||||
|
|
||||||
|
// CHECK IF INPUT SCOPE IS VALID
|
||||||
|
String scope = jsonRequest.getGcubeScope();
|
||||||
|
if (!scope.startsWith(ConstantsResolver.SCOPE_SEPARATOR)) {
|
||||||
|
LOG.info("Scope not start with char '{}' adding it", ConstantsResolver.SCOPE_SEPARATOR);
|
||||||
|
scope += ConstantsResolver.SCOPE_SEPARATOR + scope;
|
||||||
|
}
|
||||||
|
|
||||||
|
String serverUrl = Util.getServerURL(req);
|
||||||
|
final String vreName = scope.substring(scope.lastIndexOf(ConstantsResolver.SCOPE_SEPARATOR) + 1,
|
||||||
|
scope.length());
|
||||||
|
ScopeBean fullScope = null;
|
||||||
|
|
||||||
|
// CHECK IF THE vreName has a valid scope, so it is a valid VRE
|
||||||
|
try {
|
||||||
|
fullScope = LoadingMapOfScopeCache.get(vreName);
|
||||||
|
} catch (ExecutionException e) {
|
||||||
|
LOG.error("Error on getting the fullscope from cache for vreName " + vreName, e);
|
||||||
|
throw ExceptionManager.wrongParameterException(req,
|
||||||
|
"Error on getting full scope for the VRE name " + vreName
|
||||||
|
+ ". Is it registered as VRE in the D4Science Infrastructure System?",
|
||||||
|
this.getClass(), helpURI);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (fullScope == null)
|
||||||
|
throw ExceptionManager.notFoundException(req,
|
||||||
|
"The scope '" + scope + "' does not matching any scope in the infrastructure. Is it valid?",
|
||||||
|
this.getClass(), helpURI);
|
||||||
|
|
||||||
|
String linkURL = String.format("%s/%s/%s/%s/%s/%s", serverUrl, GEO, targetAppGeoportalCodes.getId(),
|
||||||
|
vreName, jsonRequest.getItemType(), jsonRequest.getItemID());
|
||||||
|
|
||||||
|
if (jsonRequest.getQueryString() != null) {
|
||||||
|
linkURL += "?" + jsonRequest.getQueryString();
|
||||||
|
}
|
||||||
|
|
||||||
|
LOG.info("Returning " + GeoportalResolver.class.getSimpleName() + " URL: " + linkURL);
|
||||||
|
return linkURL;
|
||||||
|
|
||||||
|
} catch (Exception e) {
|
||||||
|
|
||||||
|
if (!(e instanceof WebApplicationException)) {
|
||||||
|
// UNEXPECTED EXCEPTION managing it as WebApplicationException
|
||||||
|
String error = "Error occurred on creating the " + GeoportalResolver.class.getSimpleName()
|
||||||
|
+ " URL. Please, contact the support!";
|
||||||
|
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
||||||
|
}
|
||||||
|
// ALREADY MANAGED AS WebApplicationExceptiongetItemCatalogueURLs
|
||||||
|
LOG.error("Exception:", e);
|
||||||
|
throw (WebApplicationException) e;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -32,13 +32,16 @@ import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
import com.google.common.cache.CacheLoader.InvalidCacheLoadException;
|
import com.google.common.cache.CacheLoader.InvalidCacheLoadException;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Class GisResolver.
|
* The GisResolver is able to resolve GIS Links (as a redirect to Gis Viewer
|
||||||
*
|
* Application) in order to display and navigate on web-map the gis layers
|
||||||
|
* stored in D4Science's Geonetwork
|
||||||
|
*
|
||||||
|
* See more at
|
||||||
|
* https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#GIS_Resolver
|
||||||
|
*
|
||||||
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
|
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
|
||||||
* Dec 14, 2018
|
* Dec 14, 2018
|
||||||
*/
|
*/
|
||||||
@Path("gis")
|
@Path("gis")
|
||||||
public class GisResolver {
|
public class GisResolver {
|
||||||
|
@ -53,62 +56,60 @@ public class GisResolver {
|
||||||
public static final String SCOPE = "scope";
|
public static final String SCOPE = "scope";
|
||||||
public static final String GEO_EXPLORER_LAYER_UUID = "geo-exp";
|
public static final String GEO_EXPLORER_LAYER_UUID = "geo-exp";
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Submit get.
|
* Submit get.
|
||||||
*
|
*
|
||||||
* @param req the req
|
* @param req the req
|
||||||
* @param scope the scope
|
* @param scope the scope
|
||||||
* @param gisUUID the gis uuid
|
* @param gisUUID the gis uuid
|
||||||
* @param geoExplorerUUID the geo explorer uuid
|
* @param geoExplorerUUID the geo explorer uuid
|
||||||
* @return the response
|
* @return the response
|
||||||
* @throws WebApplicationException the web application exception
|
* @throws WebApplicationException the web application exception
|
||||||
*/
|
*/
|
||||||
@GET
|
@GET
|
||||||
@Path("")
|
@Path("")
|
||||||
public Response submitGet(@Context HttpServletRequest req, @
|
public Response submitGet(@Context HttpServletRequest req, @QueryParam(SCOPE) String scope,
|
||||||
QueryParam(SCOPE) String scope,
|
@QueryParam(GIS_UUID) String gisUUID, @QueryParam(GEO_EXPLORER_LAYER_UUID) String geoExplorerUUID)
|
||||||
@QueryParam(GIS_UUID) String gisUUID,
|
throws WebApplicationException {
|
||||||
@QueryParam(GEO_EXPLORER_LAYER_UUID) String geoExplorerUUID) throws WebApplicationException{
|
|
||||||
|
|
||||||
logger.info(this.getClass().getSimpleName()+" GET starts...");
|
logger.info(this.getClass().getSimpleName() + " GET starts...");
|
||||||
|
|
||||||
try{
|
try {
|
||||||
boolean isGisLink = false;
|
boolean isGisLink = false;
|
||||||
boolean isGeoExplorerLink = false;
|
boolean isGeoExplorerLink = false;
|
||||||
|
|
||||||
if(scope==null || scope.isEmpty()){
|
if (scope == null || scope.isEmpty()) {
|
||||||
logger.error("Query Parameter 'scope' not found");
|
logger.error("Query Parameter 'scope' not found");
|
||||||
throw ExceptionManager.badRequestException(req, "Missing mandatory query parameter 'scope'", this.getClass(), help);
|
throw ExceptionManager.badRequestException(req, "Missing mandatory query parameter 'scope'",
|
||||||
|
this.getClass(), help);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(gisUUID==null || gisUUID.isEmpty()){
|
if (gisUUID == null || gisUUID.isEmpty()) {
|
||||||
logger.error("Path Parameter 'gis-UUID' not found");
|
logger.error("Path Parameter 'gis-UUID' not found");
|
||||||
throw ExceptionManager.badRequestException(req, "Missing mandatory query parameter 'gis-UUID'", this.getClass(), help);
|
throw ExceptionManager.badRequestException(req, "Missing mandatory query parameter 'gis-UUID'",
|
||||||
}else
|
this.getClass(), help);
|
||||||
|
} else
|
||||||
isGisLink = true;
|
isGisLink = true;
|
||||||
|
|
||||||
logger.info(SCOPE +" is: " + scope);
|
logger.info(SCOPE + " is: " + scope);
|
||||||
logger.info(GIS_UUID +" is: " + gisUUID);
|
logger.info(GIS_UUID + " is: " + gisUUID);
|
||||||
|
|
||||||
if (geoExplorerUUID == null || geoExplorerUUID.isEmpty()) {
|
if (geoExplorerUUID == null || geoExplorerUUID.isEmpty()) {
|
||||||
logger.debug(GEO_EXPLORER_LAYER_UUID+ " not found");
|
logger.debug(GEO_EXPLORER_LAYER_UUID + " not found");
|
||||||
}else
|
} else
|
||||||
isGeoExplorerLink = true;
|
isGeoExplorerLink = true;
|
||||||
|
|
||||||
logger.info(GEO_EXPLORER_LAYER_UUID +" is: " + geoExplorerUUID);
|
logger.info(GEO_EXPLORER_LAYER_UUID + " is: " + geoExplorerUUID);
|
||||||
|
|
||||||
if(!isGisLink && !isGeoExplorerLink){
|
if (!isGisLink && !isGeoExplorerLink) {
|
||||||
String err = GIS_UUID+" or "+GEO_EXPLORER_LAYER_UUID+" not found or empty in the query string";
|
String err = GIS_UUID + " or " + GEO_EXPLORER_LAYER_UUID + " not found or empty in the query string";
|
||||||
logger.error(err);
|
logger.error(err);
|
||||||
throw ExceptionManager.badRequestException(req, err, this.getClass(), help);
|
throw ExceptionManager.badRequestException(req, err, this.getClass(), help);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (isGisLink) {
|
||||||
|
|
||||||
if(isGisLink){
|
|
||||||
ScopeProvider.instance.set(scope);
|
ScopeProvider.instance.set(scope);
|
||||||
//ServerParameters geonetworkParams = getCachedServerParameters(scope);
|
// ServerParameters geonetworkParams = getCachedServerParameters(scope);
|
||||||
GisLayerItem gisLayerItem = getGisLayerForLayerUUID(req, scope, gisUUID);
|
GisLayerItem gisLayerItem = getGisLayerForLayerUUID(req, scope, gisUUID);
|
||||||
|
|
||||||
logger.info("wms url is: " + gisLayerItem.getFullWmsUrlRequest());
|
logger.info("wms url is: " + gisLayerItem.getFullWmsUrlRequest());
|
||||||
|
@ -116,112 +117,132 @@ public class GisResolver {
|
||||||
logger.info("encoded WMS url is: " + wmsRequest);
|
logger.info("encoded WMS url is: " + wmsRequest);
|
||||||
|
|
||||||
String layerTitle = null;
|
String layerTitle = null;
|
||||||
if(gisLayerItem.getCitationTitle()!=null && !gisLayerItem.getCitationTitle().isEmpty())
|
if (gisLayerItem.getCitationTitle() != null && !gisLayerItem.getCitationTitle().isEmpty())
|
||||||
layerTitle = URLEncoder.encode(gisLayerItem.getCitationTitle(), UTF_8);
|
layerTitle = URLEncoder.encode(gisLayerItem.getCitationTitle(), UTF_8);
|
||||||
|
|
||||||
logger.info("layer Title encoded is: " + layerTitle);
|
logger.info("layer Title encoded is: " + layerTitle);
|
||||||
String gisViewerPortletUrl = null;
|
String gisViewerPortletUrl = null;
|
||||||
try{
|
try {
|
||||||
gisViewerPortletUrl = LoadingGisViewerApplicationURLCache.get(scope);
|
gisViewerPortletUrl = LoadingGisViewerApplicationURLCache.get(scope);
|
||||||
}catch(ExecutionException | InvalidCacheLoadException e){
|
} catch (ExecutionException | InvalidCacheLoadException e) {
|
||||||
logger.error("Error on getting the GisViewer Applicaton URL from cache for scope "+scope, e);
|
logger.error("Error on getting the GisViewer Applicaton URL from cache for scope " + scope, e);
|
||||||
throw ExceptionManager.wrongParameterException(req, "Error on getting the GisViewer Applicaton URL from cache for scope "+scope+".\nIs the Application Profile with APPID "+UriResolverSmartGearManagerInit.getGisViewerProfile().getAppId()+" registered for this scope: "+scope+"?", this.getClass(), help);
|
throw ExceptionManager.wrongParameterException(req,
|
||||||
|
"Error on getting the GisViewer Applicaton URL from cache for scope " + scope
|
||||||
|
+ ".\nIs the Application Profile with APPID "
|
||||||
|
+ UriResolverSmartGearManagerInit.getGisViewerProfile().getAppId()
|
||||||
|
+ " registered for this scope: " + scope + "?",
|
||||||
|
this.getClass(), help);
|
||||||
}
|
}
|
||||||
//CHECKING IF THE GisViewer Portlet URL is valid
|
// CHECKING IF THE GisViewer Portlet URL is valid
|
||||||
if(gisViewerPortletUrl==null || gisViewerPortletUrl.isEmpty())
|
if (gisViewerPortletUrl == null || gisViewerPortletUrl.isEmpty())
|
||||||
throw ExceptionManager.notFoundException(req, "GisViewer Portlet URL not found in the scope: "+scope +". Please contact the support", this.getClass(), help);
|
throw ExceptionManager.notFoundException(req,
|
||||||
|
"GisViewer Portlet URL not found in the scope: " + scope + ". Please contact the support",
|
||||||
|
this.getClass(), help);
|
||||||
|
|
||||||
logger.info("Gis Viewer Application url is: " + gisViewerPortletUrl);
|
logger.info("Gis Viewer Application url is: " + gisViewerPortletUrl);
|
||||||
gisViewerPortletUrl+="?rid="+new Random().nextLong()
|
gisViewerPortletUrl += "?rid=" + new Random().nextLong() + "&wmsrequest=" + wmsRequest + "&uuid="
|
||||||
+"&wmsrequest="+wmsRequest
|
+ URLEncoder.encode(gisUUID, UTF_8);
|
||||||
+"&uuid="+URLEncoder.encode(gisUUID, UTF_8);
|
|
||||||
|
|
||||||
if(layerTitle!=null)
|
if (layerTitle != null)
|
||||||
gisViewerPortletUrl+="&layertitle="+layerTitle;
|
gisViewerPortletUrl += "&layertitle=" + layerTitle;
|
||||||
|
|
||||||
logger.info("Redirecting to: "+gisViewerPortletUrl);
|
logger.info("Redirecting to: " + gisViewerPortletUrl);
|
||||||
return Response.seeOther(new URI(gisViewerPortletUrl)).build();
|
return Response.seeOther(new URI(gisViewerPortletUrl)).build();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if(isGeoExplorerLink){
|
if (isGeoExplorerLink) {
|
||||||
|
|
||||||
ScopeProvider.instance.set(scope);
|
ScopeProvider.instance.set(scope);
|
||||||
String geoExplorerPortletUrl = null;
|
String geoExplorerPortletUrl = null;
|
||||||
try{
|
try {
|
||||||
geoExplorerPortletUrl = LoadingGeoExplorerApplicationURLCache.get(scope);
|
geoExplorerPortletUrl = LoadingGeoExplorerApplicationURLCache.get(scope);
|
||||||
}catch(ExecutionException e){
|
} catch (ExecutionException e) {
|
||||||
logger.error("Error on getting the GeoExplorer Applicaton URL from cache for scope "+scope, e);
|
logger.error("Error on getting the GeoExplorer Applicaton URL from cache for scope " + scope, e);
|
||||||
throw ExceptionManager.wrongParameterException(req, "Error on getting the GeoExplorer Applicaton URL from cache for scope "+scope+".\nIs the Application Profile with APPID "+UriResolverSmartGearManagerInit.getGeoExplorerProfile().getAppId()+" registered for this scope: "+scope+"?", this.getClass(), help);
|
throw ExceptionManager.wrongParameterException(req,
|
||||||
|
"Error on getting the GeoExplorer Applicaton URL from cache for scope " + scope
|
||||||
|
+ ".\nIs the Application Profile with APPID "
|
||||||
|
+ UriResolverSmartGearManagerInit.getGeoExplorerProfile().getAppId()
|
||||||
|
+ " registered for this scope: " + scope + "?",
|
||||||
|
this.getClass(), help);
|
||||||
}
|
}
|
||||||
//CHECKING IF THE GeoExplorer Portlet URL is valid
|
// CHECKING IF THE GeoExplorer Portlet URL is valid
|
||||||
if(geoExplorerPortletUrl==null || geoExplorerPortletUrl.isEmpty())
|
if (geoExplorerPortletUrl == null || geoExplorerPortletUrl.isEmpty())
|
||||||
throw ExceptionManager.notFoundException(req, "GeoExplorer Portlet URL not found in the scope: "+scope +". Please contact the support", this.getClass(), help);
|
throw ExceptionManager.notFoundException(req,
|
||||||
|
"GeoExplorer Portlet URL not found in the scope: " + scope + ". Please contact the support",
|
||||||
|
this.getClass(), help);
|
||||||
|
|
||||||
logger.info("GeoExplorer Application url is: " + geoExplorerPortletUrl);
|
logger.info("GeoExplorer Application url is: " + geoExplorerPortletUrl);
|
||||||
geoExplorerPortletUrl+="?rid="+new Random().nextLong()
|
geoExplorerPortletUrl += "?rid=" + new Random().nextLong() + "&luuid="
|
||||||
+"&luuid="+URLEncoder.encode(geoExplorerUUID, UTF_8);
|
+ URLEncoder.encode(geoExplorerUUID, UTF_8);
|
||||||
//urlRedirect(req, resp, geoExplorerPortletUrl);
|
// urlRedirect(req, resp, geoExplorerPortletUrl);
|
||||||
return Response.seeOther(new URI(geoExplorerPortletUrl)).build();
|
return Response.seeOther(new URI(geoExplorerPortletUrl)).build();
|
||||||
}
|
}
|
||||||
|
|
||||||
throw ExceptionManager.badRequestException(req, GIS_UUID+" or "+GEO_EXPLORER_LAYER_UUID+" not found or empty in the query string", this.getClass(), help);
|
throw ExceptionManager.badRequestException(req,
|
||||||
|
GIS_UUID + " or " + GEO_EXPLORER_LAYER_UUID + " not found or empty in the query string",
|
||||||
|
this.getClass(), help);
|
||||||
|
|
||||||
}catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
||||||
if(!(e instanceof WebApplicationException)){
|
if (!(e instanceof WebApplicationException)) {
|
||||||
//UNEXPECTED EXCEPTION managing it as WebApplicationException
|
// UNEXPECTED EXCEPTION managing it as WebApplicationException
|
||||||
String error = "Sorry, an error occurred on resolving request with UUID "+gisUUID+" and scope "+scope+". Please, contact support!";
|
String error = "Sorry, an error occurred on resolving request with UUID " + gisUUID + " and scope "
|
||||||
if(e.getCause()!=null)
|
+ scope + ". Please, contact support!";
|
||||||
error+="\n\nCaused: "+e.getCause().getMessage();
|
if (e.getCause() != null)
|
||||||
|
error += "\n\nCaused: " + e.getCause().getMessage();
|
||||||
throw ExceptionManager.internalErrorException(req, error, this.getClass(), help);
|
throw ExceptionManager.internalErrorException(req, error, this.getClass(), help);
|
||||||
}
|
}
|
||||||
//ALREADY MANAGED AS WebApplicationException
|
// ALREADY MANAGED AS WebApplicationException
|
||||||
logger.error("Exception:", e);
|
logger.error("Exception:", e);
|
||||||
throw (WebApplicationException) e;
|
throw (WebApplicationException) e;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the gis layer for layer uuid.
|
* Gets the gis layer for layer uuid.
|
||||||
*
|
*
|
||||||
* @param req the req
|
* @param req the req
|
||||||
* @param scope the scope
|
* @param scope the scope
|
||||||
* @param gisUUID the gis uuid
|
* @param gisUUID the gis uuid
|
||||||
* @return the gis layer for layer uuid
|
* @return the gis layer for layer uuid
|
||||||
* @throws Exception the exception
|
* @throws Exception the exception
|
||||||
*/
|
*/
|
||||||
public GisLayerItem getGisLayerForLayerUUID(HttpServletRequest req, String scope, String gisUUID) throws Exception{
|
public GisLayerItem getGisLayerForLayerUUID(HttpServletRequest req, String scope, String gisUUID) throws Exception {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
GeonetworkInstance gi = null;
|
GeonetworkInstance gi = null;
|
||||||
try {
|
try {
|
||||||
gi = LoadingGeonetworkInstanceCache.get(scope);
|
gi = LoadingGeonetworkInstanceCache.get(scope);
|
||||||
|
|
||||||
}catch(ExecutionException | InvalidCacheLoadException e){
|
} catch (ExecutionException | InvalidCacheLoadException e) {
|
||||||
logger.error("Error on getting the Geonetwork Instance from cache for scope "+scope, e);
|
logger.error("Error on getting the Geonetwork Instance from cache for scope " + scope, e);
|
||||||
throw ExceptionManager.wrongParameterException(req, "Error on getting the Geonetwork Instance from cache for scope "+scope+". Is it registered for this scope: "+scope+"?", this.getClass(), help);
|
throw ExceptionManager.wrongParameterException(req,
|
||||||
|
"Error on getting the Geonetwork Instance from cache for scope " + scope
|
||||||
|
+ ". Is it registered for this scope: " + scope + "?",
|
||||||
|
this.getClass(), help);
|
||||||
}
|
}
|
||||||
if(gi==null)
|
if (gi == null)
|
||||||
throw new Exception("GeonetworkInstance not instanciable in the scope: "+scope);
|
throw new Exception("GeonetworkInstance not instanciable in the scope: " + scope);
|
||||||
|
|
||||||
LoginLevel toLoginLevel = LoginLevel.SCOPE;
|
LoginLevel toLoginLevel = LoginLevel.SCOPE;
|
||||||
logger.info("Performing authentication on GN with "+LoginLevel.class.getSimpleName()+" "+toLoginLevel);
|
logger.info(
|
||||||
|
"Performing authentication on GN with " + LoginLevel.class.getSimpleName() + " " + toLoginLevel);
|
||||||
gi.getGeonetworkPublisher().login(toLoginLevel);
|
gi.getGeonetworkPublisher().login(toLoginLevel);
|
||||||
|
|
||||||
GisLayerItem gisLayerItem = MetadataConverter.getWMSOnLineResource(gi, gisUUID);
|
GisLayerItem gisLayerItem = MetadataConverter.getWMSOnLineResource(gi, gisUUID);
|
||||||
return gisLayerItem;
|
return gisLayerItem;
|
||||||
//TODO CREATE A BEAN ADDING WMS REQUEST AND LAYER TITLE MetadataConverter.
|
// TODO CREATE A BEAN ADDING WMS REQUEST AND LAYER TITLE MetadataConverter.
|
||||||
}catch (GeonetworkInstanceException e){
|
} catch (GeonetworkInstanceException e) {
|
||||||
logger.error("An error occurred when instancing geonetowrk gis layer with UUID "+gisUUID, e);
|
logger.error("An error occurred when instancing geonetowrk gis layer with UUID " + gisUUID, e);
|
||||||
throw new IllegalArgumentException("Sorry, An error occurred when instancing geonetwork with UUID: "+gisUUID);
|
throw new IllegalArgumentException(
|
||||||
|
"Sorry, An error occurred when instancing geonetwork with UUID: " + gisUUID);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
logger.error("An error occurred when retrieving gis layer with UUID "+gisUUID, e);
|
logger.error("An error occurred when retrieving gis layer with UUID " + gisUUID, e);
|
||||||
throw new IllegalArgumentException("Sorry, An error occurred when retrieving gis layer with UUID "+gisUUID);
|
throw new IllegalArgumentException(
|
||||||
|
"Sorry, An error occurred when retrieving gis layer with UUID " + gisUUID);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,21 +13,23 @@ import javax.ws.rs.core.Context;
|
||||||
import javax.ws.rs.core.MediaType;
|
import javax.ws.rs.core.MediaType;
|
||||||
import javax.ws.rs.core.Response;
|
import javax.ws.rs.core.Response;
|
||||||
|
|
||||||
import org.gcube.common.authorization.library.provider.SecurityTokenProvider;
|
|
||||||
import org.gcube.common.scope.api.ScopeProvider;
|
import org.gcube.common.scope.api.ScopeProvider;
|
||||||
import org.gcube.common.scope.impl.ScopeBean;
|
import org.gcube.common.scope.impl.ScopeBean;
|
||||||
import org.gcube.common.scope.impl.ScopeBean.Type;
|
import org.gcube.common.scope.impl.ScopeBean.Type;
|
||||||
import org.gcube.datatransfer.resolver.requesthandler.RequestHandler;
|
|
||||||
import org.gcube.datatransfer.resolver.services.error.ExceptionManager;
|
import org.gcube.datatransfer.resolver.services.error.ExceptionManager;
|
||||||
import org.gcube.datatransfer.resolver.util.Util;
|
import org.gcube.datatransfer.resolver.util.Util;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* The KnimeCreateResolver is able to create a KNIME URL.
|
||||||
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
|
*
|
||||||
* Dec 13, 2018
|
* See more at
|
||||||
|
* https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#KNIME_Resolver
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
|
*
|
||||||
|
* Mar 24, 2022
|
||||||
*/
|
*/
|
||||||
@Path("knime")
|
@Path("knime")
|
||||||
public class KnimeCreateResolver {
|
public class KnimeCreateResolver {
|
||||||
|
@ -36,9 +38,12 @@ public class KnimeCreateResolver {
|
||||||
|
|
||||||
private static String helpURI = "https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#KNIME_Resolver";
|
private static String helpURI = "https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#KNIME_Resolver";
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates the knime URL.
|
* Creates the KNIME URL. Generate a Knime URL (then resolved by the /get path)
|
||||||
|
* for a KNIME Model Simulation passed by query string.
|
||||||
|
*
|
||||||
|
* See more at
|
||||||
|
* https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#HTTP_POST:_Create_a_KNIME_URL
|
||||||
*
|
*
|
||||||
* @param req the req
|
* @param req the req
|
||||||
* @return the response
|
* @return the response
|
||||||
|
@ -48,51 +53,51 @@ public class KnimeCreateResolver {
|
||||||
@Path("/create")
|
@Path("/create")
|
||||||
@Consumes(MediaType.TEXT_PLAIN)
|
@Consumes(MediaType.TEXT_PLAIN)
|
||||||
@Produces(MediaType.TEXT_PLAIN)
|
@Produces(MediaType.TEXT_PLAIN)
|
||||||
public Response createKnimeURL(@Context HttpServletRequest req) throws WebApplicationException{
|
public Response createKnimeURL(@Context HttpServletRequest req) throws WebApplicationException {
|
||||||
|
|
||||||
logger.info(this.getClass().getSimpleName()+" POST starts...");
|
logger.info(this.getClass().getSimpleName() + " POST starts...");
|
||||||
|
|
||||||
|
try {
|
||||||
|
|
||||||
try{
|
|
||||||
String contextToken = SecurityTokenProvider.instance.get();
|
|
||||||
String scope = ScopeProvider.instance.get();
|
String scope = ScopeProvider.instance.get();
|
||||||
// logger.info("SecurityTokenProvider contextToken: "+contextToken);
|
// logger.info("SecurityTokenProvider contextToken: "+contextToken);
|
||||||
logger.info("ScopeProvider has scope: "+scope);
|
logger.info("ScopeProvider has scope: " + scope);
|
||||||
|
|
||||||
String appToken = req.getServletContext().getInitParameter(RequestHandler.ROOT_APP_TOKEN);
|
|
||||||
|
|
||||||
if(contextToken.compareTo(appToken)==0){
|
|
||||||
logger.error("Token not passed, SecurityTokenProvider contains the root app token: "+appToken.substring(0,10)+"...");
|
|
||||||
throw ExceptionManager.unauthorizedException(req, "You are not authorized. You must pass a token of VRE", this.getClass(), helpURI);
|
|
||||||
}
|
|
||||||
|
|
||||||
ScopeBean scopeBean = new ScopeBean(scope);
|
ScopeBean scopeBean = new ScopeBean(scope);
|
||||||
|
if (scopeBean.is(Type.INFRASTRUCTURE) || scopeBean.is(Type.VO)) {
|
||||||
|
logger.error(Type.INFRASTRUCTURE + "or " + Type.VO + " scope detected, you must set a scope of VRE");
|
||||||
|
throw ExceptionManager.unauthorizedException(req,
|
||||||
|
"You are not authorized. You must pass a token of VRE", this.getClass(), helpURI);
|
||||||
|
}
|
||||||
|
|
||||||
if(scopeBean.is(Type.VRE)){
|
if (scopeBean.is(Type.VRE)) {
|
||||||
|
|
||||||
String vreName = scopeBean.name();
|
String vreName = scopeBean.name();
|
||||||
String knimeGetResolverURL = String.format("%s/%s/%s", Util.getServerURL(req), "knime/get", vreName);
|
String knimeGetResolverURL = String.format("%s/%s/%s", Util.getServerURL(req), "knime/get", vreName);
|
||||||
String queryString =req.getQueryString()==null?"":req.getQueryString();
|
String queryString = req.getQueryString() == null ? "" : req.getQueryString();
|
||||||
|
|
||||||
if(req.getQueryString()!=null)
|
if (req.getQueryString() != null)
|
||||||
knimeGetResolverURL+="?"+queryString;
|
knimeGetResolverURL += "?" + queryString;
|
||||||
|
|
||||||
logger.info("Returning Knime Resolver URL: "+knimeGetResolverURL);
|
logger.info("Returning Knime Resolver URL: " + knimeGetResolverURL);
|
||||||
return Response.ok(knimeGetResolverURL).header("Location", knimeGetResolverURL).build();
|
return Response.ok(knimeGetResolverURL).header("Location", knimeGetResolverURL).build();
|
||||||
|
|
||||||
}else{
|
} else {
|
||||||
logger.error("The input scope "+scope+" is not a VRE");
|
logger.error("The input scope " + scope + " is not a VRE");
|
||||||
throw ExceptionManager.badRequestException(req, "Working in the "+scope+" scope that is not a VRE. Use a token of VRE", this.getClass(), helpURI);
|
throw ExceptionManager.badRequestException(req,
|
||||||
|
"Working in the " + scope + " scope that is not a VRE. Use a token of VRE", this.getClass(),
|
||||||
|
helpURI);
|
||||||
}
|
}
|
||||||
}catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
||||||
if(!(e instanceof WebApplicationException)){
|
if (!(e instanceof WebApplicationException)) {
|
||||||
//UNEXPECTED EXCEPTION managing it as WebApplicationException
|
// UNEXPECTED EXCEPTION managing it as WebApplicationException
|
||||||
String error = "Sorry, an error occurred on creating Knime URL. Please, contact the support!";
|
String error = "Sorry, an error occurred on creating Knime URL. Please, contact the support!";
|
||||||
if(e.getCause()!=null)
|
if (e.getCause() != null)
|
||||||
error+="\n\nCaused: "+e.getCause().getMessage();
|
error += "\n\nCaused: " + e.getCause().getMessage();
|
||||||
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
//ALREADY MANAGED AS WebApplicationException
|
// ALREADY MANAGED AS WebApplicationException
|
||||||
logger.error("Exception:", e);
|
logger.error("Exception:", e);
|
||||||
throw (WebApplicationException) e;
|
throw (WebApplicationException) e;
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,12 +23,14 @@ import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
import com.google.common.cache.CacheLoader.InvalidCacheLoadException;
|
import com.google.common.cache.CacheLoader.InvalidCacheLoadException;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Class KnimeGetResolver.
|
* The KnimeGetResolver provides a method to get the Knime URLs (that are simply
|
||||||
|
* URLs) by which is possible to invoke the KNIME Model Simulation Application.
|
||||||
*
|
*
|
||||||
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
|
* See more at
|
||||||
* Dec 13, 2018
|
* https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#KNIME_Resolver
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Dec 13, 2018
|
||||||
*/
|
*/
|
||||||
@Path("knime")
|
@Path("knime")
|
||||||
public class KnimeGetResolver {
|
public class KnimeGetResolver {
|
||||||
|
@ -37,8 +39,7 @@ public class KnimeGetResolver {
|
||||||
|
|
||||||
private static String helpURI = "https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#KNIME_Resolver";
|
private static String helpURI = "https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#KNIME_Resolver";
|
||||||
|
|
||||||
private static final String ORG_GCUBE_PORTLETS_USER_KNIMEMODELSIMULATION_MANAGER_SERVICE_IMPL =
|
private static final String ORG_GCUBE_PORTLETS_USER_KNIMEMODELSIMULATION_MANAGER_SERVICE_IMPL = "org.gcube.portlets.user.model-simulation-configuration.server.KnimeModelSimulationManagerServiceImpl";
|
||||||
"org.gcube.portlets.user.model-simulation-configuration.server.KnimeModelSimulationManagerServiceImpl";
|
|
||||||
|
|
||||||
private static final String APPLICATION_PROFILE = "ApplicationProfile";
|
private static final String APPLICATION_PROFILE = "ApplicationProfile";
|
||||||
|
|
||||||
|
@ -47,55 +48,62 @@ public class KnimeGetResolver {
|
||||||
/**
|
/**
|
||||||
* Resolve knime url.
|
* Resolve knime url.
|
||||||
*
|
*
|
||||||
* @param req the req
|
* @param req the req
|
||||||
* @param vreName the vre name
|
* @param vreName the vre name
|
||||||
* @return the response
|
* @return the response
|
||||||
*/
|
*/
|
||||||
@GET
|
@GET
|
||||||
@Path("/get/{vreName}")
|
@Path("/get/{vreName}")
|
||||||
public Response resolveKnimeURL(@Context HttpServletRequest req, @PathParam("vreName") String vreName) {
|
public Response resolveKnimeURL(@Context HttpServletRequest req, @PathParam("vreName") String vreName) {
|
||||||
logger.info(this.getClass().getSimpleName()+" GET starts...");
|
logger.info(this.getClass().getSimpleName() + " GET starts...");
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if(vreName==null || vreName.isEmpty()){
|
if (vreName == null || vreName.isEmpty()) {
|
||||||
logger.error("The path parameter 'vreName' not found or empty in the path");
|
logger.error("The path parameter 'vreName' not found or empty in the path");
|
||||||
throw ExceptionManager.badRequestException(req, "Mandatory path parameter 'vreName' not found or empty", this.getClass(), helpURI);
|
throw ExceptionManager.badRequestException(req, "Mandatory path parameter 'vreName' not found or empty",
|
||||||
|
this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
ScopeBean scopeBean = null;
|
ScopeBean scopeBean = null;
|
||||||
try{
|
try {
|
||||||
scopeBean = LoadingMapOfScopeCache.get(vreName);
|
scopeBean = LoadingMapOfScopeCache.get(vreName);
|
||||||
}catch(ExecutionException | InvalidCacheLoadException e){
|
} catch (ExecutionException | InvalidCacheLoadException e) {
|
||||||
logger.error("Error on getting the fullscope from cache for vreName "+vreName, e);
|
logger.error("Error on getting the fullscope from cache for vreName " + vreName, e);
|
||||||
throw ExceptionManager.wrongParameterException(req, "Error on getting full scope for the VRE name "+vreName+". Is it registered as VRE in the D4Science Infrastructure System?", this.getClass(), helpURI);
|
throw ExceptionManager.wrongParameterException(req,
|
||||||
|
"Error on getting full scope for the VRE name " + vreName
|
||||||
|
+ ". Is it registered as VRE in the D4Science Infrastructure System?",
|
||||||
|
this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
ApplicationProfileReader reader = null;
|
ApplicationProfileReader reader = null;
|
||||||
String fullScope = scopeBean.toString();
|
String fullScope = scopeBean.toString();
|
||||||
try{
|
try {
|
||||||
reader = new ApplicationProfileReader(fullScope, APPLICATION_PROFILE, ORG_GCUBE_PORTLETS_USER_KNIMEMODELSIMULATION_MANAGER_SERVICE_IMPL, false);
|
reader = new ApplicationProfileReader(fullScope, APPLICATION_PROFILE,
|
||||||
}catch(Exception e){
|
ORG_GCUBE_PORTLETS_USER_KNIMEMODELSIMULATION_MANAGER_SERVICE_IMPL, false);
|
||||||
logger.error("Error on reading the "+APPLICATION_PROFILE+" with APPID: "+ORG_GCUBE_PORTLETS_USER_KNIMEMODELSIMULATION_MANAGER_SERVICE_IMPL, e);
|
} catch (Exception e) {
|
||||||
throw ExceptionManager.internalErrorException(req, "Error on reading the Application Profile for the "+KNIME_EXECUTOR_APPLICATION+". Please contact the support", this.getClass(), helpURI);
|
logger.error("Error on reading the " + APPLICATION_PROFILE + " with APPID: "
|
||||||
|
+ ORG_GCUBE_PORTLETS_USER_KNIMEMODELSIMULATION_MANAGER_SERVICE_IMPL, e);
|
||||||
|
throw ExceptionManager.internalErrorException(req, "Error on reading the Application Profile for the "
|
||||||
|
+ KNIME_EXECUTOR_APPLICATION + ". Please contact the support", this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
//READ THE KNIME URL PORTLET FROM APPLICATION PROFRILE IN THE SCOPE fullScope
|
// READ THE KNIME URL PORTLET FROM APPLICATION PROFRILE IN THE SCOPE fullScope
|
||||||
String knimeExecutorEndPoint = reader.getApplicationProfile().getUrl();
|
String knimeExecutorEndPoint = reader.getApplicationProfile().getUrl();
|
||||||
//CHECKING THE QUERY STRING
|
// CHECKING THE QUERY STRING
|
||||||
String queryString = req.getQueryString()!=null?req.getQueryString():"";
|
String queryString = req.getQueryString() != null ? req.getQueryString() : "";
|
||||||
String knimeExecutorURL = String.format("%s?%s", knimeExecutorEndPoint, queryString);
|
String knimeExecutorURL = String.format("%s?%s", knimeExecutorEndPoint, queryString);
|
||||||
logger.info("Resolving the Knime URL with: "+knimeExecutorURL);
|
logger.info("Resolving the Knime URL with: " + knimeExecutorURL);
|
||||||
return Response.seeOther(new URI(knimeExecutorURL)).build();
|
return Response.seeOther(new URI(knimeExecutorURL)).build();
|
||||||
|
|
||||||
}catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
||||||
if(!(e instanceof WebApplicationException)){
|
if (!(e instanceof WebApplicationException)) {
|
||||||
//UNEXPECTED EXCEPTION managing it as WebApplicationException
|
// UNEXPECTED EXCEPTION managing it as WebApplicationException
|
||||||
String error = "Sorry, an error occurred on resolving the Knime URL. Please, contact the support!";
|
String error = "Sorry, an error occurred on resolving the Knime URL. Please, contact the support!";
|
||||||
if(e.getCause()!=null)
|
if (e.getCause() != null)
|
||||||
error+="\n\nCaused: "+e.getCause().getMessage();
|
error += "\n\nCaused: " + e.getCause().getMessage();
|
||||||
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
//ALREADY MANAGED AS WebApplicationException
|
// ALREADY MANAGED AS WebApplicationException
|
||||||
logger.error("Exception:", e);
|
logger.error("Exception:", e);
|
||||||
throw (WebApplicationException) e;
|
throw (WebApplicationException) e;
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,76 @@
|
||||||
|
package org.gcube.datatransfer.resolver.services;
|
||||||
|
|
||||||
|
import static org.gcube.common.authorization.client.Constants.authorizationService;
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
|
||||||
|
import javax.servlet.http.HttpServletRequest;
|
||||||
|
import javax.ws.rs.GET;
|
||||||
|
import javax.ws.rs.Path;
|
||||||
|
import javax.ws.rs.Produces;
|
||||||
|
import javax.ws.rs.WebApplicationException;
|
||||||
|
import javax.ws.rs.core.Context;
|
||||||
|
import javax.ws.rs.core.MediaType;
|
||||||
|
import javax.ws.rs.core.Response;
|
||||||
|
|
||||||
|
import org.gcube.common.authorization.library.provider.AuthorizationProvider;
|
||||||
|
import org.gcube.common.authorization.library.provider.UserInfo;
|
||||||
|
import org.gcube.common.scope.api.ScopeProvider;
|
||||||
|
import org.gcube.datatransfer.resolver.services.error.ExceptionManager;
|
||||||
|
import org.slf4j.Logger;
|
||||||
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Class OatResolver.
|
||||||
|
*
|
||||||
|
* generates an old authz token from an UMAToken
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
|
*
|
||||||
|
* Apr 5, 2022
|
||||||
|
*/
|
||||||
|
@Path("oat")
|
||||||
|
public class OatResolver {
|
||||||
|
|
||||||
|
private static Logger LOG = LoggerFactory.getLogger(OatResolver.class);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the legacy token.
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
|
* @return the legacy token
|
||||||
|
* @throws WebApplicationException the web application exception
|
||||||
|
*/
|
||||||
|
@GET
|
||||||
|
@Path("/get")
|
||||||
|
@Produces(MediaType.TEXT_PLAIN)
|
||||||
|
public Response getLegacyToken(@Context HttpServletRequest req) throws WebApplicationException {
|
||||||
|
LOG.info(this.getClass().getSimpleName() + " GET starts...");
|
||||||
|
|
||||||
|
try {
|
||||||
|
|
||||||
|
String scope = ScopeProvider.instance.get();
|
||||||
|
LOG.info("ScopeProvider has scope: " + scope);
|
||||||
|
String username = AuthorizationProvider.instance.get().getClient().getId();
|
||||||
|
UserInfo userInfo = new UserInfo(username, new ArrayList<>());
|
||||||
|
String userToken = authorizationService().generateUserToken(userInfo, scope);
|
||||||
|
String msgToken = userToken.substring(0, 10) + "_MASKED_TOKEN";
|
||||||
|
LOG.info("returning legacy token {} for user {}", msgToken, username);
|
||||||
|
return Response.ok(userToken).build();
|
||||||
|
} catch (Exception e) {
|
||||||
|
LOG.error("Exception:", e);
|
||||||
|
|
||||||
|
if (!(e instanceof WebApplicationException)) {
|
||||||
|
// UNEXPECTED EXCEPTION managing it as WebApplicationException
|
||||||
|
String error = "Error occurred on getting legacy token. Please, contact the support!";
|
||||||
|
if (e.getCause() != null)
|
||||||
|
error += "\n\nCaused: " + e.getCause().getMessage();
|
||||||
|
throw ExceptionManager.internalErrorException(req, error, this.getClass(), null);
|
||||||
|
}
|
||||||
|
// ALREADY MANAGED AS WebApplicationException
|
||||||
|
throw (WebApplicationException) e;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -28,12 +28,13 @@ import org.gcube.datatransfer.resolver.services.error.ExceptionManager;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Class PartheosRegistryResolver.
|
* The PartheosRegistryResolver.
|
||||||
|
*
|
||||||
|
* See more at
|
||||||
|
* https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#Parthenos_URL_Resolver
|
||||||
*
|
*
|
||||||
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
|
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Nov 16, 2018
|
||||||
* Nov 16, 2018
|
|
||||||
*/
|
*/
|
||||||
@Path("parthenos_registry")
|
@Path("parthenos_registry")
|
||||||
public class PartheosRegistryResolver {
|
public class PartheosRegistryResolver {
|
||||||
|
@ -43,65 +44,70 @@ public class PartheosRegistryResolver {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Resolve parthenos url.
|
* Resolve parthenos url.
|
||||||
|
*
|
||||||
|
* To resolve an "item" from a Parthenos URL stored in the Parthenos Catalogue
|
||||||
|
* at https://ckan-parthenos.d4science.org/
|
||||||
*
|
*
|
||||||
* @param req the req
|
* @param req the req
|
||||||
* @param provider the provider
|
* @param provider the provider
|
||||||
* @param path the path
|
* @param path the path
|
||||||
* @param remainPath the remain path
|
* @param remainPath the remain path
|
||||||
* @return the response
|
* @return the response
|
||||||
*/
|
*/
|
||||||
@GET
|
@GET
|
||||||
@Path("/{provider}/{path}{remainPath:(/[^?$]+)?}")
|
@Path("/{provider}/{path}{remainPath:(/[^?$]+)?}")
|
||||||
public Response resolveParthenosURL(@Context HttpServletRequest req,
|
public Response resolveParthenosURL(@Context HttpServletRequest req, @PathParam("provider") String provider,
|
||||||
@PathParam("provider") String provider,
|
@PathParam("path") String path, @PathParam("remainPath") String remainPath) throws WebApplicationException {
|
||||||
@PathParam("path") String path,
|
|
||||||
@PathParam("remainPath") String remainPath) throws WebApplicationException {
|
|
||||||
|
|
||||||
logger.info(this.getClass().getSimpleName()+" GET starts...");
|
logger.info(this.getClass().getSimpleName() + " GET starts...");
|
||||||
String remainPathParthenosURL = null;
|
String remainPathParthenosURL = null;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
||||||
logger.debug("provider is: "+provider);
|
logger.debug("provider is: " + provider);
|
||||||
logger.debug("path is: "+path);
|
logger.debug("path is: " + path);
|
||||||
logger.debug("remainPath is: "+remainPath);
|
logger.debug("remainPath is: " + remainPath);
|
||||||
|
|
||||||
remainPathParthenosURL = String.format("%s/%s",provider,path);
|
remainPathParthenosURL = String.format("%s/%s", provider, path);
|
||||||
|
|
||||||
if(remainPath!=null && !remainPath.isEmpty()){
|
if (remainPath != null && !remainPath.isEmpty()) {
|
||||||
remainPathParthenosURL+=remainPath.startsWith("/")?remainPath:"/"+remainPath;
|
remainPathParthenosURL += remainPath.startsWith("/") ? remainPath : "/" + remainPath;
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.info("Resolving parthenos URL: "+remainPathParthenosURL);
|
logger.info("Resolving parthenos URL: " + remainPathParthenosURL);
|
||||||
//APPLYING URL DECODING
|
// APPLYING URL DECODING
|
||||||
remainPathParthenosURL = URLDecoder.decode(remainPathParthenosURL, "UTF-8");
|
remainPathParthenosURL = URLDecoder.decode(remainPathParthenosURL, "UTF-8");
|
||||||
//APPLYING NAME TRANSFORMATION
|
// APPLYING NAME TRANSFORMATION
|
||||||
String normalizedEntityName = toNameForCatalogue(remainPathParthenosURL);
|
String normalizedEntityName = toNameForCatalogue(remainPathParthenosURL);
|
||||||
logger.info("Trying to resolve with Catalogue EntityName: "+normalizedEntityName);
|
logger.info("Trying to resolve with Catalogue EntityName: " + normalizedEntityName);
|
||||||
ItemCatalogueURLs itemCatalogueURLs = CatalogueResolver.getItemCatalogueURLs(req, UriResolverSmartGearManagerInit.getParthenosVREName(), ResourceCatalogueCodes.CTLGD.getId(), normalizedEntityName);
|
ItemCatalogueURLs itemCatalogueURLs = CatalogueResolver.getItemCatalogueURLs(req,
|
||||||
|
UriResolverSmartGearManagerInit.getParthenosVREName(), ResourceCatalogueCodes.CTLGD.getId(),
|
||||||
|
normalizedEntityName);
|
||||||
return Response.seeOther(new URL(itemCatalogueURLs.getPrivateVRECataloguePortletURL()).toURI()).build();
|
return Response.seeOther(new URL(itemCatalogueURLs.getPrivateVRECataloguePortletURL()).toURI()).build();
|
||||||
|
|
||||||
}catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
||||||
if(!(e instanceof WebApplicationException)){
|
if (!(e instanceof WebApplicationException)) {
|
||||||
//UNEXPECTED EXCEPTION managing it as WebApplicationException
|
// UNEXPECTED EXCEPTION managing it as WebApplicationException
|
||||||
String error = "Error occurred on resolving the path "+remainPathParthenosURL+". Please, contact the support!";
|
String error = "Error occurred on resolving the path " + remainPathParthenosURL
|
||||||
if(e.getCause()!=null)
|
+ ". Please, contact the support!";
|
||||||
error+="\n\nCaused: "+e.getCause().getMessage();
|
if (e.getCause() != null)
|
||||||
|
error += "\n\nCaused: " + e.getCause().getMessage();
|
||||||
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
//ALREADY MANAGED AS WebApplicationException
|
// ALREADY MANAGED AS WebApplicationException
|
||||||
logger.error("Exception:", e);
|
logger.error("Exception:", e);
|
||||||
throw (WebApplicationException) e;
|
throw (WebApplicationException) e;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Post catalogue.
|
* To get a normalized item name from a Parthenos URL. It applies a
|
||||||
|
* normalization function to get from an input Parthenos URL an item name that
|
||||||
|
* is catalogue compliant.
|
||||||
*
|
*
|
||||||
* @param req the req
|
* @param req the req
|
||||||
* @param jsonRequest the json request
|
* @param jsonRequest the json request
|
||||||
* @return the response
|
* @return the response
|
||||||
* @throws Exception the exception
|
* @throws Exception the exception
|
||||||
|
@ -110,59 +116,67 @@ public class PartheosRegistryResolver {
|
||||||
@Path("")
|
@Path("")
|
||||||
@Consumes(MediaType.APPLICATION_JSON)
|
@Consumes(MediaType.APPLICATION_JSON)
|
||||||
@Produces(MediaType.TEXT_PLAIN)
|
@Produces(MediaType.TEXT_PLAIN)
|
||||||
public Response postCatalogue(@Context HttpServletRequest req, ParthenosRequest jsonRequest) throws WebApplicationException{
|
public Response postCatalogue(@Context HttpServletRequest req, ParthenosRequest jsonRequest)
|
||||||
logger.info(this.getClass().getSimpleName()+" POST starts...");
|
throws WebApplicationException {
|
||||||
|
logger.info(this.getClass().getSimpleName() + " POST starts...");
|
||||||
|
|
||||||
try{
|
try {
|
||||||
String entityName = jsonRequest.getEntity_name();
|
String entityName = jsonRequest.getEntity_name();
|
||||||
|
|
||||||
if(entityName==null || entityName.isEmpty()){
|
if (entityName == null || entityName.isEmpty()) {
|
||||||
logger.error("Entity Name Parameter like 'entity_name' not found or empty");
|
logger.error("Entity Name Parameter like 'entity_name' not found or empty");
|
||||||
throw ExceptionManager.badRequestException(req, "Mandatory body parameter 'entity_name' not found or empty", this.getClass(), helpURI);
|
throw ExceptionManager.badRequestException(req,
|
||||||
|
"Mandatory body parameter 'entity_name' not found or empty", this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
//REMOVING FIRST '/' IF EXISTS
|
// REMOVING FIRST '/' IF EXISTS
|
||||||
entityName = entityName.startsWith("/")?entityName.substring(1,entityName.length()):entityName;
|
entityName = entityName.startsWith("/") ? entityName.substring(1, entityName.length()) : entityName;
|
||||||
|
|
||||||
//APPLYING NAME TRANSFORMATION
|
// APPLYING NAME TRANSFORMATION
|
||||||
String normalizedEntityName = toNameForCatalogue(entityName);
|
String normalizedEntityName = toNameForCatalogue(entityName);
|
||||||
ItemCatalogueURLs itemCatalogueURLs = CatalogueResolver.getItemCatalogueURLs(req, UriResolverSmartGearManagerInit.getParthenosVREName(), ResourceCatalogueCodes.CTLGD.getId(), normalizedEntityName);
|
ItemCatalogueURLs itemCatalogueURLs = CatalogueResolver.getItemCatalogueURLs(req,
|
||||||
logger.info("Returining Catalogue URL: "+itemCatalogueURLs.getPrivateVRECataloguePortletURL());
|
UriResolverSmartGearManagerInit.getParthenosVREName(), ResourceCatalogueCodes.CTLGD.getId(),
|
||||||
return Response.ok(normalizedEntityName).header("Location", itemCatalogueURLs.getPrivateVRECataloguePortletURL()).build();
|
normalizedEntityName);
|
||||||
|
logger.info("Returining Catalogue URL: " + itemCatalogueURLs.getPrivateVRECataloguePortletURL());
|
||||||
|
return Response.ok(normalizedEntityName)
|
||||||
|
.header("Location", itemCatalogueURLs.getPrivateVRECataloguePortletURL()).build();
|
||||||
|
|
||||||
}catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
||||||
if(!(e instanceof WebApplicationException)){
|
if (!(e instanceof WebApplicationException)) {
|
||||||
//UNEXPECTED EXCEPTION managing it as WebApplicationException
|
// UNEXPECTED EXCEPTION managing it as WebApplicationException
|
||||||
String error = "Error occurred on transforming the "+jsonRequest+". Please, contact the support!";
|
String error = "Error occurred on transforming the " + jsonRequest + ". Please, contact the support!";
|
||||||
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
//ALREADY MANAGED AS WebApplicationException
|
// ALREADY MANAGED AS WebApplicationException
|
||||||
logger.error("Exception:", e);
|
logger.error("Exception:", e);
|
||||||
throw (WebApplicationException) e;
|
throw (WebApplicationException) e;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* To name for catalogue.
|
* To name for catalogue. this method applyes a fuction to transform a parthenos
|
||||||
* this method applyes a fuction to transform a parthenos URL to acceptable catalogue name (that is URL)
|
* URL to acceptable catalogue name (that is URL)
|
||||||
|
*
|
||||||
* @param remainPathParthenosURL the remain path parthenos url
|
* @param remainPathParthenosURL the remain path parthenos url
|
||||||
* @return the string
|
* @return the string
|
||||||
* @throws UnsupportedEncodingException the unsupported encoding exception
|
* @throws UnsupportedEncodingException the unsupported encoding exception
|
||||||
*/
|
*/
|
||||||
protected String toNameForCatalogue(final String remainPathParthenosURL) throws UnsupportedEncodingException {
|
protected String toNameForCatalogue(final String remainPathParthenosURL) throws UnsupportedEncodingException {
|
||||||
//need to double decode for URLs like: http://parthenos.d4science.org/handle/Parthenos/REG/Dataset/Appellation/Isidore%2520Dataset
|
// need to double decode for URLs like:
|
||||||
String name = StringUtils.replaceChars(URLDecoder.decode(remainPathParthenosURL,"UTF-8"),"/ .:", "_").toLowerCase().replaceAll("[^A-Za-z0-9]", "_");
|
// http://parthenos.d4science.org/handle/Parthenos/REG/Dataset/Appellation/Isidore%2520Dataset
|
||||||
//TO LOWERCASE FOR CKAN SUPPORTING
|
String name = StringUtils.replaceChars(URLDecoder.decode(remainPathParthenosURL, "UTF-8"), "/ .:", "_")
|
||||||
|
.toLowerCase().replaceAll("[^A-Za-z0-9]", "_");
|
||||||
|
// TO LOWERCASE FOR CKAN SUPPORTING
|
||||||
return name.toLowerCase();
|
return name.toLowerCase();
|
||||||
}
|
}
|
||||||
|
|
||||||
//TO TEST
|
// TO TEST
|
||||||
// public static void main(String[] args) throws UnsupportedEncodingException {
|
// public static void main(String[] args) throws UnsupportedEncodingException {
|
||||||
//
|
//
|
||||||
// String remainPathParthenosURL = "Culturalitalia/unknown/Dataset/oai%3Aculturaitalia.it%3Aoai%3Aculturaitalia.it%3Amuseiditalia-mus_11953";
|
// String remainPathParthenosURL =
|
||||||
// System.out.println(URLDecoder.decode(remainPathParthenosURL, "UTF-8"));
|
// "Culturalitalia/unknown/Dataset/oai%3Aculturaitalia.it%3Aoai%3Aculturaitalia.it%3Amuseiditalia-mus_11953";
|
||||||
|
// System.out.println(URLDecoder.decode(remainPathParthenosURL, "UTF-8"));
|
||||||
//
|
//
|
||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,11 +19,15 @@ import org.gcube.datatransfer.resolver.util.ValidateContentDisposition;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* The SMPIDResolver is able to give HTTP resolution to storage resource by ID.
|
||||||
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
|
*
|
||||||
* Oct 22, 2018
|
* See more at
|
||||||
|
* https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#SMP-ID_Resolver
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
|
*
|
||||||
|
* Mar 24, 2022
|
||||||
*/
|
*/
|
||||||
@Path("id")
|
@Path("id")
|
||||||
public class SMPIDResolver {
|
public class SMPIDResolver {
|
||||||
|
@ -37,54 +41,54 @@ public class SMPIDResolver {
|
||||||
|
|
||||||
private static Logger logger = LoggerFactory.getLogger(SMPIDResolver.class);
|
private static Logger logger = LoggerFactory.getLogger(SMPIDResolver.class);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the smpid.
|
* Gets the smpid.
|
||||||
*
|
*
|
||||||
* @param req the req
|
* @param req the req
|
||||||
* @param smpId the smp id
|
* @param smpId the smp id
|
||||||
* @param fileName the file name
|
* @param fileName the file name
|
||||||
* @param contentType the content type
|
* @param contentType the content type
|
||||||
* @param validation the validation
|
* @param contentDisposition the content disposition
|
||||||
|
* @param validation the validation
|
||||||
* @return the smpid
|
* @return the smpid
|
||||||
* @throws WebApplicationException the web application exception
|
* @throws WebApplicationException the web application exception
|
||||||
*/
|
*/
|
||||||
@GET
|
@GET
|
||||||
@Path("")
|
@Path("")
|
||||||
public Response getSMPID(@Context HttpServletRequest req,
|
public Response getSMPID(@Context HttpServletRequest req, @QueryParam(SMP_ID) @Nullable String smpId,
|
||||||
@QueryParam(SMP_ID) @Nullable String smpId,
|
@QueryParam(ConstantsResolver.QUERY_PARAM_FILE_NAME) String fileName,
|
||||||
@QueryParam(ConstantsResolver.QUERY_PARAM_FILE_NAME) String fileName,
|
@QueryParam(ConstantsResolver.QUERY_PARAM_CONTENT_TYPE) String contentType,
|
||||||
@QueryParam(ConstantsResolver.QUERY_PARAM_CONTENT_TYPE) String contentType,
|
@QueryParam(ConstantsResolver.QUERY_PARAM_CONTENTDISPOSITION) String contentDisposition,
|
||||||
@QueryParam(ConstantsResolver.QUERY_PARAM_CONTENTDISPOSITION) String contentDisposition,
|
@QueryParam(ConstantsResolver.QUERY_PARAM_VALIDATION) boolean validation) throws WebApplicationException {
|
||||||
@QueryParam(ConstantsResolver.QUERY_PARAM_VALIDATION) boolean validation) throws WebApplicationException{
|
|
||||||
|
|
||||||
logger.info(this.getClass().getSimpleName()+" GET starts...");
|
|
||||||
|
|
||||||
try{
|
logger.info(this.getClass().getSimpleName() + " GET starts...");
|
||||||
//Checking mandatory parameter smpId
|
|
||||||
if(smpId==null || smpId.isEmpty()){
|
try {
|
||||||
logger.error(SMP_ID+" not found");
|
// Checking mandatory parameter smpId
|
||||||
throw ExceptionManager.badRequestException(req, "Missing mandatory parameter "+SMP_ID, SMPIDResolver.class, helpURI);
|
if (smpId == null || smpId.isEmpty()) {
|
||||||
|
logger.error(SMP_ID + " not found");
|
||||||
|
throw ExceptionManager.badRequestException(req, "Missing mandatory parameter " + SMP_ID,
|
||||||
|
SMPIDResolver.class, helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Checking the optional parameter "Content-Disposition"
|
||||||
//Checking the optional parameter "Content-Disposition"
|
|
||||||
CONTENT_DISPOSITION_VALUE dispositionValue = CONTENT_DISPOSITION_VALUE.attachment;
|
CONTENT_DISPOSITION_VALUE dispositionValue = CONTENT_DISPOSITION_VALUE.attachment;
|
||||||
//Validating the Content-Disposition value
|
// Validating the Content-Disposition value
|
||||||
dispositionValue = ValidateContentDisposition.validValue(req, this.getClass(), helpURI, contentDisposition);
|
dispositionValue = ValidateContentDisposition.validValue(req, this.getClass(), helpURI, contentDisposition);
|
||||||
|
|
||||||
return StorageIDResolver.resolveStorageId(req, smpId, fileName, contentType, dispositionValue, validation);
|
return StorageIDResolver.resolveStorageId(req, smpId, fileName, contentType, dispositionValue, validation);
|
||||||
|
|
||||||
}catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
||||||
if(!(e instanceof WebApplicationException)){
|
if (!(e instanceof WebApplicationException)) {
|
||||||
//UNEXPECTED EXCEPTION managing it as WebApplicationException
|
// UNEXPECTED EXCEPTION managing it as WebApplicationException
|
||||||
String error = "Error occurred on resolving the "+SMP_ID+": "+smpId+". Please, contact the support!";
|
String error = "Error occurred on resolving the " + SMP_ID + ": " + smpId
|
||||||
if(e.getCause()!=null)
|
+ ". Please, contact the support!";
|
||||||
error+="\n\nCaused: "+e.getCause().getMessage();
|
if (e.getCause() != null)
|
||||||
|
error += "\n\nCaused: " + e.getCause().getMessage();
|
||||||
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
//ALREADY MANAGED AS WebApplicationException
|
// ALREADY MANAGED AS WebApplicationException
|
||||||
logger.error("Exception:", e);
|
logger.error("Exception:", e);
|
||||||
throw (WebApplicationException) e;
|
throw (WebApplicationException) e;
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,12 +19,15 @@ import org.gcube.datatransfer.resolver.util.ValidateContentDisposition;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Class SMPResolver.
|
* The SMPResolver is able to give HTTP resolution to SMP protocol URIs
|
||||||
*
|
*
|
||||||
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
|
* See more at
|
||||||
* Dec 14, 2018
|
* https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#SMP_Resolver
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
|
*
|
||||||
|
* Mar 24, 2022
|
||||||
*/
|
*/
|
||||||
@Path("smp")
|
@Path("smp")
|
||||||
public class SMPResolver {
|
public class SMPResolver {
|
||||||
|
@ -41,48 +44,48 @@ public class SMPResolver {
|
||||||
/**
|
/**
|
||||||
* Gets the smpuri.
|
* Gets the smpuri.
|
||||||
*
|
*
|
||||||
* @param req the req
|
* @param req the req
|
||||||
* @param smpURI the smp uri
|
* @param smpURI the smp uri
|
||||||
* @param fileName the file name
|
* @param fileName the file name
|
||||||
* @param contentType the content type
|
* @param contentType the content type
|
||||||
* @param validation the validation
|
* @param contentDisposition the content disposition
|
||||||
|
* @param validation the validation
|
||||||
* @return the smpuri
|
* @return the smpuri
|
||||||
* @throws WebApplicationException the web application exception
|
* @throws WebApplicationException the web application exception
|
||||||
*/
|
*/
|
||||||
@GET
|
@GET
|
||||||
@Path("")
|
@Path("")
|
||||||
public Response getSMPURI(@Context HttpServletRequest req,
|
public Response getSMPURI(@Context HttpServletRequest req, @QueryParam(SMP_URI) @Nullable String smpURI,
|
||||||
@QueryParam(SMP_URI) @Nullable
|
@QueryParam(ConstantsResolver.QUERY_PARAM_FILE_NAME) String fileName,
|
||||||
String smpURI,
|
@QueryParam(ConstantsResolver.QUERY_PARAM_CONTENT_TYPE) String contentType,
|
||||||
@QueryParam(ConstantsResolver.QUERY_PARAM_FILE_NAME) String fileName,
|
@QueryParam(ConstantsResolver.QUERY_PARAM_CONTENTDISPOSITION) String contentDisposition,
|
||||||
@QueryParam(ConstantsResolver.QUERY_PARAM_CONTENT_TYPE) String contentType,
|
@QueryParam(ConstantsResolver.QUERY_PARAM_VALIDATION) boolean validation) throws WebApplicationException {
|
||||||
@QueryParam(ConstantsResolver.QUERY_PARAM_CONTENTDISPOSITION) String contentDisposition,
|
|
||||||
@QueryParam(ConstantsResolver.QUERY_PARAM_VALIDATION) boolean validation) throws WebApplicationException{
|
|
||||||
|
|
||||||
logger.info(this.getClass().getSimpleName()+" GET starts...");
|
logger.info(this.getClass().getSimpleName() + " GET starts...");
|
||||||
|
|
||||||
try{
|
try {
|
||||||
//Checking mandatory parameter smpURI
|
// Checking mandatory parameter smpURI
|
||||||
if(smpURI==null || smpURI.isEmpty()){
|
if (smpURI == null || smpURI.isEmpty()) {
|
||||||
logger.error(SMP_URI+" not found");
|
logger.error(SMP_URI + " not found");
|
||||||
throw ExceptionManager.badRequestException(req, "Missing mandatory parameter "+SMP_URI, SMPResolver.class, helpURI);
|
throw ExceptionManager.badRequestException(req, "Missing mandatory parameter " + SMP_URI,
|
||||||
|
SMPResolver.class, helpURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Checking the optional parameter "Content-Disposition"
|
// Checking the optional parameter "Content-Disposition"
|
||||||
CONTENT_DISPOSITION_VALUE dispositionValue = CONTENT_DISPOSITION_VALUE.attachment;
|
CONTENT_DISPOSITION_VALUE dispositionValue = CONTENT_DISPOSITION_VALUE.attachment;
|
||||||
//Validating the Content-Disposition value
|
// Validating the Content-Disposition value
|
||||||
dispositionValue = ValidateContentDisposition.validValue(req, this.getClass(), helpURI, contentDisposition);
|
dispositionValue = ValidateContentDisposition.validValue(req, this.getClass(), helpURI, contentDisposition);
|
||||||
|
|
||||||
return StorageIDResolver.resolveStorageId(req, smpURI, fileName, contentType, dispositionValue, validation);
|
return StorageIDResolver.resolveStorageId(req, smpURI, fileName, contentType, dispositionValue, validation);
|
||||||
|
|
||||||
}catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
||||||
if(!(e instanceof WebApplicationException)){
|
if (!(e instanceof WebApplicationException)) {
|
||||||
//UNEXPECTED EXCEPTION managing it as WebApplicationException
|
// UNEXPECTED EXCEPTION managing it as WebApplicationException
|
||||||
String error = "Error occurred on resolving the smpURI "+smpURI+". Please, contact the support!";
|
String error = "Error occurred on resolving the smpURI " + smpURI + ". Please, contact the support!";
|
||||||
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
throw ExceptionManager.internalErrorException(req, error, this.getClass(), helpURI);
|
||||||
}
|
}
|
||||||
//ALREADY MANAGED AS WebApplicationException
|
// ALREADY MANAGED AS WebApplicationException
|
||||||
logger.error("Exception:", e);
|
logger.error("Exception:", e);
|
||||||
throw (WebApplicationException) e;
|
throw (WebApplicationException) e;
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,119 @@
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
package org.gcube.datatransfer.resolver.services;
|
||||||
|
|
||||||
|
import java.io.File;
|
||||||
|
import java.io.FileInputStream;
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.io.OutputStream;
|
||||||
|
|
||||||
|
import javax.servlet.http.HttpServletRequest;
|
||||||
|
import javax.ws.rs.GET;
|
||||||
|
import javax.ws.rs.Path;
|
||||||
|
import javax.ws.rs.Produces;
|
||||||
|
import javax.ws.rs.WebApplicationException;
|
||||||
|
import javax.ws.rs.core.Context;
|
||||||
|
import javax.ws.rs.core.StreamingOutput;
|
||||||
|
|
||||||
|
import org.apache.commons.io.IOUtils;
|
||||||
|
import org.gcube.datatransfer.resolver.services.error.ExceptionManager;
|
||||||
|
import org.slf4j.Logger;
|
||||||
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Class StaticImageController.
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
|
*
|
||||||
|
* May 2, 2024
|
||||||
|
*/
|
||||||
|
@Path("img")
|
||||||
|
public class StaticImageController {
|
||||||
|
|
||||||
|
private static Logger logger = LoggerFactory.getLogger(StaticImageController.class);
|
||||||
|
|
||||||
|
// /**
|
||||||
|
// * To doc.
|
||||||
|
// *
|
||||||
|
// * @param req the req
|
||||||
|
// * @return the input stream
|
||||||
|
// * @throws WebApplicationException the web application exception
|
||||||
|
// */
|
||||||
|
// @GET
|
||||||
|
// @Path("/{any: .*}")
|
||||||
|
// @Produces({ "image/png", "image/jpg", "image/gif" })
|
||||||
|
// public InputStream toFile(@Context HttpServletRequest req) throws WebApplicationException {
|
||||||
|
// logger.info(StaticImageController.class.getSimpleName() + " toFile called");
|
||||||
|
//
|
||||||
|
// String pathInfo = req.getPathInfo();
|
||||||
|
// logger.debug("pathInfo {}", pathInfo);
|
||||||
|
// try {
|
||||||
|
//
|
||||||
|
// logger.info("going to {}", pathInfo);
|
||||||
|
//
|
||||||
|
// String realPath = req.getServletContext().getRealPath(pathInfo);
|
||||||
|
// return new FileInputStream(new File(realPath));
|
||||||
|
//
|
||||||
|
// } catch (Exception e) {
|
||||||
|
//
|
||||||
|
// if (!(e instanceof WebApplicationException)) {
|
||||||
|
// // UNEXPECTED EXCEPTION managing it as WebApplicationException
|
||||||
|
// String error = pathInfo + " not found. Please, contact the support!";
|
||||||
|
// throw ExceptionManager.internalErrorException(req, error, this.getClass(), null);
|
||||||
|
// }
|
||||||
|
// // ALREADY MANAGED AS WebApplicationException
|
||||||
|
// logger.error("Exception:", e);
|
||||||
|
// throw (WebApplicationException) e;
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
|
||||||
|
/**
|
||||||
|
* To file out.
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
|
* @return the streaming output
|
||||||
|
* @throws WebApplicationException the web application exception
|
||||||
|
*/
|
||||||
|
@GET
|
||||||
|
@Path("/{any: .*}")
|
||||||
|
@Produces({ "image/png", "image/jpg", "image/gif" })
|
||||||
|
public StreamingOutput toFileOut(@Context HttpServletRequest req) throws WebApplicationException {
|
||||||
|
logger.info(StaticImageController.class.getSimpleName() + " toFileOut called");
|
||||||
|
String pathInfo = req.getPathInfo();
|
||||||
|
logger.debug("pathInfo {}", pathInfo);
|
||||||
|
try {
|
||||||
|
final String realPath = req.getServletContext().getRealPath(pathInfo);
|
||||||
|
logger.info("going to {}", pathInfo);
|
||||||
|
return new StreamingOutput() {
|
||||||
|
@Override
|
||||||
|
public void write(OutputStream os) throws IOException, WebApplicationException {
|
||||||
|
FileInputStream fileIS = null;
|
||||||
|
try {
|
||||||
|
fileIS = new FileInputStream(new File(realPath));
|
||||||
|
IOUtils.copy(fileIS, os);
|
||||||
|
} catch (Exception e) {
|
||||||
|
try {
|
||||||
|
if(fileIS!=null)
|
||||||
|
fileIS.close();
|
||||||
|
} catch (Exception e2) {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
} catch (Exception e) {
|
||||||
|
|
||||||
|
if (!(e instanceof WebApplicationException)) {
|
||||||
|
// UNEXPECTED EXCEPTION managing it as WebApplicationException
|
||||||
|
String error = pathInfo + " not found. Please, contact the support!";
|
||||||
|
throw ExceptionManager.internalErrorException(req, error, this.getClass(), null);
|
||||||
|
}
|
||||||
|
// ALREADY MANAGED AS WebApplicationException
|
||||||
|
logger.error("Exception:", e);
|
||||||
|
throw (WebApplicationException) e;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -25,10 +25,14 @@ import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Class StorageHubResolver.
|
* The StorageHubResolver provides the methods either to download a gCube
|
||||||
*
|
* Workspace file or to get its metadata.
|
||||||
|
*
|
||||||
|
* See more at
|
||||||
|
* https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#STORAGE-HUB_Resolver
|
||||||
|
*
|
||||||
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
|
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
|
||||||
* Dec 14, 2018
|
* Dec 14, 2018
|
||||||
*/
|
*/
|
||||||
@Path("shub")
|
@Path("shub")
|
||||||
public class StorageHubResolver {
|
public class StorageHubResolver {
|
||||||
|
@ -46,7 +50,6 @@ public class StorageHubResolver {
|
||||||
@PathParam(STORAGE_HUB_ID)
|
@PathParam(STORAGE_HUB_ID)
|
||||||
String id;
|
String id;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the metadata.
|
* Gets the metadata.
|
||||||
*
|
*
|
||||||
|
@ -56,45 +59,47 @@ public class StorageHubResolver {
|
||||||
@HEAD
|
@HEAD
|
||||||
@Path("/{id}")
|
@Path("/{id}")
|
||||||
public Response getMetadata(@Context HttpServletRequest req) {
|
public Response getMetadata(@Context HttpServletRequest req) {
|
||||||
logger.info(this.getClass().getSimpleName()+" HEAD getMetadata called");
|
logger.info(this.getClass().getSimpleName() + " HEAD getMetadata called");
|
||||||
|
|
||||||
try{
|
try {
|
||||||
//TODO Do we need to check the token?
|
// TODO Do we need to check the token?
|
||||||
|
|
||||||
//Checking mandatory parameter id
|
// Checking mandatory parameter id
|
||||||
if(id==null || id.isEmpty()){
|
if (id == null || id.isEmpty()) {
|
||||||
logger.error("Path Parameter "+STORAGE_HUB_ID+" not found");
|
logger.error("Path Parameter " + STORAGE_HUB_ID + " not found");
|
||||||
throw ExceptionManager.badRequestException(req, "Missing mandatory path parameter "+STORAGE_HUB_ID, this.getClass(), help);
|
throw ExceptionManager.badRequestException(req, "Missing mandatory path parameter " + STORAGE_HUB_ID,
|
||||||
|
this.getClass(), help);
|
||||||
}
|
}
|
||||||
|
|
||||||
try{
|
try {
|
||||||
|
|
||||||
ItemManagerClient client = AbstractPlugin.item().build();
|
ItemManagerClient client = AbstractPlugin.item().build();
|
||||||
StreamDescriptor descriptor = client.resolvePublicLink(id);
|
StreamDescriptor descriptor = client.resolvePublicLink(id);
|
||||||
ResponseBuilder response = Response.noContent();
|
ResponseBuilder response = Response.ok();
|
||||||
response = new StorageHubMetadataResponseBuilder(req, response).fillMetadata(descriptor, id, CONTENT_DISPOSITION_VALUE.attachment);
|
response = new StorageHubMetadataResponseBuilder(req, response).fillMetadata(descriptor, id,
|
||||||
|
CONTENT_DISPOSITION_VALUE.attachment);
|
||||||
return response.build();
|
return response.build();
|
||||||
|
|
||||||
}catch(Exception e){
|
} catch (Exception e) {
|
||||||
logger.error("Error on getting metadata for file with "+id, e);
|
logger.error("Error on getting metadata for file with " + id, e);
|
||||||
String errorMsg = "Error on getting metadata for file with hub id '"+id+"'. "+e.getMessage();
|
String errorMsg = "Error on getting metadata for file with hub id '" + id + "'. " + e.getMessage();
|
||||||
throw ExceptionManager.internalErrorException(req, errorMsg, this.getClass(), help);
|
throw ExceptionManager.internalErrorException(req, errorMsg, this.getClass(), help);
|
||||||
}
|
}
|
||||||
|
|
||||||
}catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
||||||
if(!(e instanceof WebApplicationException)){
|
if (!(e instanceof WebApplicationException)) {
|
||||||
//UNEXPECTED EXCEPTION managing it as WebApplicationException
|
// UNEXPECTED EXCEPTION managing it as WebApplicationException
|
||||||
String error = "Error occurred on resolving the StorageHub URL with id: "+id+". Please, contact the support!";
|
String error = "Error occurred on resolving the StorageHub URL with id: " + id
|
||||||
|
+ ". Please, contact the support!";
|
||||||
throw ExceptionManager.internalErrorException(req, error, this.getClass(), help);
|
throw ExceptionManager.internalErrorException(req, error, this.getClass(), help);
|
||||||
}
|
}
|
||||||
//ALREADY MANAGED as WebApplicationException
|
// ALREADY MANAGED as WebApplicationException
|
||||||
logger.error("Exception:", e);
|
logger.error("Exception:", e);
|
||||||
throw (WebApplicationException) e;
|
throw (WebApplicationException) e;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Download.
|
* Download.
|
||||||
*
|
*
|
||||||
|
@ -103,46 +108,50 @@ public class StorageHubResolver {
|
||||||
*/
|
*/
|
||||||
@GET
|
@GET
|
||||||
@Path("/{id}")
|
@Path("/{id}")
|
||||||
public Response download(@Context HttpServletRequest req, @QueryParam(ConstantsResolver.QUERY_PARAM_CONTENTDISPOSITION) String contentDisposition) {
|
public Response download(@Context HttpServletRequest req,
|
||||||
logger.info(this.getClass().getSimpleName()+" GET download called");
|
@QueryParam(ConstantsResolver.QUERY_PARAM_CONTENTDISPOSITION) String contentDisposition) {
|
||||||
|
logger.info(this.getClass().getSimpleName() + " GET download called");
|
||||||
|
|
||||||
try{
|
try {
|
||||||
InnerMethodName.instance.set("resolveStorageHubPublicLink");
|
InnerMethodName.instance.set("resolveStorageHubPublicLink");
|
||||||
|
|
||||||
//Checking mandatory parameter "id"
|
// Checking mandatory parameter "id"
|
||||||
if(id==null || id.isEmpty()){
|
if (id == null || id.isEmpty()) {
|
||||||
logger.error("Path Parameter "+STORAGE_HUB_ID+" not found");
|
logger.error("Path Parameter " + STORAGE_HUB_ID + " not found");
|
||||||
throw ExceptionManager.badRequestException(req, "Missing mandatory path parameter "+STORAGE_HUB_ID, StorageHubResolver.class, help);
|
throw ExceptionManager.badRequestException(req, "Missing mandatory path parameter " + STORAGE_HUB_ID,
|
||||||
|
StorageHubResolver.class, help);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Checking the optional parameter "Content-Disposition"
|
// Checking the optional parameter "Content-Disposition"
|
||||||
CONTENT_DISPOSITION_VALUE dispositionValue = CONTENT_DISPOSITION_VALUE.attachment;
|
CONTENT_DISPOSITION_VALUE dispositionValue = CONTENT_DISPOSITION_VALUE.attachment;
|
||||||
//Validating the Content-Disposition value
|
// Validating the Content-Disposition value
|
||||||
dispositionValue = ValidateContentDisposition.validValue(req, this.getClass(), help, contentDisposition);
|
dispositionValue = ValidateContentDisposition.validValue(req, this.getClass(), help, contentDisposition);
|
||||||
|
|
||||||
try{
|
try {
|
||||||
|
|
||||||
ItemManagerClient client = AbstractPlugin.item().build();
|
ItemManagerClient client = AbstractPlugin.item().build();
|
||||||
StreamDescriptor descriptor = client.resolvePublicLink(id);
|
StreamDescriptor descriptor = client.resolvePublicLink(id);
|
||||||
ResponseBuilder response = Response.ok(descriptor.getStream());
|
ResponseBuilder response = Response.ok(descriptor.getStream());
|
||||||
|
|
||||||
response = new StorageHubMetadataResponseBuilder(req, response).fillMetadata(descriptor, id, dispositionValue);
|
response = new StorageHubMetadataResponseBuilder(req, response).fillMetadata(descriptor, id,
|
||||||
|
dispositionValue);
|
||||||
return response.build();
|
return response.build();
|
||||||
|
|
||||||
}catch(Exception e){
|
} catch (Exception e) {
|
||||||
logger.error("Error on getting file with "+id, e);
|
logger.error("Error on getting file with " + id, e);
|
||||||
String errorMsg = "Error on getting file with hub id '"+id+"'. "+e.getMessage();
|
String errorMsg = "Error on getting file with hub id '" + id + "'. " + e.getMessage();
|
||||||
throw ExceptionManager.internalErrorException(req, errorMsg, StorageHubResolver.class, help);
|
throw ExceptionManager.internalErrorException(req, errorMsg, StorageHubResolver.class, help);
|
||||||
}
|
}
|
||||||
|
|
||||||
}catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
||||||
if(!(e instanceof WebApplicationException)){
|
if (!(e instanceof WebApplicationException)) {
|
||||||
//UNEXPECTED EXCEPTION managing it as WebApplicationException
|
// UNEXPECTED EXCEPTION managing it as WebApplicationException
|
||||||
String error = "Error occurred on resolving the StorageHub URL with id: "+id+". Please, contact the support!";
|
String error = "Error occurred on resolving the StorageHub URL with id: " + id
|
||||||
|
+ ". Please, contact the support!";
|
||||||
throw ExceptionManager.internalErrorException(req, error, this.getClass(), help);
|
throw ExceptionManager.internalErrorException(req, error, this.getClass(), help);
|
||||||
}
|
}
|
||||||
//ALREADY MANAGED AS WebApplicationException
|
// ALREADY MANAGED AS WebApplicationException
|
||||||
logger.error("Exception:", e);
|
logger.error("Exception:", e);
|
||||||
throw (WebApplicationException) e;
|
throw (WebApplicationException) e;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,7 @@ package org.gcube.datatransfer.resolver.services;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.io.InputStream;
|
import java.io.InputStream;
|
||||||
|
import java.util.Objects;
|
||||||
|
|
||||||
import javax.servlet.http.HttpServletRequest;
|
import javax.servlet.http.HttpServletRequest;
|
||||||
import javax.ws.rs.GET;
|
import javax.ws.rs.GET;
|
||||||
|
@ -13,19 +14,19 @@ import javax.ws.rs.WebApplicationException;
|
||||||
import javax.ws.rs.core.Context;
|
import javax.ws.rs.core.Context;
|
||||||
import javax.ws.rs.core.Response;
|
import javax.ws.rs.core.Response;
|
||||||
import javax.ws.rs.core.Response.ResponseBuilder;
|
import javax.ws.rs.core.Response.ResponseBuilder;
|
||||||
|
import javax.ws.rs.core.Response.Status;
|
||||||
import javax.ws.rs.core.StreamingOutput;
|
import javax.ws.rs.core.StreamingOutput;
|
||||||
|
|
||||||
import org.apache.commons.io.IOUtils;
|
import org.apache.commons.io.IOUtils;
|
||||||
import org.apache.http.HttpStatus;
|
|
||||||
import org.gcube.contentmanagement.blobstorage.resource.MyFile;
|
import org.gcube.contentmanagement.blobstorage.resource.MyFile;
|
||||||
import org.gcube.contentmanagement.blobstorage.service.IClient;
|
import org.gcube.contentmanagement.blobstorage.service.IClient;
|
||||||
import org.gcube.contentmanager.storageclient.wrapper.AccessType;
|
import org.gcube.contentmanager.storageclient.wrapper.AccessType;
|
||||||
|
import org.gcube.contentmanager.storageclient.wrapper.BackendType;
|
||||||
import org.gcube.contentmanager.storageclient.wrapper.MemoryType;
|
import org.gcube.contentmanager.storageclient.wrapper.MemoryType;
|
||||||
import org.gcube.contentmanager.storageclient.wrapper.StorageClient;
|
import org.gcube.contentmanager.storageclient.wrapper.StorageClient;
|
||||||
import org.gcube.datatransfer.resolver.ConstantsResolver;
|
import org.gcube.datatransfer.resolver.ConstantsResolver;
|
||||||
import org.gcube.datatransfer.resolver.ConstantsResolver.CONTENT_DISPOSITION_VALUE;
|
import org.gcube.datatransfer.resolver.ConstantsResolver.CONTENT_DISPOSITION_VALUE;
|
||||||
import org.gcube.datatransfer.resolver.services.error.ExceptionManager;
|
import org.gcube.datatransfer.resolver.services.error.ExceptionManager;
|
||||||
import org.gcube.datatransfer.resolver.storage.StorageClientInstance;
|
|
||||||
import org.gcube.datatransfer.resolver.storage.StorageMetadataFile;
|
import org.gcube.datatransfer.resolver.storage.StorageMetadataFile;
|
||||||
import org.gcube.datatransfer.resolver.util.SingleFileStreamingOutput;
|
import org.gcube.datatransfer.resolver.util.SingleFileStreamingOutput;
|
||||||
import org.gcube.datatransfer.resolver.util.ValidateContentDisposition;
|
import org.gcube.datatransfer.resolver.util.ValidateContentDisposition;
|
||||||
|
@ -35,8 +36,11 @@ import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Class StorageIDResolver.
|
* The StorageIDResolver is able to give HTTP resolution to storage resource by ID
|
||||||
*
|
*
|
||||||
|
* See more at
|
||||||
|
* https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#STORAGE-ID_Resolver
|
||||||
|
*
|
||||||
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
|
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
|
||||||
* Dec 14, 2018
|
* Dec 14, 2018
|
||||||
*/
|
*/
|
||||||
|
@ -48,11 +52,14 @@ public class StorageIDResolver {
|
||||||
*/
|
*/
|
||||||
protected static final String STORAGEID_RESOLVER = "storageid-resolver";
|
protected static final String STORAGEID_RESOLVER = "storageid-resolver";
|
||||||
private static final String STORAGE_ID = "storage-id";
|
private static final String STORAGE_ID = "storage-id";
|
||||||
|
private static final AccessType STORAGE_ACCESS_TYPE=AccessType.PUBLIC;
|
||||||
|
private static final BackendType STORAGE_BACKEND_TYPE=BackendType.MongoDB;
|
||||||
private static final Logger LOG = LoggerFactory.getLogger(StorageIDResolver.class);
|
private static final Logger LOG = LoggerFactory.getLogger(StorageIDResolver.class);
|
||||||
|
|
||||||
private static String help = "https://wiki.gcube-system.org/gcube/URI_Resolver#STORAGE-ID_Resolver";
|
private static String help = "https://wiki.gcube-system.org/gcube/URI_Resolver#STORAGE-ID_Resolver";
|
||||||
|
|
||||||
|
protected static IClient storageManagerClient;
|
||||||
|
private static MemoryType memory;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the storage id.
|
* Gets the storage id.
|
||||||
|
@ -123,21 +130,17 @@ public class StorageIDResolver {
|
||||||
LOG.error("storageId not found");
|
LOG.error("storageId not found");
|
||||||
throw ExceptionManager.badRequestException(httpRequest, "Missing mandatory path parameter "+STORAGE_ID, StorageIDResolver.class, help);
|
throw ExceptionManager.badRequestException(httpRequest, "Missing mandatory path parameter "+STORAGE_ID, StorageIDResolver.class, help);
|
||||||
}
|
}
|
||||||
|
storageId = identifyIdAndMemory(storageId);
|
||||||
StorageClientInstance scInstance = buildStorageClientInstance(storageId);
|
IClient iClient = getStorageClientInstance(memory);
|
||||||
String toSEID = null;
|
String toSEID = null;
|
||||||
IClient iClient = null;
|
|
||||||
storageId = scInstance.getStorageId(); //IT SHOULD BE CHANGED es. removing the suffix '-VLT'
|
|
||||||
LOG.info("I'm using the storageId {}",storageId);
|
LOG.info("I'm using the storageId {}",storageId);
|
||||||
try{
|
try{
|
||||||
iClient = scInstance.getStorageClient().getClient();
|
|
||||||
toSEID = iClient.getId(storageId); //to Storage Encrypted ID
|
toSEID = iClient.getId(storageId); //to Storage Encrypted ID
|
||||||
LOG.info("Decoded ID"+" = "+ toSEID);
|
LOG.info("Decoded ID"+" = "+ toSEID);
|
||||||
}catch(Exception e){
|
}catch(Exception e){
|
||||||
LOG.error("Storage Client Exception when getting file from storage: ", e);
|
LOG.error("Storage Client Exception when getting file from storage: ", e);
|
||||||
throw ExceptionManager.notFoundException(httpRequest, "Storage Client Exception when getting file from storage with id: "+storageId, StorageIDResolver.class, help);
|
throw ExceptionManager.notFoundException(httpRequest, "Storage Client Exception when getting file from storage with id: "+storageId, StorageIDResolver.class, help);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(toSEID==null || toSEID.isEmpty()){
|
if(toSEID==null || toSEID.isEmpty()){
|
||||||
LOG.error("Decrypted id for storageId: "+storageId +" is null or empty!");
|
LOG.error("Decrypted id for storageId: "+storageId +" is null or empty!");
|
||||||
throw ExceptionManager.notFoundException(httpRequest, "Error on decrypting the "+STORAGE_ID+ " '"+storageId+"'. Is it a valid id?", StorageIDResolver.class, help);
|
throw ExceptionManager.notFoundException(httpRequest, "Error on decrypting the "+STORAGE_ID+ " '"+storageId+"'. Is it a valid id?", StorageIDResolver.class, help);
|
||||||
|
@ -166,6 +169,9 @@ public class StorageIDResolver {
|
||||||
//Reading the content size
|
//Reading the content size
|
||||||
size = metaFile.getSize();
|
size = metaFile.getSize();
|
||||||
LOG.debug("Read size {} from {}", size, StorageMetadataFile.class.getSimpleName());
|
LOG.debug("Read size {} from {}", size, StorageMetadataFile.class.getSimpleName());
|
||||||
|
}else {
|
||||||
|
//Bug fixing #28276
|
||||||
|
throw ExceptionManager.notFoundException(httpRequest, "Error on accessing the "+STORAGE_ID+ " '"+storageId+"'. Is it a valid id?", StorageIDResolver.class, help);
|
||||||
}
|
}
|
||||||
|
|
||||||
//CHECKING TO DEFAULT METADATA
|
//CHECKING TO DEFAULT METADATA
|
||||||
|
@ -187,10 +193,13 @@ public class StorageIDResolver {
|
||||||
|
|
||||||
// if (contentType!= null)
|
// if (contentType!= null)
|
||||||
// response.header("Content-Type",contentType);
|
// response.header("Content-Type",contentType);
|
||||||
|
|
||||||
return response.build();
|
return response.build();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -216,7 +225,7 @@ public class StorageIDResolver {
|
||||||
//THIS IS FOR HPROXY CHECK
|
//THIS IS FOR HPROXY CHECK
|
||||||
if(hproxycheck){
|
if(hproxycheck){
|
||||||
LOG.trace("returning status 200 for Hproxy check");
|
LOG.trace("returning status 200 for Hproxy check");
|
||||||
ResponseBuilder response = Response.status(HttpStatus.SC_OK);
|
ResponseBuilder response = Response.status(Status.OK);
|
||||||
return response.build();
|
return response.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -253,27 +262,22 @@ public class StorageIDResolver {
|
||||||
if (storageId == null || storageId.isEmpty()) {
|
if (storageId == null || storageId.isEmpty()) {
|
||||||
LOG.warn("storageId not found");
|
LOG.warn("storageId not found");
|
||||||
throw ExceptionManager.badRequestException(httpRequest, "Storage Client Exception when getting file from storage with id: "+storageId, this.getClass(), help);
|
throw ExceptionManager.badRequestException(httpRequest, "Storage Client Exception when getting file from storage with id: "+storageId, this.getClass(), help);
|
||||||
}
|
}
|
||||||
StorageClientInstance client = buildStorageClientInstance(storageId);
|
storageId = identifyIdAndMemory(storageId);
|
||||||
|
IClient iClient = getStorageClientInstance(memory);
|
||||||
String toSEID = null;
|
String toSEID = null;
|
||||||
IClient iClient = null;
|
|
||||||
storageId = client.getStorageId(); //IT SHOULD BE CHANGED es. removing the suffix '-VLT'
|
|
||||||
LOG.info("I'm using the storageId {}",storageId);
|
LOG.info("I'm using the storageId {}",storageId);
|
||||||
|
|
||||||
try{
|
try{
|
||||||
iClient = client.getStorageClient().getClient();
|
|
||||||
toSEID = iClient.getId(storageId); //to Storage Encrypted ID
|
toSEID = iClient.getId(storageId); //to Storage Encrypted ID
|
||||||
LOG.debug("Decoded ID"+" = "+ toSEID);
|
LOG.info("Decoded ID"+" = "+ toSEID);
|
||||||
}catch(Exception e){
|
}catch(Exception e){
|
||||||
LOG.error("Storage Client Exception when getting file from storage: ", e);
|
LOG.error("Storage Client Exception when getting file from storage: ", e);
|
||||||
throw ExceptionManager.internalErrorException(httpRequest, "Storage Client Exception when getting file from storage with id: "+storageId, StorageIDResolver.class, help);
|
throw ExceptionManager.notFoundException(httpRequest, "Storage Client Exception when getting file from storage with id: "+storageId, StorageIDResolver.class, help);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(toSEID==null || toSEID.isEmpty()){
|
if(toSEID==null || toSEID.isEmpty()){
|
||||||
LOG.error("Decrypted id for storageId: "+storageId +" is null or empty!");
|
LOG.error("Decrypted id for storageId: "+storageId +" is null or empty!");
|
||||||
throw ExceptionManager.notFoundException(httpRequest, "Error on decrypting the "+STORAGE_ID+ " '"+storageId+"'. Is it a valid id?", StorageIDResolver.class, help);
|
throw ExceptionManager.notFoundException(httpRequest, "Error on decrypting the "+STORAGE_ID+ " '"+storageId+"'. Is it a valid id?", StorageIDResolver.class, help);
|
||||||
}
|
}
|
||||||
|
|
||||||
//SETTING DEFAULT METADATA
|
//SETTING DEFAULT METADATA
|
||||||
String fileName = ConstantsResolver.DEFAULT_FILENAME_FROM_STORAGE_MANAGER;
|
String fileName = ConstantsResolver.DEFAULT_FILENAME_FROM_STORAGE_MANAGER;
|
||||||
String contentType = ConstantsResolver.DEFAULT_CONTENTTYPE_UNKNOWN_UNKNOWN;
|
String contentType = ConstantsResolver.DEFAULT_CONTENTTYPE_UNKNOWN_UNKNOWN;
|
||||||
|
@ -312,7 +316,7 @@ public class StorageIDResolver {
|
||||||
if(c>0){
|
if(c>0){
|
||||||
LOG.info("at least 1 byte read, returning status 200");
|
LOG.info("at least 1 byte read, returning status 200");
|
||||||
IOUtils.closeQuietly(streamToWrite);
|
IOUtils.closeQuietly(streamToWrite);
|
||||||
response = Response.status(HttpStatus.SC_OK);
|
response = Response.status(Status.OK);
|
||||||
}else
|
}else
|
||||||
throw ExceptionManager.notFoundException(httpRequest, "The file with id: "+storageId+" is missing in the storage", StorageIDResolver.class, help);
|
throw ExceptionManager.notFoundException(httpRequest, "The file with id: "+storageId+" is missing in the storage", StorageIDResolver.class, help);
|
||||||
}
|
}
|
||||||
|
@ -328,37 +332,53 @@ public class StorageIDResolver {
|
||||||
.header("Content-Type", contentType)
|
.header("Content-Type", contentType)
|
||||||
.header(ConstantsResolver.CONTENT_LENGTH, size)
|
.header(ConstantsResolver.CONTENT_LENGTH, size)
|
||||||
.header(ConstantsResolver.CONTENT_DISPOSITION,"attachment; filename=\""+fileName+"\"");
|
.header(ConstantsResolver.CONTENT_DISPOSITION,"attachment; filename=\""+fileName+"\"");
|
||||||
|
iClient.forceClose();
|
||||||
return response.build();
|
return response.build();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Builds the storage client instance.
|
* Get a storage-manager client instance. A new storage instance will be instantied only if the memory type is not the same of the previous one.
|
||||||
|
* In this case the old connection will be closed.
|
||||||
*
|
*
|
||||||
* @param storageId the storage id
|
* @param memoryType indicates the memory type (Persistent, Volatile or whatever)
|
||||||
* @return the storage client instance
|
* @return the storage client instance
|
||||||
* @throws Exception the exception
|
|
||||||
*/
|
*/
|
||||||
protected static StorageClientInstance buildStorageClientInstance(String storageId) throws Exception{
|
protected static IClient getStorageClientInstance(MemoryType memory) {
|
||||||
|
if ((!Objects.isNull(storageManagerClient)) && (storageManagerClient.getGcubeMemoryType().toString() == memory.toString())) {
|
||||||
MemoryType memory=null;
|
LOG.debug("reusing the same storage-client object");
|
||||||
if(storageId.endsWith(org.gcube.contentmanagement.blobstorage.transport.backend.util.Costants.VOLATILE_URL_IDENTIFICATOR)){
|
return storageManagerClient;
|
||||||
memory=MemoryType.VOLATILE;
|
}else {
|
||||||
storageId=storageId.replace(org.gcube.contentmanagement.blobstorage.transport.backend.util.Costants.VOLATILE_URL_IDENTIFICATOR, "");
|
if(!Objects.isNull(storageManagerClient)) {
|
||||||
|
LOG.debug("going to close an old storage-client instance on "+storageManagerClient.getGcubeMemoryType());
|
||||||
|
try {
|
||||||
|
storageManagerClient.forceClose();
|
||||||
|
LOG.debug("storage-client closed");
|
||||||
|
}catch(Exception e) {
|
||||||
|
LOG.warn("Some problem occurred during the close operation:"+e.getMessage()+" Going to open another connection");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
LOG.debug("initializing a new storage-client instance on "+memory);
|
||||||
|
storageManagerClient=new StorageClient(StorageIDResolver.class.getName(), StorageIDResolver.class.getSimpleName(), STORAGEID_RESOLVER, STORAGE_ACCESS_TYPE, memory, STORAGE_BACKEND_TYPE).getClient();
|
||||||
|
return storageManagerClient;
|
||||||
}
|
}
|
||||||
|
|
||||||
StorageClient client;
|
|
||||||
if(memory==null)
|
|
||||||
client=new StorageClient(StorageIDResolver.class.getName(), StorageIDResolver.class.getSimpleName(), STORAGEID_RESOLVER, AccessType.PUBLIC);
|
|
||||||
else
|
|
||||||
client=new StorageClient(StorageIDResolver.class.getName(), StorageIDResolver.class.getSimpleName(), STORAGEID_RESOLVER, AccessType.PUBLIC, memory);
|
|
||||||
|
|
||||||
return new StorageClientInstance(client, memory, storageId);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the right memory type extrapolated from the storageid
|
||||||
|
* @param storageId storageid with backend type specification (if present)
|
||||||
|
* @return storageId without backend type specification
|
||||||
|
*/
|
||||||
|
private static String identifyIdAndMemory(String storageId) {
|
||||||
|
if(storageId.endsWith(org.gcube.contentmanagement.blobstorage.transport.backend.util.Costants.VOLATILE_URL_IDENTIFICATOR)){
|
||||||
|
LOG.info("identificated a VOLATILE url");
|
||||||
|
memory=MemoryType.VOLATILE;
|
||||||
|
storageId=storageId.replace(org.gcube.contentmanagement.blobstorage.transport.backend.util.Costants.VOLATILE_URL_IDENTIFICATOR, "");
|
||||||
|
}else {
|
||||||
|
memory=MemoryType.PERSISTENT;
|
||||||
|
}
|
||||||
|
return storageId;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the storage metadata file.
|
* Gets the storage metadata file.
|
||||||
|
|
|
@ -0,0 +1,47 @@
|
||||||
|
package org.gcube.datatransfer.resolver.services;
|
||||||
|
|
||||||
|
import java.util.Map;
|
||||||
|
import java.util.Optional;
|
||||||
|
|
||||||
|
import javax.ws.rs.GET;
|
||||||
|
import javax.ws.rs.Path;
|
||||||
|
import javax.ws.rs.Produces;
|
||||||
|
import javax.ws.rs.core.MediaType;
|
||||||
|
import javax.ws.rs.core.Response;
|
||||||
|
|
||||||
|
import org.eclipse.microprofile.health.HealthCheck;
|
||||||
|
import org.eclipse.microprofile.health.HealthCheckResponse;
|
||||||
|
import org.eclipse.microprofile.health.HealthCheckResponse.Status;
|
||||||
|
import org.eclipse.microprofile.health.Liveness;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Class UriResolverHealthCheck.
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
|
*
|
||||||
|
* Oct 15, 2024
|
||||||
|
*/
|
||||||
|
@Path("health")
|
||||||
|
public class UriResolverHealthCheck implements HealthCheck {
|
||||||
|
|
||||||
|
@GET
|
||||||
|
@Path("")
|
||||||
|
@Produces({ MediaType.TEXT_HTML, MediaType.APPLICATION_JSON })
|
||||||
|
public Response check() {
|
||||||
|
|
||||||
|
HealthCheckResponse hcr = call();
|
||||||
|
return Response.ok().entity(hcr).build();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Call.
|
||||||
|
*
|
||||||
|
* @return the health check response
|
||||||
|
*/
|
||||||
|
@Liveness
|
||||||
|
@Override
|
||||||
|
public HealthCheckResponse call() {
|
||||||
|
|
||||||
|
return new HealthCheckResponse("uri-resolver", Status.UP, Optional.empty());
|
||||||
|
}
|
||||||
|
}
|
|
@ -20,37 +20,45 @@ import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* The Class UriResolverIndex.
|
||||||
*
|
*
|
||||||
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
* Oct 22, 2018
|
*
|
||||||
|
* Mar 24, 2022
|
||||||
*/
|
*/
|
||||||
@Path("index")
|
@Path("index")
|
||||||
public class UriResolverIndex {
|
public class UriResolverIndex {
|
||||||
|
|
||||||
private static Logger logger = LoggerFactory.getLogger(UriResolverIndex.class);
|
private static Logger logger = LoggerFactory.getLogger(UriResolverIndex.class);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Index.
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
|
* @return the input stream
|
||||||
|
* @throws WebApplicationException the web application exception
|
||||||
|
*/
|
||||||
@GET
|
@GET
|
||||||
@Produces({MediaType.TEXT_HTML})
|
@Produces({ MediaType.TEXT_HTML })
|
||||||
@Path("")
|
@Path("")
|
||||||
public InputStream index(@Context HttpServletRequest req) throws WebApplicationException{
|
public InputStream index(@Context HttpServletRequest req) throws WebApplicationException {
|
||||||
|
|
||||||
String indexFile = "/WEB-INF/jsp/index.jsp";
|
String indexFile = "/WEB-INF/jsp/index.jsp";
|
||||||
|
|
||||||
try{
|
try {
|
||||||
logger.info(UriResolverIndex.class.getSimpleName() +" called");
|
logger.debug(UriResolverIndex.class.getSimpleName() + " called");
|
||||||
String realPath = req.getServletContext().getRealPath(indexFile);
|
String realPath = req.getServletContext().getRealPath(indexFile);
|
||||||
return new FileInputStream(new File(realPath));
|
return new FileInputStream(new File(realPath));
|
||||||
}catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
||||||
if(!(e instanceof WebApplicationException)){
|
if (!(e instanceof WebApplicationException)) {
|
||||||
//UNEXPECTED EXCEPTION managing it as WebApplicationException
|
// UNEXPECTED EXCEPTION managing it as WebApplicationException
|
||||||
String error = "Index.jsp not found. Please, contact the support!";
|
String error = "Index.jsp not found. Please, contact the support!";
|
||||||
throw ExceptionManager.internalErrorException(req, error, this.getClass(), null);
|
throw ExceptionManager.internalErrorException(req, error, this.getClass(), null);
|
||||||
}
|
}
|
||||||
//ALREADY MANAGED AS WebApplicationException
|
// ALREADY MANAGED AS WebApplicationException
|
||||||
logger.error("Exception:", e);
|
logger.error("Exception:", e);
|
||||||
throw (WebApplicationException) e;
|
throw (WebApplicationException) e;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14,18 +14,26 @@ import javax.ws.rs.core.Context;
|
||||||
import javax.ws.rs.core.MediaType;
|
import javax.ws.rs.core.MediaType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* The UriResolverInfo get index.
|
||||||
*
|
*
|
||||||
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
* Oct 22, 2018
|
*
|
||||||
|
* Mar 24, 2022
|
||||||
*/
|
*/
|
||||||
@Path("info")
|
@Path("info")
|
||||||
public class UriResolverInfo {
|
public class UriResolverInfo {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Info.
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
|
* @return the input stream
|
||||||
|
* @throws WebApplicationException the web application exception
|
||||||
|
*/
|
||||||
@GET
|
@GET
|
||||||
@Produces({MediaType.TEXT_HTML})
|
@Produces({ MediaType.TEXT_HTML })
|
||||||
@Path("")
|
@Path("")
|
||||||
public InputStream info(@Context HttpServletRequest req) throws WebApplicationException{
|
public InputStream info(@Context HttpServletRequest req) throws WebApplicationException {
|
||||||
return new UriResolverIndex().index(req);
|
return new UriResolverIndex().index(req);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14,18 +14,19 @@ import javax.ws.rs.core.Context;
|
||||||
import javax.ws.rs.core.MediaType;
|
import javax.ws.rs.core.MediaType;
|
||||||
import javax.ws.rs.core.Response;
|
import javax.ws.rs.core.Response;
|
||||||
|
|
||||||
|
import org.gcube.com.fasterxml.jackson.databind.node.ObjectNode;
|
||||||
import org.gcube.datatransfer.resolver.UriResolverServices;
|
import org.gcube.datatransfer.resolver.UriResolverServices;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
import com.fasterxml.jackson.databind.node.ObjectNode;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Class ResourceListingResource.
|
* The UriResolverResources. Show the resources as a JSON
|
||||||
*
|
*
|
||||||
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
* Feb 14, 2019
|
*
|
||||||
|
* Mar 24, 2022
|
||||||
*/
|
*/
|
||||||
@Path("resources")
|
@Path("resources")
|
||||||
@Singleton
|
@Singleton
|
||||||
|
@ -37,7 +38,7 @@ public class UriResolverResources {
|
||||||
* Show all.
|
* Show all.
|
||||||
*
|
*
|
||||||
* @param application the application
|
* @param application the application
|
||||||
* @param request the request
|
* @param request the request
|
||||||
* @return the response
|
* @return the response
|
||||||
*/
|
*/
|
||||||
@GET
|
@GET
|
||||||
|
|
|
@ -0,0 +1,286 @@
|
||||||
|
package org.gcube.datatransfer.resolver.services;
|
||||||
|
|
||||||
|
import static org.gcube.resources.discovery.icclient.ICFactory.clientFor;
|
||||||
|
import static org.gcube.resources.discovery.icclient.ICFactory.queryFor;
|
||||||
|
|
||||||
|
import java.io.File;
|
||||||
|
import java.io.FileInputStream;
|
||||||
|
import java.io.InputStream;
|
||||||
|
import java.io.InputStreamReader;
|
||||||
|
import java.net.HttpURLConnection;
|
||||||
|
import java.net.URL;
|
||||||
|
import java.util.Collection;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
import javax.servlet.http.HttpServletRequest;
|
||||||
|
import javax.ws.rs.GET;
|
||||||
|
import javax.ws.rs.Path;
|
||||||
|
import javax.ws.rs.Produces;
|
||||||
|
import javax.ws.rs.WebApplicationException;
|
||||||
|
import javax.ws.rs.core.Context;
|
||||||
|
import javax.ws.rs.core.MediaType;
|
||||||
|
import javax.ws.rs.core.Response;
|
||||||
|
|
||||||
|
import org.apache.commons.codec.binary.Base64;
|
||||||
|
import org.gcube.common.encryption.StringEncrypter;
|
||||||
|
import org.gcube.common.resources.gcore.ServiceEndpoint;
|
||||||
|
import org.gcube.common.resources.gcore.ServiceEndpoint.AccessPoint;
|
||||||
|
import org.gcube.common.scope.api.ScopeProvider;
|
||||||
|
import org.gcube.common.scope.impl.ScopeBean;
|
||||||
|
import org.gcube.common.scope.impl.ScopeBean.Type;
|
||||||
|
import org.gcube.datatransfer.resolver.services.error.ExceptionManager;
|
||||||
|
import org.gcube.datatransfer.resolver.services.exceptions.NotFoundException;
|
||||||
|
import org.gcube.resources.discovery.client.api.DiscoveryClient;
|
||||||
|
import org.gcube.resources.discovery.client.queries.api.SimpleQuery;
|
||||||
|
import org.slf4j.Logger;
|
||||||
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The WekeoResolver provides a method to wrap the basic authentication from
|
||||||
|
* D4Science account to WekeoBroker service.
|
||||||
|
*
|
||||||
|
* See more at
|
||||||
|
* https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#Wekeo_Resolver
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
|
*
|
||||||
|
* Mar 24, 2022
|
||||||
|
*/
|
||||||
|
@Path("wekeo")
|
||||||
|
public class WekeoResolver {
|
||||||
|
|
||||||
|
private static Logger logger = LoggerFactory.getLogger(WekeoResolver.class);
|
||||||
|
|
||||||
|
private final static String RUNTIME_WKEO_RESOURCE_NAME = "WekeoDataBroker";
|
||||||
|
private final static String CATEGORY_WEKEO_TYPE = "OnlineService";
|
||||||
|
|
||||||
|
private static String helpURI = "https://wiki.gcube-system.org/gcube/URI_Resolver#Wekeo_Resolver";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the token.
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
|
* @return the token
|
||||||
|
* @throws WebApplicationException the web application exception
|
||||||
|
*/
|
||||||
|
@GET
|
||||||
|
@Path("/gettoken")
|
||||||
|
@Produces(MediaType.APPLICATION_JSON)
|
||||||
|
public Response getToken(@Context HttpServletRequest req) throws WebApplicationException {
|
||||||
|
|
||||||
|
logger.info(this.getClass().getSimpleName() + " getToken starts...");
|
||||||
|
|
||||||
|
try {
|
||||||
|
|
||||||
|
String scope = ScopeProvider.instance.get();
|
||||||
|
logger.info("ScopeProvider has scope: " + scope);
|
||||||
|
|
||||||
|
ScopeBean scopeBean = new ScopeBean(scope);
|
||||||
|
if (scopeBean.is(Type.INFRASTRUCTURE) || scopeBean.is(Type.VO)) {
|
||||||
|
logger.error(Type.INFRASTRUCTURE + "or " + Type.VO + " scope detected, you must set a scope of VRE");
|
||||||
|
throw ExceptionManager.unauthorizedException(req,
|
||||||
|
"You are not authorized. You must pass a token of VRE", this.getClass(), helpURI);
|
||||||
|
}
|
||||||
|
|
||||||
|
StringBuilder wekeoResponse = new StringBuilder();
|
||||||
|
AccessPoint wekeoAccessPoint = WekeoResolver.readWekeoServiceEndpoint(req, scope);
|
||||||
|
|
||||||
|
if (wekeoAccessPoint != null) {
|
||||||
|
|
||||||
|
String wekeoUsername = wekeoAccessPoint.username();
|
||||||
|
String wekeoAddress = wekeoAccessPoint.address();
|
||||||
|
String wekeoPwd = wekeoAccessPoint.password();
|
||||||
|
|
||||||
|
// printing the access point found
|
||||||
|
if (logger.isDebugEnabled()) {
|
||||||
|
String msg = String.format("Found the username '%s' and the address '%s' to perform the request",
|
||||||
|
wekeoUsername, wekeoAddress);
|
||||||
|
logger.debug(msg);
|
||||||
|
}
|
||||||
|
|
||||||
|
logger.info("The pwd is: " + wekeoPwd);
|
||||||
|
// decrypting the pwd
|
||||||
|
if (wekeoPwd != null) {
|
||||||
|
wekeoPwd = StringEncrypter.getEncrypter().decrypt(wekeoPwd);
|
||||||
|
logger.info("Decrypted pwd registered into Access Point '" + wekeoAccessPoint.name() + "' is: "
|
||||||
|
+ wekeoPwd.substring(0, wekeoPwd.length() / 2) + "...");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (wekeoUsername != null && wekeoPwd != null & wekeoAddress != null) {
|
||||||
|
HttpURLConnection connection = null;
|
||||||
|
InputStream content = null;
|
||||||
|
InputStreamReader in = null;
|
||||||
|
try {
|
||||||
|
|
||||||
|
String authString = wekeoUsername + ":" + wekeoPwd;
|
||||||
|
byte[] authEncBytes = Base64.encodeBase64(authString.getBytes());
|
||||||
|
String authStringEnc = new String(authEncBytes);
|
||||||
|
logger.debug("Base64 encoded auth string: " + authStringEnc);
|
||||||
|
|
||||||
|
logger.info("Performing the request to: " + wekeoAddress);
|
||||||
|
URL url = new URL(wekeoAddress);
|
||||||
|
connection = (HttpURLConnection) url.openConnection();
|
||||||
|
connection.setRequestMethod("GET");
|
||||||
|
connection.setDoOutput(true);
|
||||||
|
connection.setRequestProperty("Authorization", "Basic " + authStringEnc);
|
||||||
|
|
||||||
|
content = (InputStream) connection.getInputStream();
|
||||||
|
in = new InputStreamReader(content);
|
||||||
|
|
||||||
|
logger.info("the response code is: " + connection.getResponseCode());
|
||||||
|
|
||||||
|
int numCharsRead;
|
||||||
|
char[] charArray = new char[1024];
|
||||||
|
StringBuffer sb = new StringBuffer();
|
||||||
|
logger.debug("reading the response...");
|
||||||
|
while ((numCharsRead = in.read(charArray)) > 0) {
|
||||||
|
sb.append(charArray, 0, numCharsRead);
|
||||||
|
}
|
||||||
|
wekeoResponse.append(sb.toString());
|
||||||
|
// System.out.println(wekeoResponse);
|
||||||
|
|
||||||
|
} catch (Exception e) {
|
||||||
|
logger.error(e.getMessage(), e);
|
||||||
|
String error = String.format("Error on performing request to %s", wekeoAddress);
|
||||||
|
throw new Exception(error);
|
||||||
|
} finally {
|
||||||
|
try {
|
||||||
|
if (content != null && in != null) {
|
||||||
|
in.close();
|
||||||
|
content.close();
|
||||||
|
}
|
||||||
|
} catch (Exception e) {
|
||||||
|
// silent
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
} else {
|
||||||
|
String error = String.format(
|
||||||
|
"I cannot read the configurations (adress, username,password) from %s in the scope %s",
|
||||||
|
RUNTIME_WKEO_RESOURCE_NAME, scope);
|
||||||
|
throw new Exception(error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// to be sure
|
||||||
|
if (wekeoResponse.length() == 0) {
|
||||||
|
String error = String.format(
|
||||||
|
"Sorry an error occured on getting the access token from Wekeo. Please, retry the request");
|
||||||
|
throw new Exception(error);
|
||||||
|
}
|
||||||
|
|
||||||
|
String theResponse = wekeoResponse.toString();
|
||||||
|
logger.info("returning: \n" + theResponse);
|
||||||
|
|
||||||
|
return Response.ok(theResponse).build();
|
||||||
|
} catch (Exception e) {
|
||||||
|
// ALREADY MANAGED AS WebApplicationException
|
||||||
|
logger.error("Exception:", e);
|
||||||
|
throw (WebApplicationException) e;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Index.
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
|
* @return the input stream
|
||||||
|
* @throws WebApplicationException the web application exception
|
||||||
|
*/
|
||||||
|
@GET
|
||||||
|
@Produces({ MediaType.TEXT_HTML })
|
||||||
|
@Path("")
|
||||||
|
public InputStream index(@Context HttpServletRequest req) throws WebApplicationException {
|
||||||
|
|
||||||
|
String indexFile = "/WEB-INF/jsp/wekeo.jsp";
|
||||||
|
|
||||||
|
try {
|
||||||
|
logger.info(this.getClass().getSimpleName() + " index called");
|
||||||
|
String realPath = req.getServletContext().getRealPath(indexFile);
|
||||||
|
return new FileInputStream(new File(realPath));
|
||||||
|
} catch (Exception e) {
|
||||||
|
|
||||||
|
if (!(e instanceof WebApplicationException)) {
|
||||||
|
// UNEXPECTED EXCEPTION managing it as WebApplicationException
|
||||||
|
String error = "wekeo.jsp not found. Please, contact the support!";
|
||||||
|
throw ExceptionManager.internalErrorException(req, error, this.getClass(), null);
|
||||||
|
}
|
||||||
|
// ALREADY MANAGED AS WebApplicationException
|
||||||
|
logger.error("Exception:", e);
|
||||||
|
throw (WebApplicationException) e;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Reads the wekeo endpoint information from IS. {The SE name is: @link
|
||||||
|
* WekeoResolver#RUNTIME_WKEO_RESOURCE_NAME}
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
|
* @param scope the scope
|
||||||
|
* @return the string
|
||||||
|
*/
|
||||||
|
public static AccessPoint readWekeoServiceEndpoint(HttpServletRequest req, String scope) {
|
||||||
|
|
||||||
|
String callerScope = null;
|
||||||
|
try {
|
||||||
|
callerScope = ScopeProvider.instance.get();
|
||||||
|
ScopeProvider.instance.set(scope);
|
||||||
|
logger.info("Searching SE " + RUNTIME_WKEO_RESOURCE_NAME + " configurations in the scope: "
|
||||||
|
+ ScopeProvider.instance.get());
|
||||||
|
|
||||||
|
SimpleQuery query = queryFor(ServiceEndpoint.class);
|
||||||
|
query.addCondition("$resource/Profile/Name/text() eq '" + RUNTIME_WKEO_RESOURCE_NAME + "'");
|
||||||
|
query.addCondition("$resource/Profile/Category/text() eq '" + CATEGORY_WEKEO_TYPE + "'");
|
||||||
|
|
||||||
|
DiscoveryClient<ServiceEndpoint> client = clientFor(ServiceEndpoint.class);
|
||||||
|
List<ServiceEndpoint> toReturn = client.submit(query);
|
||||||
|
|
||||||
|
logger.info("The query returned " + toReturn.size() + " ServiceEndpoint/s");
|
||||||
|
|
||||||
|
if (toReturn.size() == 0) {
|
||||||
|
String errorMessage = String.format(
|
||||||
|
"Missing the RR with Name '%s' and Category '%s' in the scope '%s'. Please contact the support.",
|
||||||
|
RUNTIME_WKEO_RESOURCE_NAME, CATEGORY_WEKEO_TYPE, ScopeProvider.instance.get());
|
||||||
|
logger.error(errorMessage);
|
||||||
|
throw ExceptionManager.notFoundException(req, errorMessage, WekeoResolver.class, helpURI);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
String wekeoUsername = null;
|
||||||
|
String wekeoPwd = null;
|
||||||
|
|
||||||
|
ServiceEndpoint se = toReturn.get(0);
|
||||||
|
Collection<AccessPoint> theAccessPoints = se.profile().accessPoints().asCollection();
|
||||||
|
for (AccessPoint accessPoint : theAccessPoints) {
|
||||||
|
wekeoUsername = accessPoint.username();
|
||||||
|
wekeoPwd = accessPoint.password();
|
||||||
|
if (wekeoUsername != null && wekeoPwd != null) {
|
||||||
|
logger.info("returning the access point with name: " + accessPoint.name());
|
||||||
|
return accessPoint;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
|
|
||||||
|
} catch (Exception e) {
|
||||||
|
|
||||||
|
if (e instanceof NotFoundException)
|
||||||
|
throw e;
|
||||||
|
|
||||||
|
String errorMessage = "Error occurred on reading the " + RUNTIME_WKEO_RESOURCE_NAME
|
||||||
|
+ " SE registered in the scope: " + ScopeProvider.instance.get();
|
||||||
|
logger.error(errorMessage, e);
|
||||||
|
throw ExceptionManager.internalErrorException(req, errorMessage, WekeoResolver.class, helpURI);
|
||||||
|
|
||||||
|
} finally {
|
||||||
|
if (callerScope != null) {
|
||||||
|
logger.info("Setting to the callerScope scope: " + callerScope);
|
||||||
|
ScopeProvider.instance.set(callerScope);
|
||||||
|
} else {
|
||||||
|
logger.info("Reset scope");
|
||||||
|
ScopeProvider.instance.reset();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
|
@ -9,10 +9,10 @@ import javax.xml.bind.annotation.XmlRootElement;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
|
import lombok.Builder;
|
||||||
import lombok.Getter;
|
import lombok.Getter;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
import lombok.Setter;
|
import lombok.Setter;
|
||||||
import lombok.experimental.Builder;
|
|
||||||
|
|
||||||
|
|
||||||
@XmlRootElement(name="error")
|
@XmlRootElement(name="error")
|
||||||
|
|
|
@ -10,10 +10,10 @@ import javax.xml.bind.annotation.XmlRootElement;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
|
import lombok.Builder;
|
||||||
import lombok.Getter;
|
import lombok.Getter;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
import lombok.Setter;
|
import lombok.Setter;
|
||||||
import lombok.experimental.Builder;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -58,8 +58,10 @@ public class StorageHubMetadataResponseBuilder {
|
||||||
responseBuilder.header("Content-Location", contentLocation);
|
responseBuilder.header("Content-Location", contentLocation);
|
||||||
|
|
||||||
//Managing "Content-Type"
|
//Managing "Content-Type"
|
||||||
if (streamDescriptor.getContentType()!= null && !streamDescriptor.getContentType().isEmpty())
|
if (streamDescriptor.getContentType()!= null && !streamDescriptor.getContentType().isEmpty()) {
|
||||||
|
|
||||||
responseBuilder.header("Content-Type", streamDescriptor.getContentType());
|
responseBuilder.header("Content-Type", streamDescriptor.getContentType());
|
||||||
|
}
|
||||||
|
|
||||||
//Managing "Content-Lenght"
|
//Managing "Content-Lenght"
|
||||||
if(streamDescriptor.getContentLenght()>0) {
|
if(streamDescriptor.getContentLenght()>0) {
|
||||||
|
|
|
@ -120,14 +120,4 @@ public class HttpRequestUtil {
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* The main method.
|
|
||||||
*
|
|
||||||
* @param args the arguments
|
|
||||||
* @throws Exception the exception
|
|
||||||
*/
|
|
||||||
public static void main(String[] args) throws Exception {
|
|
||||||
System.out.println(HttpRequestUtil.urlExists("http://geoserver2.d4science.research-infrastructures.eu/geoserver/wms", true));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
<beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
|
||||||
|
http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"
|
||||||
|
bean-discovery-mode="all">
|
||||||
|
</beans>
|
File diff suppressed because it is too large
Load Diff
|
@ -5,4 +5,7 @@
|
||||||
<description>URIResolver RESTful</description>
|
<description>URIResolver RESTful</description>
|
||||||
<include>/analytics/create/*</include>
|
<include>/analytics/create/*</include>
|
||||||
<include>/knime/create/*</include>
|
<include>/knime/create/*</include>
|
||||||
|
<include>/wekeo/gettoken/*</include>
|
||||||
|
<include>/oat/get/*</include>
|
||||||
|
<include>/geoportal/export/*</include>
|
||||||
</application>
|
</application>
|
|
@ -1,22 +0,0 @@
|
||||||
<!-- EASTER EGG - TO BE REMOVED -->
|
|
||||||
<!DOCTYPE HTML>
|
|
||||||
<html lang="en-US">
|
|
||||||
<head>
|
|
||||||
<style type="text/css">
|
|
||||||
body {
|
|
||||||
background-color: #f8f6f2;
|
|
||||||
color: #225f97;
|
|
||||||
font-family: 'Droid Sans', arial, sans-serif;
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<div>
|
|
||||||
<img style="-webkit-user-select: none; cursor: zoom-out;"
|
|
||||||
src="https://www.sportmediaset.mediaset.it/binary/26.$plit/C_29_fotogallery_1024745__ImageGallery__imageGalleryItem_4_image.jpg"
|
|
||||||
width="2598" height="2074">
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,6 +1,8 @@
|
||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<html lang="en-US">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
||||||
|
<meta content="utf-8" http-equiv="encoding">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
background-color: #f8f6f2;
|
background-color: #f8f6f2;
|
||||||
|
@ -16,11 +18,11 @@ body {
|
||||||
height: 300px;
|
height: 300px;
|
||||||
margin-top: -150px; /*set to a negative number 1/2 of your height*/
|
margin-top: -150px; /*set to a negative number 1/2 of your height*/
|
||||||
margin-left: -300px; /*set to a negative number 1/2 of your width*/
|
margin-left: -300px; /*set to a negative number 1/2 of your width*/
|
||||||
/* border: 1px solid #ccc; */
|
/* border: 1px solid #ccc; */
|
||||||
/* background-color: #9b9b9b; */
|
/* background-color: #9b9b9b; */
|
||||||
position: fixed;
|
position: fixed;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
/* vertical-align: middle; */
|
/* vertical-align: middle; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.myTitle {
|
.myTitle {
|
||||||
|
@ -37,8 +39,13 @@ body {
|
||||||
<div class="myTitle">The URI Resolver</div>
|
<div class="myTitle">The URI Resolver</div>
|
||||||
<p>
|
<p>
|
||||||
See wiki page at <a
|
See wiki page at <a
|
||||||
href="https://gcube.wiki.gcube-system.org/gcube/index.php/URI_Resolver" target="_blank">gCube Wiki URI
|
href="https://gcube.wiki.gcube-system.org/gcube/index.php/URI_Resolver"
|
||||||
Resolver</a>
|
target="_blank">gCube Wiki URI Resolver</a>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
See API documentation at <a
|
||||||
|
href="docs/index.html"
|
||||||
|
target="_blank">URI Resolver API</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -0,0 +1,74 @@
|
||||||
|
<!DOCTYPE HTML>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
||||||
|
<meta content="utf-8" http-equiv="encoding">
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function goToURL(relativePath) {
|
||||||
|
var x = "/wekeo/" + relativePath;
|
||||||
|
window.open(x, "_blank");
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style type="text/css">
|
||||||
|
body {
|
||||||
|
background-color: #f8f6f2;
|
||||||
|
color: #225f97;
|
||||||
|
font-family: 'Droid Sans', arial, sans-serif;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mydiv {
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
width: 600px;
|
||||||
|
height: 300px;
|
||||||
|
margin-top: -150px; /*set to a negative number 1/2 of your height*/
|
||||||
|
margin-left: -300px; /*set to a negative number 1/2 of your width*/
|
||||||
|
/* border: 1px solid #ccc; */
|
||||||
|
/* background-color: #9b9b9b; */
|
||||||
|
position: fixed;
|
||||||
|
text-align: center;
|
||||||
|
/* vertical-align: middle; */
|
||||||
|
}
|
||||||
|
|
||||||
|
.myTitle {
|
||||||
|
font-size: 22px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.myListOperations {
|
||||||
|
margin-top: 20px;
|
||||||
|
margin-bottom: 40px;
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
.uri-footer {
|
||||||
|
padding: 20px 20px;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="mydiv">
|
||||||
|
<img alt=""
|
||||||
|
src="https://www.d4science.org/image/layout_set_logo?img_id=12630" />
|
||||||
|
<div class="myTitle">The Wekeo Resolver</div>
|
||||||
|
<div class="myListOperations">
|
||||||
|
Available Operations:
|
||||||
|
<p>
|
||||||
|
# authentication operator
|
||||||
|
<button onclick="goToURL('gettoken')">Get Token</button>
|
||||||
|
(gCube AuthN required)
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="uri-footer">
|
||||||
|
See wiki page at <a
|
||||||
|
href="https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#Wekeo_Resolver"
|
||||||
|
target="_blank">gCube Wiki Wekeo Resolver</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,26 @@
|
||||||
|
.d4science_intro {
|
||||||
|
top: 0;
|
||||||
|
z-index: 2000;
|
||||||
|
position: fixed;
|
||||||
|
display: block ruby;
|
||||||
|
padding: 10px;
|
||||||
|
background: white;
|
||||||
|
width: 100%;
|
||||||
|
height: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-fixed-top {
|
||||||
|
top: 100px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar {
|
||||||
|
top: 160px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar {
|
||||||
|
margin-bottom: 40px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main {
|
||||||
|
top: 90px;
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
|
@ -0,0 +1,158 @@
|
||||||
|
package catalogue;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
import java.io.BufferedWriter;
|
||||||
|
import java.io.FileWriter;
|
||||||
|
import java.io.PrintWriter;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
|
import org.gcube.common.scope.api.ScopeProvider;
|
||||||
|
import org.gcube.spatial.data.geonetwork.LoginLevel;
|
||||||
|
import org.junit.Test;
|
||||||
|
|
||||||
|
import resources.GcoreEndpointReader;
|
||||||
|
import resources.GetAllInfrastructureScopes;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Class CatalogueMatching_SCOPE_CKANCONNECTOR.
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
|
*
|
||||||
|
* Jun 7, 2022
|
||||||
|
*/
|
||||||
|
public class CatalogueMatching_SCOPE_CKANCONNECTOR {
|
||||||
|
|
||||||
|
// GN CONFIGURATIONS
|
||||||
|
static String rootScope = "/d4science.research-infrastructures.eu";
|
||||||
|
// static String rootScope = "/pred4s";
|
||||||
|
// static String rootScope = "/gcube";
|
||||||
|
static LoginLevel loginLevel = LoginLevel.CKAN;
|
||||||
|
|
||||||
|
static PrintWriter reportPrintWriter;
|
||||||
|
static PrintWriter errorPrintWriter;
|
||||||
|
|
||||||
|
private static int c = 0;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Test catalogue discovery.
|
||||||
|
*
|
||||||
|
* @throws Exception the exception
|
||||||
|
*/
|
||||||
|
@Test
|
||||||
|
public void testCatalogueDiscovery() throws Exception {
|
||||||
|
|
||||||
|
try {
|
||||||
|
FileWriter reportWriter = new FileWriter(rootScope.substring(1, rootScope.length()) + "_report_"
|
||||||
|
+ CatalogueMatching_SCOPE_CKANCONNECTOR.class.getSimpleName() + ".csv", true);
|
||||||
|
FileWriter errorWriter = new FileWriter(rootScope.substring(1, rootScope.length()) + "_error_"
|
||||||
|
+ CatalogueMatching_SCOPE_CKANCONNECTOR.class.getSimpleName() + ".csv", true);
|
||||||
|
BufferedWriter reportBW = new BufferedWriter(reportWriter);
|
||||||
|
BufferedWriter errorBW = new BufferedWriter(errorWriter);
|
||||||
|
reportPrintWriter = new PrintWriter(reportBW);
|
||||||
|
reportPrintWriter.println("NB.; SCOPE; CKAN_CONNECTOR_URL;");
|
||||||
|
errorPrintWriter = new PrintWriter(errorBW);
|
||||||
|
errorPrintWriter.println("NB.; SCOPE; ERROR MESSAGE;");
|
||||||
|
} catch (Exception e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
|
||||||
|
// final Path destination = Paths.get("report_matching_gn_catalogue.csv");
|
||||||
|
// Files.w(re, destination);
|
||||||
|
|
||||||
|
List<String> scopesProd = new ArrayList<String>();
|
||||||
|
|
||||||
|
// RuntimeResourceReader readerRR;
|
||||||
|
try {
|
||||||
|
// MODE-1
|
||||||
|
// readerRR = new RuntimeResourceReader(rootScope, platformName, null);
|
||||||
|
// System.out.println(readerRR.toString());
|
||||||
|
// System.out.println("Using GN: "+readerRR.getParameters());
|
||||||
|
// System.out.println("Scopes are: "+readerRR.getScopes().size());
|
||||||
|
// scopesProd.addAll(readerRR.getScopes());
|
||||||
|
|
||||||
|
// MODE-2
|
||||||
|
Map<String, String> mapScopes = GetAllInfrastructureScopes.loadMapOfScopeNameToFullScope(rootScope);
|
||||||
|
scopesProd.addAll(mapScopes.values());
|
||||||
|
} catch (Exception e) {
|
||||||
|
// TODO Auto-generated catch block
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
|
||||||
|
System.out.println("Read " + scopesProd.size() + " VREs from root scope: " + rootScope);
|
||||||
|
for (String vre : scopesProd) {
|
||||||
|
System.out.println("VRE: " + vre);
|
||||||
|
}
|
||||||
|
|
||||||
|
int count = 0;
|
||||||
|
try {
|
||||||
|
|
||||||
|
final String ckanResource = "org.gcube.data.access.ckanconnector.CkanConnector";
|
||||||
|
final String serviceName = "CkanConnector";
|
||||||
|
final String serviceClass = "DataAccess";
|
||||||
|
|
||||||
|
int totalScope = scopesProd.size();
|
||||||
|
int reportOp = 0;
|
||||||
|
int errorOp = 0;
|
||||||
|
for (String scope : scopesProd) {
|
||||||
|
count++;
|
||||||
|
System.out.println("#### Operation "+ count+ " of "+totalScope+") Fetching scope: " + scope);
|
||||||
|
ScopeProvider.instance.set(scope);
|
||||||
|
GcoreEndpointReader reader = null;
|
||||||
|
try {
|
||||||
|
// discovery = new GCatClientDiscovery();
|
||||||
|
reader = new GcoreEndpointReader(scope, serviceClass, serviceName, ckanResource);
|
||||||
|
} catch (Exception e) {
|
||||||
|
System.out.println("gCat not instanciable in the scope: " + scope);
|
||||||
|
errorOp++;
|
||||||
|
writeError(errorOp + "; " + scope + " ; " + e.getMessage());
|
||||||
|
}
|
||||||
|
|
||||||
|
if (reader != null) {
|
||||||
|
reportOp++;
|
||||||
|
writeReport(reportOp + "; " + scope + " ; " + reader.getEndPoints().get(0) + " ; ");
|
||||||
|
}
|
||||||
|
|
||||||
|
System.out.println("Sleeping...");
|
||||||
|
Thread.sleep(500);
|
||||||
|
}
|
||||||
|
} catch (Exception e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
} finally {
|
||||||
|
if (reportPrintWriter != null)
|
||||||
|
reportPrintWriter.close();
|
||||||
|
|
||||||
|
if (errorPrintWriter != null)
|
||||||
|
errorPrintWriter.close();
|
||||||
|
|
||||||
|
System.out.println("Performed fetching from " + count + " scopes");
|
||||||
|
System.out.println("FINISHED!!!");
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Write report.
|
||||||
|
*
|
||||||
|
* @param newline the newline
|
||||||
|
*/
|
||||||
|
private static synchronized void writeReport(String newline) {
|
||||||
|
c++;
|
||||||
|
reportPrintWriter.println(newline);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Write error.
|
||||||
|
*
|
||||||
|
* @param newline the newline
|
||||||
|
*/
|
||||||
|
private static synchronized void writeError(String newline) {
|
||||||
|
c++;
|
||||||
|
errorPrintWriter.println(newline);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -1,3 +1,8 @@
|
||||||
|
package gis;
|
||||||
|
import java.util.HashMap;
|
||||||
|
import java.util.Iterator;
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
import org.gcube.common.encryption.StringEncrypter;
|
import org.gcube.common.encryption.StringEncrypter;
|
||||||
import org.gcube.common.scope.api.ScopeProvider;
|
import org.gcube.common.scope.api.ScopeProvider;
|
||||||
import org.gcube.spatial.data.geonetwork.GeoNetwork;
|
import org.gcube.spatial.data.geonetwork.GeoNetwork;
|
||||||
|
@ -7,56 +12,81 @@ import org.gcube.spatial.data.geonetwork.LoginLevel;
|
||||||
import org.gcube.spatial.data.geonetwork.configuration.Configuration;
|
import org.gcube.spatial.data.geonetwork.configuration.Configuration;
|
||||||
import org.gcube.spatial.data.geonetwork.model.Account;
|
import org.gcube.spatial.data.geonetwork.model.Account;
|
||||||
import org.gcube.spatial.data.geonetwork.model.Account.Type;
|
import org.gcube.spatial.data.geonetwork.model.Account.Type;
|
||||||
import org.opengis.metadata.Metadata;
|
|
||||||
|
|
||||||
import it.geosolutions.geonetwork.util.GNSearchRequest;
|
import it.geosolutions.geonetwork.util.GNSearchRequest;
|
||||||
import it.geosolutions.geonetwork.util.GNSearchResponse;
|
import it.geosolutions.geonetwork.util.GNSearchResponse;
|
||||||
|
import it.geosolutions.geonetwork.util.GNSearchResponse.GNMetadata;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* The Class GeonetworkQueryTest.
|
||||||
*
|
*
|
||||||
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
|
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
|
||||||
* Aug 31, 2016
|
* Aug 31, 2016
|
||||||
*/
|
*/
|
||||||
public class GeonetworkQueryTest {
|
public class GeonetworkQueryTest {
|
||||||
|
|
||||||
private static final int MAX = 10;
|
private static final int MAX = 30;
|
||||||
|
|
||||||
private static final String UUID = "8a878105-ef06-4b1f-843f-120fc525b22b";
|
//private String[] scopes = {"/gcube/devsec/devVRE"};
|
||||||
|
|
||||||
|
//private String[] scopes = {"/gcube/devsec/StaTabTest"};
|
||||||
|
|
||||||
|
//private String[] scopes = {"/gcube/devsec/devVRE"};
|
||||||
|
|
||||||
//private String[] scopesProd = {"/gcube/devsec/devVRE"};
|
//private String[] scopes = {"/pred4s/preprod/preVRE"};
|
||||||
|
|
||||||
//private String[] scopesProd = {"/d4science.research-infrastructures.eu/gCubeApps/SIASPA"};
|
//private String[] scopes = {"/d4science.research-infrastructures.eu"};
|
||||||
|
|
||||||
//private String[] scopesProd = {"/d4science.research-infrastructures.eu/gCubeApps/fisheriesandecosystematmii"};
|
//private String[] scopesProd = {"/d4science.research-infrastructures.eu/gCubeApps/fisheriesandecosystematmii"};
|
||||||
|
|
||||||
//private String[] scopesProd = {"/d4science.research-infrastructures.eu/D4Research"};
|
//private String[] scopesProd = {"/d4science.research-infrastructures.eu/D4Research"};
|
||||||
|
|
||||||
//private String[] scopesProd = {"/d4science.research-infrastructures.eu"};
|
//private String[] scopesProd = {"/d4science.research-infrastructures.eu"};
|
||||||
|
|
||||||
//private String[] scopesProd = {"/d4science.research-infrastructures.eu/gCubeApps/FAO_TunaAtlas"};
|
//private String[] scopes = {"/d4science.research-infrastructures.eu/gCubeApps/BlueBridgeProject"};
|
||||||
|
|
||||||
//private String[] scopesProd = {"/d4science.research-infrastructures.eu/D4Research/Blue-Datathon"};
|
//private String[] scopes = {"/d4science.research-infrastructures.eu/gCubeApps/AquacultureAtlasGeneration"};
|
||||||
private String[] scopesProd = {"/d4science.research-infrastructures.eu/gCubeApps/RPrototypingLab"};
|
|
||||||
|
//private String[] scopes = {"/d4science.research-infrastructures.eu/gCubeApps/FrenchTropicalTunaAtlas"};
|
||||||
|
|
||||||
|
private String[] scopes = {"/d4science.research-infrastructures.eu/gCubeApps/BiodiversityLab"};
|
||||||
|
|
||||||
|
//private String[] scopes = {"/d4science.research-infrastructures.eu/gCubeApps/SIASPA"};
|
||||||
|
|
||||||
|
//private String[] scopes = {"/d4science.research-infrastructures.eu/gCubeApps/ICCAT_BFT-E"};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
private LoginLevel loginLevel = LoginLevel.CKAN;
|
private LoginLevel loginLevel = LoginLevel.CKAN;
|
||||||
|
|
||||||
private Type accountType = Type.SCOPE;
|
private Type accountType = Type.CKAN;
|
||||||
|
|
||||||
private String textToSearch = "geo_fea";
|
private String textToSearch = "geo_fea";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the count.
|
||||||
|
*
|
||||||
|
* @return the count
|
||||||
|
* @throws Exception the exception
|
||||||
|
*/
|
||||||
//@Test
|
//@Test
|
||||||
public void getCount() throws Exception{
|
public void getCount() throws Exception{
|
||||||
|
|
||||||
try{
|
try{
|
||||||
for(String scope:scopesProd){
|
for(String scope:scopes){
|
||||||
ScopeProvider.instance.set(scope);
|
ScopeProvider.instance.set(scope);
|
||||||
GeoNetworkPublisher reader=GeoNetwork.get();
|
GeoNetworkPublisher reader=GeoNetwork.get();
|
||||||
|
|
||||||
Configuration config = reader.getConfiguration();
|
Configuration config = reader.getConfiguration();
|
||||||
Account account=config.getScopeConfiguration().getAccounts().get(accountType);
|
Account account=config.getScopeConfiguration().getAccounts().get(accountType);
|
||||||
|
|
||||||
|
// Configuration config = gnInstance.getGeonetworkPublisher().getConfiguration();
|
||||||
|
// Account account = config.getScopeConfiguration().getAccounts().get(Type.CKAN);
|
||||||
|
|
||||||
//System.out.println("User: "+account.getUser()+", Pwd: "+account.getPassword());
|
//System.out.println("User: "+account.getUser()+", Pwd: "+account.getPassword());
|
||||||
System.out.println("Admin: "+config.getAdminAccount().getUser()+", Pwd: "+config.getAdminAccount().getPassword());
|
System.out.println("Admin: "+config.getAdminAccount().getUser()+", Pwd: "+config.getAdminAccount().getPassword());
|
||||||
|
System.out.println("USER: "+account.getUser()+", Pwd: "+account.getPassword());
|
||||||
|
System.out.println("GN: "+config.getGeoNetworkEndpoint());
|
||||||
try{
|
try{
|
||||||
String decryptedPassword = StringEncrypter.getEncrypter().decrypt(account.getPassword());
|
String decryptedPassword = StringEncrypter.getEncrypter().decrypt(account.getPassword());
|
||||||
System.out.println("Decrypted Password: "+decryptedPassword);
|
System.out.println("Decrypted Password: "+decryptedPassword);
|
||||||
|
@ -70,67 +100,97 @@ public class GeonetworkQueryTest {
|
||||||
// req.addParam(GNSearchRequest.Param.any,"Thredds");
|
// req.addParam(GNSearchRequest.Param.any,"Thredds");
|
||||||
GNSearchResponse resp = reader.query(req);
|
GNSearchResponse resp = reader.query(req);
|
||||||
int publicCount=resp.getCount();
|
int publicCount=resp.getCount();
|
||||||
|
System.out.println("Public UUIDs are: "+publicCount);
|
||||||
|
Map<Long,String> publicUUIDs = getUUIDs(resp);
|
||||||
|
System.out.println("Filled list of Public UUIDs with: "+publicUUIDs.size());
|
||||||
|
System.out.println("Public layers are: ");
|
||||||
|
printLayers(publicUUIDs);
|
||||||
|
|
||||||
reader.login(loginLevel);
|
reader.login(loginLevel);
|
||||||
int totalCount=reader.query(req).getCount();
|
resp = reader.query(req);
|
||||||
|
int totalCount=resp.getCount();
|
||||||
|
System.out.println("All UUIDs are: "+totalCount);
|
||||||
|
Map<Long,String> allUUIDs = getUUIDs(resp);
|
||||||
|
System.out.println("Filled list of All UUIDs with: "+allUUIDs.size());
|
||||||
|
|
||||||
System.out.println("SCOPE "+scope+" found "+totalCount+" (public : "+publicCount+", private :"+(totalCount-publicCount)+")");
|
System.out.println("SCOPE "+scope+" found "+totalCount+" (public : "+publicCount+", private :"+(totalCount-publicCount)+")");
|
||||||
if(totalCount==0)
|
|
||||||
|
System.out.println("Private layers are: ");
|
||||||
|
allUUIDs.keySet().removeAll(publicUUIDs.keySet());
|
||||||
|
printLayers(allUUIDs);
|
||||||
|
|
||||||
|
/*if(totalCount==0)
|
||||||
return;
|
return;
|
||||||
/*try{
|
try{
|
||||||
int last = totalCount>MAX?totalCount:MAX;
|
int last = totalCount<MAX?totalCount:MAX;
|
||||||
for(int i=0; i<last; i++){
|
for(int i=0; i<last; i++){
|
||||||
String xml = reader.getByIdAsRawString(resp.getMetadata(i).getUUID());
|
String xml = reader.getByIdAsRawString(resp.getMetadata(i).getUUID());
|
||||||
System.out.println(i+") is Thredds? "+containsString(xml, "Thredds"));
|
System.out.println(i+") UUID: "+resp.getMetadata(i).getUUID() + " ID: "+resp.getMetadata(i).getId());
|
||||||
|
//System.out.println(i+") is Thredds? "+containsString(xml, "Thredds"));
|
||||||
}
|
}
|
||||||
|
|
||||||
}catch(Exception e ){
|
}catch(Exception e ){
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}*/
|
}*/
|
||||||
|
System.out.println("DONE!!!");
|
||||||
}
|
}
|
||||||
}catch(Exception e){
|
}catch(Exception e){
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Prints the layers.
|
||||||
|
*
|
||||||
|
* @param layersUUIDs the layers UUI ds
|
||||||
|
*/
|
||||||
|
public void printLayers(Map<Long,String> layersUUIDs) {
|
||||||
|
int index = 0;
|
||||||
|
|
||||||
//@Test
|
for (Long key : layersUUIDs.keySet()) {
|
||||||
public void getLayerByUUID() throws Exception{
|
index++;
|
||||||
try{
|
System.out.println(index+") ID: "+key+" - UUID: "+layersUUIDs.get(key));
|
||||||
for(String scope:scopesProd){
|
|
||||||
ScopeProvider.instance.set(scope);
|
|
||||||
GeoNetworkPublisher reader=GeoNetwork.get();
|
|
||||||
|
|
||||||
Configuration config = reader.getConfiguration();
|
|
||||||
Account account=config.getScopeConfiguration().getAccounts().get(accountType);
|
|
||||||
|
|
||||||
//System.out.println("User: "+account.getUser()+", Pwd: "+account.getPassword());
|
|
||||||
System.out.println("Admin: "+config.getAdminAccount().getUser()+", Pwd: "+config.getAdminAccount().getPassword());
|
|
||||||
|
|
||||||
Metadata meta = reader.getById(UUID);
|
|
||||||
|
|
||||||
|
|
||||||
try{
|
|
||||||
String decryptedPassword = StringEncrypter.getEncrypter().decrypt(account.getPassword());
|
|
||||||
System.out.println("Decrypted Password: "+decryptedPassword);
|
|
||||||
}catch(Exception e){
|
|
||||||
System.out.println("ignoring exception during pwd decrypting");
|
|
||||||
}
|
|
||||||
|
|
||||||
System.out.println("SCOPE "+scope+" found meta "+meta);
|
|
||||||
|
|
||||||
}
|
|
||||||
}catch(Exception e){
|
|
||||||
System.err.println("Error on getting layer by UUID: "+UUID);
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the UUI ds.
|
||||||
|
*
|
||||||
|
* @param resp the resp
|
||||||
|
* @return the UUI ds
|
||||||
|
*/
|
||||||
|
public static Map<Long,String> getUUIDs(GNSearchResponse resp){
|
||||||
|
|
||||||
|
Map<Long,String> listUUIDs = new HashMap<Long,String>();
|
||||||
|
Iterator<GNMetadata> iterator = resp.iterator();
|
||||||
|
while(iterator.hasNext()) {
|
||||||
|
GNMetadata meta = iterator.next();
|
||||||
|
//listUUIDs.add(new GN_META_REF(meta.getId(), meta.getUUID()));
|
||||||
|
listUUIDs.put(meta.getId(), meta.getUUID());
|
||||||
|
//System.out.println("Added: "+meta.getUUID());
|
||||||
|
}
|
||||||
|
|
||||||
|
return listUUIDs;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the layers by search.
|
||||||
|
*
|
||||||
|
* @return the layers by search
|
||||||
|
* @throws Exception the exception
|
||||||
|
*/
|
||||||
//@Test
|
//@Test
|
||||||
public void getLayersBySearch() throws Exception{
|
public void getLayersBySearch() throws Exception{
|
||||||
try{
|
try{
|
||||||
for(String scope:scopesProd){
|
for(String scope:scopes){
|
||||||
ScopeProvider.instance.set(scope);
|
ScopeProvider.instance.set(scope);
|
||||||
GeoNetworkPublisher reader=GeoNetwork.get();
|
GeoNetworkPublisher reader=GeoNetwork.get();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Configuration config = reader.getConfiguration();
|
Configuration config = reader.getConfiguration();
|
||||||
Account account=config.getScopeConfiguration().getAccounts().get(accountType);
|
Account account=config.getScopeConfiguration().getAccounts().get(accountType);
|
||||||
|
|
||||||
|
@ -178,6 +238,13 @@ public class GeonetworkQueryTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Contains string.
|
||||||
|
*
|
||||||
|
* @param txt the txt
|
||||||
|
* @param value the value
|
||||||
|
* @return true, if successful
|
||||||
|
*/
|
||||||
private boolean containsString(String txt, String value){
|
private boolean containsString(String txt, String value){
|
||||||
return txt.contains(value);
|
return txt.contains(value);
|
||||||
}
|
}
|
||||||
|
@ -208,12 +275,94 @@ public class GeonetworkQueryTest {
|
||||||
|
|
||||||
return req;
|
return req;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Class GN_META_REF.
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
|
||||||
|
*
|
||||||
|
* May 20, 2019
|
||||||
|
*/
|
||||||
|
public static class GN_META_REF{
|
||||||
|
Long id;
|
||||||
|
String uuid;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the id.
|
||||||
|
*
|
||||||
|
* @return the id
|
||||||
|
*/
|
||||||
|
public Long getId() {
|
||||||
|
return id;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets the id.
|
||||||
|
*
|
||||||
|
* @param id the new id
|
||||||
|
*/
|
||||||
|
public void setId(Long id) {
|
||||||
|
this.id = id;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the uuid.
|
||||||
|
*
|
||||||
|
* @return the uuid
|
||||||
|
*/
|
||||||
|
public String getUuid() {
|
||||||
|
return uuid;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets the uuid.
|
||||||
|
*
|
||||||
|
* @param uuid the new uuid
|
||||||
|
*/
|
||||||
|
public void setUuid(String uuid) {
|
||||||
|
this.uuid = uuid;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Instantiates a new gn meta ref.
|
||||||
|
*
|
||||||
|
* @param id the id
|
||||||
|
* @param uuid the uuid
|
||||||
|
*/
|
||||||
|
public GN_META_REF(Long id, String uuid) {
|
||||||
|
super();
|
||||||
|
this.id = id;
|
||||||
|
this.uuid = uuid;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* (non-Javadoc)
|
||||||
|
* @see java.lang.Object#toString()
|
||||||
|
*/
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
StringBuilder builder = new StringBuilder();
|
||||||
|
builder.append("GN_META_REF [id=");
|
||||||
|
builder.append(id);
|
||||||
|
builder.append(", uuid=");
|
||||||
|
builder.append(uuid);
|
||||||
|
builder.append("]");
|
||||||
|
return builder.toString();
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the count prod.
|
||||||
|
*
|
||||||
|
* @return the count prod
|
||||||
|
* @throws Exception the exception
|
||||||
|
*/
|
||||||
// @Test
|
// @Test
|
||||||
public void getCountProd() throws Exception{
|
public void getCountProd() throws Exception{
|
||||||
try{
|
try{
|
||||||
for(String scope:scopesProd){
|
for(String scope:scopes){
|
||||||
ScopeProvider.instance.set(scope);
|
ScopeProvider.instance.set(scope);
|
||||||
GeoNetworkReader reader=GeoNetwork.get();
|
GeoNetworkReader reader=GeoNetwork.get();
|
||||||
final GNSearchRequest req=new GNSearchRequest();
|
final GNSearchRequest req=new GNSearchRequest();
|
|
@ -0,0 +1,267 @@
|
||||||
|
//package gis;
|
||||||
|
//import it.geosolutions.geonetwork.util.GNSearchRequest;
|
||||||
|
//import it.geosolutions.geonetwork.util.GNSearchResponse;
|
||||||
|
//
|
||||||
|
//import java.io.BufferedInputStream;
|
||||||
|
//import java.io.BufferedReader;
|
||||||
|
//import java.io.FileNotFoundException;
|
||||||
|
//import java.io.FileReader;
|
||||||
|
//import java.io.IOException;
|
||||||
|
//import java.io.InputStream;
|
||||||
|
//import java.util.ArrayList;
|
||||||
|
//import java.util.List;
|
||||||
|
//import java.util.stream.Collectors;
|
||||||
|
//
|
||||||
|
//import javax.xml.parsers.DocumentBuilder;
|
||||||
|
//import javax.xml.parsers.DocumentBuilderFactory;
|
||||||
|
//
|
||||||
|
//import org.gcube.common.encryption.StringEncrypter;
|
||||||
|
//import org.gcube.common.scope.api.ScopeProvider;
|
||||||
|
//import org.gcube.spatial.data.geonetwork.GeoNetwork;
|
||||||
|
//import org.gcube.spatial.data.geonetwork.GeoNetworkPublisher;
|
||||||
|
//import org.gcube.spatial.data.geonetwork.LoginLevel;
|
||||||
|
//import org.gcube.spatial.data.geonetwork.configuration.Configuration;
|
||||||
|
//import org.gcube.spatial.data.geonetwork.model.Account;
|
||||||
|
//import org.gcube.spatial.data.geonetwork.model.Account.Type;
|
||||||
|
//import org.slf4j.Logger;
|
||||||
|
//import org.slf4j.LoggerFactory;
|
||||||
|
//import org.w3c.dom.Document;
|
||||||
|
//import org.w3c.dom.Element;
|
||||||
|
//import org.w3c.dom.NodeList;
|
||||||
|
//
|
||||||
|
///**
|
||||||
|
// *
|
||||||
|
// * @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
|
||||||
|
// * Aug 31, 2016
|
||||||
|
// */
|
||||||
|
//public class ICCATQueryTest {
|
||||||
|
//
|
||||||
|
// private static final int MAX = 200;
|
||||||
|
//
|
||||||
|
// //private String[] scopes = {"/gcube/devNext/NextNext"};
|
||||||
|
//
|
||||||
|
// //private String[] scopesProd = {"/d4science.research-infrastructures.eu"};
|
||||||
|
//
|
||||||
|
// private static String[] scopesProd = {"/d4science.research-infrastructures.eu/gCubeApps/ICCAT_BFT-E"};
|
||||||
|
//
|
||||||
|
// //private String[] scopesProd = {"/d4science.research-infrastructures.eu/gCubeApps/fisheriesandecosystematmii"};
|
||||||
|
//
|
||||||
|
// //private String[] scopesProd = {"/d4science.research-infrastructures.eu/D4Research"};
|
||||||
|
//
|
||||||
|
// //private String[] scopesProd = {"/d4science.research-infrastructures.eu"};
|
||||||
|
//
|
||||||
|
// private static LoginLevel loginLevel = LoginLevel.CKAN;
|
||||||
|
//
|
||||||
|
// private static Type accountType = Type.SCOPE;
|
||||||
|
//
|
||||||
|
// private static String textToSearch = "geo_fea";
|
||||||
|
//
|
||||||
|
// private static Logger logger = LoggerFactory.getLogger(ICCATQueryTest.class);
|
||||||
|
//
|
||||||
|
// private static enum LAYER_TYPE {PRIVATE, PUBLIC, ALL}
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// public static List<String> getLayers(LAYER_TYPE type) throws Exception{
|
||||||
|
//
|
||||||
|
// try{
|
||||||
|
// for(String scope:scopesProd){
|
||||||
|
// ScopeProvider.instance.set(scope);
|
||||||
|
// GeoNetworkPublisher reader=GeoNetwork.get();
|
||||||
|
//
|
||||||
|
// Configuration config = reader.getConfiguration();
|
||||||
|
// Account account=config.getScopeConfiguration().getAccounts().get(accountType);
|
||||||
|
//
|
||||||
|
// //System.out.println("User: "+account.getUser()+", Pwd: "+account.getPassword());
|
||||||
|
// System.out.println("Admin: "+config.getAdminAccount().getUser()+", Pwd: "+config.getAdminAccount().getPassword());
|
||||||
|
//
|
||||||
|
// try{
|
||||||
|
// String decryptedPassword = StringEncrypter.getEncrypter().decrypt(account.getPassword());
|
||||||
|
// System.out.println("Decrypted Password: "+decryptedPassword);
|
||||||
|
// }catch(Exception e){
|
||||||
|
// System.out.println("ignoring exception during pwd decrypting");
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// // req.addParam("keyword", "Thredds");
|
||||||
|
// final GNSearchRequest req=new GNSearchRequest();
|
||||||
|
//// req.addParam(GNSearchRequest.Param.any,"Thredds");
|
||||||
|
// GNSearchResponse resp = reader.query(req);
|
||||||
|
// int publicCount=resp.getCount();
|
||||||
|
//
|
||||||
|
// List<String> publicLayers = new ArrayList<String>();
|
||||||
|
// for(int i=0; i<publicCount; i++)
|
||||||
|
// publicLayers.add(resp.getMetadata(i).getUUID());
|
||||||
|
//
|
||||||
|
// System.out.println("Public layers are: "+publicLayers.size());
|
||||||
|
//
|
||||||
|
// //PERFOMING LOGIN TO GET ALL LAYERS
|
||||||
|
// reader.login(loginLevel);
|
||||||
|
// resp = reader.query(req);
|
||||||
|
// int totalCount=resp.getCount();
|
||||||
|
// int privateCount = totalCount-publicCount;
|
||||||
|
//
|
||||||
|
// System.out.println("SCOPE "+scope+" found "+totalCount+" (public : "+publicCount+", private :"+privateCount+")");
|
||||||
|
//
|
||||||
|
// List<String> privateLayers = new ArrayList<String>();
|
||||||
|
// for(int i=0; i<totalCount; i++){
|
||||||
|
//
|
||||||
|
// String uuid = resp.getMetadata(i).getUUID();
|
||||||
|
// //System.out.println("Searching UUID: "+uuid);
|
||||||
|
// if(!publicLayers.contains(uuid)){
|
||||||
|
// privateLayers.add(uuid);
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
//// String xml = reader.getByIdAsRawString(resp.getMetadata(i).getUUID());
|
||||||
|
//// InputStream stream = new ByteArrayInputStream(xml.getBytes(StandardCharsets.UTF_8));
|
||||||
|
//// iccatGNUUID.add(toGetFileIdentifier(stream));
|
||||||
|
//
|
||||||
|
// //System.out.println(i+") is Thredds? "+containsString(xml, "Thredds"));
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// System.out.println("Private layers are: "+privateLayers.size());
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// switch (type) {
|
||||||
|
// case PUBLIC:
|
||||||
|
// return publicLayers;
|
||||||
|
// case PRIVATE:
|
||||||
|
// return privateLayers;
|
||||||
|
// case ALL:
|
||||||
|
// publicLayers.addAll(privateLayers);
|
||||||
|
// return publicLayers;
|
||||||
|
// default:
|
||||||
|
// break;
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// }catch(Exception e){
|
||||||
|
// e.printStackTrace();
|
||||||
|
// }
|
||||||
|
// return null;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// /**
|
||||||
|
// * Override summary record.
|
||||||
|
// *
|
||||||
|
// * @param doc the doc
|
||||||
|
// * @param identifier the identifier
|
||||||
|
// * @return true, if successful
|
||||||
|
// */
|
||||||
|
// private static String getFileIdentifierValue(Document doc) {
|
||||||
|
//
|
||||||
|
// // <csw:SummaryRecord> list
|
||||||
|
// NodeList nodes = doc.getElementsByTagName("gmd:MD_Metadata");
|
||||||
|
// logger.debug("gmd:MD_Metadata are: " + nodes.getLength());
|
||||||
|
// for (int i = 0; i < nodes.getLength(); i++) {
|
||||||
|
// Element mdMetadata = (Element) nodes.item(i);
|
||||||
|
//
|
||||||
|
// // <dc:identifier>
|
||||||
|
// NodeList fileIdentifierLst = mdMetadata.getElementsByTagName("gmd:fileIdentifier");
|
||||||
|
// if(fileIdentifierLst==null || fileIdentifierLst.getLength()==0 || fileIdentifierLst.item(0)==null){
|
||||||
|
// logger.info("skipping, it has not fileidentifier");
|
||||||
|
// return null;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// Element id = (Element) fileIdentifierLst.item(0);
|
||||||
|
//
|
||||||
|
// NodeList gcoLst = id.getElementsByTagName("gco:CharacterString");
|
||||||
|
// if(gcoLst==null || gcoLst.getLength()==0 || gcoLst.item(0)==null){
|
||||||
|
// logger.info("skipping, it has not gco:CharacterString");
|
||||||
|
// return null;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// Element gco = (Element) gcoLst.item(0);
|
||||||
|
// String idValue = gco.getTextContent();
|
||||||
|
// logger.trace("Summary gmd:fileIdentifier is: " + idValue);
|
||||||
|
// return idValue;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// return null;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// /**
|
||||||
|
// * Removes the summary ids by list ids.
|
||||||
|
// *
|
||||||
|
// * @param getRecordsResponse the get records response
|
||||||
|
// * @param idsToRemove the ids to remove
|
||||||
|
// * @return the input stream
|
||||||
|
// * @throws IOException Signals that an I/O exception has occurred.
|
||||||
|
// */
|
||||||
|
// public static String toGetFileIdentifier(InputStream getRecordResponse) throws IOException {
|
||||||
|
//
|
||||||
|
// try {
|
||||||
|
// // logger.trace("getRecordsResponse is: "+IOUtils.toString(getRecordsResponse));
|
||||||
|
// BufferedInputStream bis = new BufferedInputStream(getRecordResponse);
|
||||||
|
// DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
|
||||||
|
// dbf.setValidating(false);
|
||||||
|
// DocumentBuilder db = dbf.newDocumentBuilder();
|
||||||
|
// Document doc = db.parse(bis);
|
||||||
|
// return getFileIdentifierValue(doc);
|
||||||
|
// }
|
||||||
|
// catch (Exception e) {
|
||||||
|
// logger.error("An error occurred during removing IDS by List: ", e);
|
||||||
|
// return null;
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// public static List<String> fileReader() throws FileNotFoundException{
|
||||||
|
//
|
||||||
|
// String fileName = "iccat_name_catalogue.csv";
|
||||||
|
//
|
||||||
|
//// //read file into stream, try-with-resources
|
||||||
|
//// try (Stream<String> stream = Files.lines(Paths.get(fileName))) {
|
||||||
|
////
|
||||||
|
//// stream.forEach(System.out::println);
|
||||||
|
////
|
||||||
|
//// } catch (IOException e) {
|
||||||
|
//// e.printStackTrace();
|
||||||
|
//// }
|
||||||
|
//
|
||||||
|
// FileReader reportReader = new FileReader(fileName);
|
||||||
|
// //Stream<String> stream = reportBW.lines();
|
||||||
|
// List<String> list = new ArrayList<>();
|
||||||
|
// try (BufferedReader reportBW = new BufferedReader(reportReader)){
|
||||||
|
//
|
||||||
|
// list = reportBW.lines().collect(Collectors.toList());
|
||||||
|
//
|
||||||
|
// }catch (Exception e) {
|
||||||
|
// e.printStackTrace();
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// return list;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// public static void main(String[] args) {
|
||||||
|
//
|
||||||
|
// List<String> listCKAN;
|
||||||
|
// try {
|
||||||
|
// listCKAN = fileReader();
|
||||||
|
// System.out.println("CKAN Layers are: "+listCKAN.size());
|
||||||
|
//// for (String line : listCKAN) {
|
||||||
|
//// System.out.println("CKAN UUID: "+line);
|
||||||
|
//// }
|
||||||
|
//
|
||||||
|
// List<String> listLayersUUID = getLayers(LAYER_TYPE.PUBLIC);
|
||||||
|
// System.out.println("List Layers UUID are: "+listLayersUUID.size());
|
||||||
|
//// for (String line : listLayersUUID) {
|
||||||
|
//// System.out.println("PRIVATE GN UUID: "+line);
|
||||||
|
//// }
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// listCKAN.removeAll(listLayersUUID);
|
||||||
|
//
|
||||||
|
// System.out.println("\n\n\nCKAN contains other: "+listCKAN.size());
|
||||||
|
// for (String line : listCKAN) {
|
||||||
|
// System.out.println("CKAN UUID: "+line);
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// }catch (Exception e) {
|
||||||
|
// // TODO Auto-generated catch block
|
||||||
|
// e.printStackTrace();
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// }
|
||||||
|
//}
|
|
@ -0,0 +1,168 @@
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
package gis;
|
||||||
|
|
||||||
|
import java.io.BufferedWriter;
|
||||||
|
import java.io.FileWriter;
|
||||||
|
import java.io.PrintWriter;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
|
import org.gcube.common.scope.api.ScopeProvider;
|
||||||
|
import org.gcube.spatial.data.geonetwork.GeoNetwork;
|
||||||
|
import org.gcube.spatial.data.geonetwork.GeoNetworkPublisher;
|
||||||
|
import org.gcube.spatial.data.geonetwork.LoginLevel;
|
||||||
|
|
||||||
|
import it.geosolutions.geonetwork.util.GNSearchRequest;
|
||||||
|
import it.geosolutions.geonetwork.util.GNSearchResponse;
|
||||||
|
import resources.GetAllInfrastructureScopes;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
|
||||||
|
* Mar 10, 2017
|
||||||
|
*/
|
||||||
|
public class LayersMatchingGN_CKAN {
|
||||||
|
|
||||||
|
//GN CONFIGURATIONS
|
||||||
|
public static String rootScope = "/d4science.research-infrastructures.eu";
|
||||||
|
//static String rootScope = "/pred4s";
|
||||||
|
// static String rootScope = "/gcube";
|
||||||
|
public static String platformName = "geonetwork";
|
||||||
|
public static LoginLevel loginLevel = LoginLevel.ADMIN;
|
||||||
|
//static Type accountType = Type.SCOPE;
|
||||||
|
public static String textToSearch = "geo_fea";
|
||||||
|
|
||||||
|
public static PrintWriter reportPrintWriter;
|
||||||
|
public static PrintWriter errorPrintWriter;
|
||||||
|
|
||||||
|
public static void main(String[] args) {
|
||||||
|
|
||||||
|
try{
|
||||||
|
FileWriter reportWriter = new FileWriter(rootScope.substring(1,rootScope.length())+"_report_matching_gn_catalogue.csv", true);
|
||||||
|
FileWriter errorWriter = new FileWriter(rootScope.substring(1,rootScope.length())+"_error_matching_gn_catalogue.csv", true);
|
||||||
|
BufferedWriter reportBW = new BufferedWriter(reportWriter);
|
||||||
|
BufferedWriter errorBW = new BufferedWriter(errorWriter);
|
||||||
|
reportPrintWriter = new PrintWriter(reportBW);
|
||||||
|
reportPrintWriter.println("NB.; SCOPE; GN Endpoint; TOTAL LAYERS; PUBLIC LAYERS; PRIVATE LAYERS");
|
||||||
|
errorPrintWriter = new PrintWriter(errorBW);
|
||||||
|
errorPrintWriter.println("SCOPE;");
|
||||||
|
}catch(Exception e){
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
|
||||||
|
// final Path destination = Paths.get("report_matching_gn_catalogue.csv");
|
||||||
|
// Files.w(re, destination);
|
||||||
|
|
||||||
|
List<String> scopesProd = new ArrayList<String>();
|
||||||
|
|
||||||
|
//RuntimeResourceReader readerRR;
|
||||||
|
try {
|
||||||
|
//MODE-1
|
||||||
|
// readerRR = new RuntimeResourceReader(rootScope, platformName, null);
|
||||||
|
// System.out.println(readerRR.toString());
|
||||||
|
// System.out.println("Using GN: "+readerRR.getParameters());
|
||||||
|
// System.out.println("Scopes are: "+readerRR.getScopes().size());
|
||||||
|
// scopesProd.addAll(readerRR.getScopes());
|
||||||
|
|
||||||
|
//MODE-2
|
||||||
|
Map<String,String> mapScopes = GetAllInfrastructureScopes.loadMapOfScopeNameToFullScope(rootScope);
|
||||||
|
scopesProd.addAll(mapScopes.values());
|
||||||
|
}
|
||||||
|
catch (Exception e) {
|
||||||
|
// TODO Auto-generated catch block
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
|
||||||
|
System.out.println("Read "+scopesProd.size() +" VREs from root scope: "+rootScope);
|
||||||
|
int i = 0;
|
||||||
|
for (String vre : scopesProd) {
|
||||||
|
System.out.println(++i +"; "+vre);
|
||||||
|
}
|
||||||
|
|
||||||
|
System.out.println("Scope found: "+scopesProd.size());
|
||||||
|
|
||||||
|
int count = 0;
|
||||||
|
try{
|
||||||
|
|
||||||
|
for(String scope:scopesProd){
|
||||||
|
count++;
|
||||||
|
System.out.println("\n\n#"+count+" of "+scopesProd.size()+ " - Fetching scope: "+scope);
|
||||||
|
ScopeProvider.instance.set(scope);
|
||||||
|
GeoNetworkPublisher reader = null;
|
||||||
|
String gnEP = null;
|
||||||
|
try{
|
||||||
|
reader=GeoNetwork.get();
|
||||||
|
gnEP = reader.getConfiguration().getGeoNetworkEndpoint();
|
||||||
|
|
||||||
|
}catch (Exception e) {
|
||||||
|
System.out.println("GeoNetwork not instanciable in the scope: "+scope);
|
||||||
|
writeError(count+"; "+scope+" ; "+e.getMessage());
|
||||||
|
}
|
||||||
|
|
||||||
|
if(reader!=null){
|
||||||
|
// Configuration config = reader.getConfiguration();
|
||||||
|
// Account account=config.getScopeConfiguration().getAccounts().get(accountType);
|
||||||
|
//
|
||||||
|
// //System.out.println("User: "+account.getUser()+", Pwd: "+account.getPassword());
|
||||||
|
// System.out.println("Admin: "+config.getAdminAccount().getUser()+", Pwd: "+config.getAdminAccount().getPassword());
|
||||||
|
//
|
||||||
|
// try{
|
||||||
|
// String decryptedPassword = StringEncrypter.getEncrypter().decrypt(account.getPassword());
|
||||||
|
// System.out.println("Decrypted Password: "+decryptedPassword);
|
||||||
|
// }catch(Exception e){
|
||||||
|
// System.out.println("ignoring exception during pwd decrypting");
|
||||||
|
// }
|
||||||
|
|
||||||
|
|
||||||
|
// req.addParam("keyword", "Thredds");
|
||||||
|
final GNSearchRequest req=new GNSearchRequest();
|
||||||
|
// req.addParam(GNSearchRequest.Param.any,"Thredds");
|
||||||
|
GNSearchResponse resp = reader.query(req);
|
||||||
|
int publicCount=resp.getCount();
|
||||||
|
reader.login(loginLevel);
|
||||||
|
int totalCount=reader.query(req).getCount();
|
||||||
|
//System.out.println("SCOPE "+scope+" ; found "+totalCount+" (public : "+publicCount+", private :"+(totalCount-publicCount)+")");
|
||||||
|
writeReport(count+"; "+scope+" ; "+gnEP+"; "+totalCount+" ; "+publicCount+"; "+(totalCount-publicCount));
|
||||||
|
if(totalCount==0)
|
||||||
|
return;
|
||||||
|
// try{
|
||||||
|
// int last = totalCount>MAX?totalCount:MAX;
|
||||||
|
// for(int i=0; i<last; i++){
|
||||||
|
// String xml = reader.getByIdAsRawString(resp.getMetadata(i).getUUID());
|
||||||
|
// System.out.println(i+") is Thredds? "+containsString(xml, "Thredds"));
|
||||||
|
// }
|
||||||
|
// }catch(Exception e ){
|
||||||
|
// e.printStackTrace();
|
||||||
|
// }
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}catch(Exception e){
|
||||||
|
e.printStackTrace();
|
||||||
|
}finally{
|
||||||
|
if(reportPrintWriter!=null)
|
||||||
|
reportPrintWriter.close();
|
||||||
|
|
||||||
|
if(errorPrintWriter!=null)
|
||||||
|
errorPrintWriter.close();
|
||||||
|
|
||||||
|
System.out.println("Performed fetching from "+count+" scopes");
|
||||||
|
System.out.println("FINISHED!!!");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private static void writeReport(String newline){
|
||||||
|
|
||||||
|
reportPrintWriter.println(newline);
|
||||||
|
}
|
||||||
|
|
||||||
|
private static void writeError(String newline){
|
||||||
|
|
||||||
|
errorPrintWriter.println(newline);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,188 @@
|
||||||
|
package gis;
|
||||||
|
|
||||||
|
import static org.gcube.resources.discovery.icclient.ICFactory.clientFor;
|
||||||
|
import static org.gcube.resources.discovery.icclient.ICFactory.queryFor;
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
import org.gcube.common.encryption.StringEncrypter;
|
||||||
|
import org.gcube.common.resources.gcore.ServiceEndpoint;
|
||||||
|
import org.gcube.common.resources.gcore.ServiceEndpoint.AccessPoint;
|
||||||
|
import org.gcube.common.scope.api.ScopeProvider;
|
||||||
|
import org.gcube.resources.discovery.client.api.DiscoveryClient;
|
||||||
|
import org.gcube.resources.discovery.client.queries.api.SimpleQuery;
|
||||||
|
import org.slf4j.Logger;
|
||||||
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Class RuntimeResourceReader.
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Mar 10, 2017
|
||||||
|
*/
|
||||||
|
public class RuntimeResourceReader {
|
||||||
|
|
||||||
|
// public static final String GEONETWORK_END_POINT =
|
||||||
|
// "http://geonetwork.d4science.org/geonetwork";
|
||||||
|
|
||||||
|
public static final Logger logger = LoggerFactory.getLogger(RuntimeResourceReader.class);
|
||||||
|
|
||||||
|
// private List<String> scopes = new ArrayList<String>();
|
||||||
|
|
||||||
|
private List<ServiceEndpointBean> listSE = new ArrayList<ServiceEndpointBean>();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Instantiates a new runtime resource reader.
|
||||||
|
*
|
||||||
|
* @param scope the scope
|
||||||
|
* @param platformName the platform name
|
||||||
|
* @param endPoint the end point
|
||||||
|
* @throws Exception the exception
|
||||||
|
*/
|
||||||
|
public RuntimeResourceReader(String scope, String platformName, String category, String endPoint) throws Exception {
|
||||||
|
read(scope, platformName, category, endPoint);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Read.
|
||||||
|
*
|
||||||
|
* @param scope the scope
|
||||||
|
* @param platformName the platform name
|
||||||
|
* @param endPoint the end point
|
||||||
|
* @return the server parameters
|
||||||
|
* @throws Exception the exception
|
||||||
|
*/
|
||||||
|
private List<ServiceEndpointBean> read(String scope, String platformName, String category, String endPoint)
|
||||||
|
throws Exception {
|
||||||
|
|
||||||
|
String originalScope = null;
|
||||||
|
try {
|
||||||
|
|
||||||
|
originalScope = ScopeProvider.instance.get();
|
||||||
|
|
||||||
|
ScopeProvider.instance.set(scope);
|
||||||
|
|
||||||
|
SimpleQuery query = queryFor(ServiceEndpoint.class);
|
||||||
|
if (platformName != null)
|
||||||
|
query.addCondition("$resource/Profile/Platform/Name/text() eq '" + platformName + "'");
|
||||||
|
if (category != null)
|
||||||
|
query.addCondition("$resource/Profile/Category/text() eq '" + category + "'");
|
||||||
|
if (endPoint != null && !endPoint.isEmpty())
|
||||||
|
query.addCondition("$resource/Profile/AccessPoint/Interface/Endpoint/text() eq '" + endPoint + "'");
|
||||||
|
|
||||||
|
// query.addVariable("$prop", "$resource/Profile/AccessPoint/Properties/Property")
|
||||||
|
// .addCondition("$prop/Name/text() eq 'priority'")
|
||||||
|
// .addCondition("$prop/Value/text() eq '1'");
|
||||||
|
|
||||||
|
logger.info("GeoRuntimeReader, using scope: " + scope + ", to get resource: " + platformName);
|
||||||
|
|
||||||
|
DiscoveryClient<ServiceEndpoint> client = clientFor(ServiceEndpoint.class);
|
||||||
|
|
||||||
|
List<ServiceEndpoint> listServiceEndpoint = client.submit(query);
|
||||||
|
if (listServiceEndpoint == null || listServiceEndpoint.isEmpty())
|
||||||
|
throw new Exception("Cannot retrieve the runtime resource: " + platformName);
|
||||||
|
|
||||||
|
for (ServiceEndpoint serviceEndpoint : listServiceEndpoint) {
|
||||||
|
|
||||||
|
ServiceEndpointBean seb = new ServiceEndpointBean();
|
||||||
|
|
||||||
|
seb.setRuntime(serviceEndpoint.profile().runtime());
|
||||||
|
|
||||||
|
List<AccessPoint> listAp = new ArrayList<ServiceEndpoint.AccessPoint>();
|
||||||
|
try {
|
||||||
|
for (AccessPoint accessPoint : serviceEndpoint.profile().accessPoints()) {
|
||||||
|
listAp.add(accessPoint);
|
||||||
|
}
|
||||||
|
} catch (Exception e) {
|
||||||
|
System.err.println("Error on reading Access point not found");
|
||||||
|
}
|
||||||
|
|
||||||
|
seb.setListAP(listAp);
|
||||||
|
listSE.add(seb);
|
||||||
|
}
|
||||||
|
|
||||||
|
} catch (Exception e) {
|
||||||
|
logger.error("Sorry, an error occurred on reading parameters in Runtime Resources", e);
|
||||||
|
} finally {
|
||||||
|
if (originalScope != null && !originalScope.isEmpty()) {
|
||||||
|
ScopeProvider.instance.set(originalScope);
|
||||||
|
logger.info("scope provider setted to orginal scope: " + originalScope);
|
||||||
|
} else {
|
||||||
|
ScopeProvider.instance.reset();
|
||||||
|
logger.info("scope provider reset");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return listSE;
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<ServiceEndpointBean> getListSE() {
|
||||||
|
return listSE;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The main method.
|
||||||
|
*
|
||||||
|
* @param args the arguments
|
||||||
|
*/
|
||||||
|
public static void main(String[] args) {
|
||||||
|
|
||||||
|
// String scope = "/pred4s/preprod/preVRE";
|
||||||
|
// String scope = "/d4science.research-infrastructures.eu/D4OS/GNA";
|
||||||
|
// String scope = "/gcube/devsec/devVRE";
|
||||||
|
String scope = "/d4science.research-infrastructures.eu/gCubeApps/ProtectedAreaImpactMaps";
|
||||||
|
// String scope = "/d4science.research-infrastructures.eu/gCubeApps/Esquiline";
|
||||||
|
// String scope = "/d4science.research-infrastructures.eu/D4OS/ARIADNEplus_Project";
|
||||||
|
|
||||||
|
// String platformName = "geonetwork";
|
||||||
|
// String category = "Gis";
|
||||||
|
|
||||||
|
String platformName = "GeoServer";
|
||||||
|
String category = null;
|
||||||
|
|
||||||
|
// String platformName = "postgis";
|
||||||
|
// String category = "Database";
|
||||||
|
|
||||||
|
// String platformName = "postgres";
|
||||||
|
// String category = "Database";
|
||||||
|
|
||||||
|
// String platformName = "mongodb";
|
||||||
|
// String category = "Database";
|
||||||
|
|
||||||
|
// scope = "/pred4s/preprod/preVRE";
|
||||||
|
|
||||||
|
// scope = "/d4science.research-infrastructures.eu/D4OS/Blue-Cloud2026Project";
|
||||||
|
// platformName = "Zenodo";
|
||||||
|
// category = "Repository";
|
||||||
|
|
||||||
|
RuntimeResourceReader reader;
|
||||||
|
try {
|
||||||
|
ScopeProvider.instance.set(scope);
|
||||||
|
reader = new RuntimeResourceReader(scope, platformName, category, null);
|
||||||
|
|
||||||
|
for (ServiceEndpointBean seb : reader.getListSE()) {
|
||||||
|
System.out.println("Found: " + seb);
|
||||||
|
|
||||||
|
List<AccessPoint> listAp = seb.getListAP();
|
||||||
|
|
||||||
|
for (AccessPoint ap : listAp) {
|
||||||
|
System.out.println("username: " + ap.username());
|
||||||
|
System.out.println("password: " + ap.password());
|
||||||
|
try {
|
||||||
|
String decryptedPassword = StringEncrypter.getEncrypter().decrypt(ap.password());
|
||||||
|
System.out.println("Decrypted Password: " + decryptedPassword);
|
||||||
|
} catch (Exception e) {
|
||||||
|
System.out.println("ignoring exception during pwd decrypting");
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
} catch (Exception e) {
|
||||||
|
// TODO Auto-generated catch block
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,159 @@
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
package gis;
|
||||||
|
|
||||||
|
import java.io.BufferedWriter;
|
||||||
|
import java.io.FileWriter;
|
||||||
|
import java.io.PrintWriter;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.HashSet;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
|
import org.gcube.common.resources.gcore.ServiceEndpoint.AccessPoint;
|
||||||
|
import org.gcube.spatial.data.geonetwork.LoginLevel;
|
||||||
|
|
||||||
|
import resources.GetAllInfrastructureScopes;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Mar 10, 2017
|
||||||
|
*/
|
||||||
|
public class SE_Harvester_from_IS {
|
||||||
|
|
||||||
|
// GN CONFIGURATIONS
|
||||||
|
public static String rootScope = "/d4science.research-infrastructures.eu";
|
||||||
|
// static String rootScope = "/pred4s";
|
||||||
|
// static String rootScope = "/gcube";
|
||||||
|
public static final String platformName = "geoserver";
|
||||||
|
public static final String category = "Gis";
|
||||||
|
public static LoginLevel loginLevel = LoginLevel.ADMIN;
|
||||||
|
|
||||||
|
public static PrintWriter reportPrintWriter;
|
||||||
|
public static PrintWriter errorPrintWriter;
|
||||||
|
|
||||||
|
public static HashSet<String> uniqueGNs = new HashSet<String>();
|
||||||
|
|
||||||
|
public static void main(String[] args) {
|
||||||
|
|
||||||
|
try {
|
||||||
|
FileWriter reportWriter = new FileWriter(
|
||||||
|
rootScope.substring(1, rootScope.length()) + "_report_" + platformName + "_harvester.csv", true);
|
||||||
|
FileWriter errorWriter = new FileWriter(
|
||||||
|
rootScope.substring(1, rootScope.length()) + "_error_" + platformName + "_harvester.csv", true);
|
||||||
|
BufferedWriter reportBW = new BufferedWriter(reportWriter);
|
||||||
|
BufferedWriter errorBW = new BufferedWriter(errorWriter);
|
||||||
|
reportPrintWriter = new PrintWriter(reportBW);
|
||||||
|
reportPrintWriter.println("NB.; SCOPE; SE Hosted_On; SE AccessPoint;");
|
||||||
|
errorPrintWriter = new PrintWriter(errorBW);
|
||||||
|
errorPrintWriter.println("SCOPE;");
|
||||||
|
} catch (Exception e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
|
||||||
|
// final Path destination = Paths.get("report_matching_gn_catalogue.csv");
|
||||||
|
// Files.w(re, destination);
|
||||||
|
|
||||||
|
List<String> listScopes = new ArrayList<String>();
|
||||||
|
|
||||||
|
// RuntimeResourceReader readerRR;
|
||||||
|
try {
|
||||||
|
// MODE-1
|
||||||
|
// readerRR = new RuntimeResourceReader(rootScope, platformName, null);
|
||||||
|
// System.out.println(readerRR.toString());
|
||||||
|
// System.out.println("Using GN: "+readerRR.getParameters());
|
||||||
|
// System.out.println("Scopes are: "+readerRR.getScopes().size());
|
||||||
|
// scopesProd.addAll(readerRR.getScopes());
|
||||||
|
|
||||||
|
// MODE-2
|
||||||
|
Map<String, String> mapScopes = GetAllInfrastructureScopes.loadMapOfScopeNameToFullScope(rootScope);
|
||||||
|
listScopes.addAll(mapScopes.values());
|
||||||
|
} catch (Exception e) {
|
||||||
|
// TODO Auto-generated catch block
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
|
||||||
|
System.out.println("Read " + listScopes.size() + " VREs from root scope: " + rootScope);
|
||||||
|
int i = 0;
|
||||||
|
for (String vre : listScopes) {
|
||||||
|
System.out.println(++i + "; " + vre);
|
||||||
|
}
|
||||||
|
|
||||||
|
System.out.println("Scope found: " + listScopes.size());
|
||||||
|
try {
|
||||||
|
|
||||||
|
searchFor(listScopes, platformName, category);
|
||||||
|
searchFor(listScopes, "GeoServer", category);
|
||||||
|
|
||||||
|
System.out.println("\n\nUnique " + platformName + " addresses");
|
||||||
|
uniqueGNs.stream().forEach(s -> System.out.println(s));
|
||||||
|
|
||||||
|
} catch (Exception e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
} finally {
|
||||||
|
if (reportPrintWriter != null)
|
||||||
|
reportPrintWriter.close();
|
||||||
|
|
||||||
|
if (errorPrintWriter != null)
|
||||||
|
errorPrintWriter.close();
|
||||||
|
|
||||||
|
System.out.println("Performed fetching from " + listScopes.size() + " scopes");
|
||||||
|
System.out.println("FINISHED!!!");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private static void searchFor(List<String> listScopes, String platformName, String category) {
|
||||||
|
|
||||||
|
int count = 0;
|
||||||
|
int writerCount = 0;
|
||||||
|
try {
|
||||||
|
|
||||||
|
for (String scope : listScopes) {
|
||||||
|
count++;
|
||||||
|
System.out.println("\n\n#" + count + " of " + listScopes.size() + " - Fetching scope: " + scope);
|
||||||
|
|
||||||
|
RuntimeResourceReader rrr = new RuntimeResourceReader(scope, platformName, category, null);
|
||||||
|
|
||||||
|
List<ServiceEndpointBean> listSE = rrr.getListSE();
|
||||||
|
|
||||||
|
for (ServiceEndpointBean seb : listSE) {
|
||||||
|
|
||||||
|
StringBuilder sb = new StringBuilder();
|
||||||
|
for (AccessPoint ap : seb.getListAP()) {
|
||||||
|
sb.append(ap.address());
|
||||||
|
sb.append(", ");
|
||||||
|
|
||||||
|
uniqueGNs.add(ap.address());
|
||||||
|
}
|
||||||
|
|
||||||
|
sb.toString();
|
||||||
|
writerCount++;
|
||||||
|
writeReport(
|
||||||
|
writerCount + "; " + scope + " ; " + seb.getRuntime().hostedOn() + "; " + sb.toString());
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
Thread.sleep(200);
|
||||||
|
|
||||||
|
// if(count==10)
|
||||||
|
// break;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
} catch (Exception e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private static void writeReport(String newline) {
|
||||||
|
|
||||||
|
reportPrintWriter.println(newline);
|
||||||
|
}
|
||||||
|
|
||||||
|
private static void writeError(String newline) {
|
||||||
|
|
||||||
|
errorPrintWriter.println(newline);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,60 @@
|
||||||
|
package gis;
|
||||||
|
|
||||||
|
import java.io.Serializable;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
import org.gcube.common.resources.gcore.ServiceEndpoint.AccessPoint;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Class ServerParameters.
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it May 16, 2017
|
||||||
|
*/
|
||||||
|
public class ServiceEndpointBean implements Serializable {
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = 2459971193655529274L;
|
||||||
|
|
||||||
|
protected org.gcube.common.resources.gcore.ServiceEndpoint.Runtime runtime;
|
||||||
|
protected List<AccessPoint> listAP;
|
||||||
|
|
||||||
|
public ServiceEndpointBean() {
|
||||||
|
// TODO Auto-generated constructor stub
|
||||||
|
}
|
||||||
|
|
||||||
|
public ServiceEndpointBean(org.gcube.common.resources.gcore.ServiceEndpoint.Runtime runtime, List<AccessPoint> listAP) {
|
||||||
|
super();
|
||||||
|
this.runtime = runtime;
|
||||||
|
this.listAP = listAP;
|
||||||
|
}
|
||||||
|
|
||||||
|
public org.gcube.common.resources.gcore.ServiceEndpoint.Runtime getRuntime() {
|
||||||
|
return runtime;
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<AccessPoint> getListAP() {
|
||||||
|
return listAP;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setRuntime(org.gcube.common.resources.gcore.ServiceEndpoint.Runtime runtime2) {
|
||||||
|
this.runtime = runtime2;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setListAP(List<AccessPoint> listAP) {
|
||||||
|
this.listAP = listAP;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
StringBuilder builder = new StringBuilder();
|
||||||
|
builder.append("ServiceEndpoint [runtime=");
|
||||||
|
builder.append(runtime);
|
||||||
|
builder.append(", listAP=");
|
||||||
|
builder.append(listAP);
|
||||||
|
builder.append("]");
|
||||||
|
return builder.toString();
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -1,3 +1,4 @@
|
||||||
|
package org.gcube.datatransfer.test;
|
||||||
import org.gcube.datatransfer.resolver.catalogue.resource.CatalogueStaticConfigurations;
|
import org.gcube.datatransfer.resolver.catalogue.resource.CatalogueStaticConfigurations;
|
||||||
|
|
||||||
public class CatalogueNameExtractor {
|
public class CatalogueNameExtractor {
|
|
@ -1,50 +1,53 @@
|
||||||
|
package org.gcube.datatransfer.test;
|
||||||
|
|
||||||
import org.gcube.common.authorization.library.provider.SecurityTokenProvider;
|
import org.gcube.common.authorization.library.provider.SecurityTokenProvider;
|
||||||
|
import org.gcube.common.scope.api.ScopeProvider;
|
||||||
import org.gcube.datatransfer.resolver.catalogue.resource.CkanCatalogueConfigurationsReader;
|
import org.gcube.datatransfer.resolver.catalogue.resource.CkanCatalogueConfigurationsReader;
|
||||||
import org.gcube.datatransfer.resolver.catalogue.resource.GatewayCKANCatalogueReference;
|
import org.gcube.datatransfer.resolver.catalogue.resource.GatewayCKANCatalogueReference;
|
||||||
import org.gcube.datatransfer.resolver.init.UriResolverSmartGearManagerInit;
|
import org.gcube.datatransfer.resolver.init.UriResolverSmartGearManagerInit;
|
||||||
import org.gcube.datatransfer.resolver.services.CatalogueResolver;
|
import org.gcube.datatransfer.resolver.services.CatalogueResolver;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Class CatalogueResolverTest.
|
* The Class CatalogueResolverTest.
|
||||||
*
|
*
|
||||||
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
|
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
|
||||||
*
|
*
|
||||||
* May 13, 2019
|
* May 13, 2019
|
||||||
*/
|
*/
|
||||||
public class CatalogueResolverTest {
|
public class CatalogueResolverTest {
|
||||||
|
|
||||||
private static String entityName = "using_e-infrastructures_for_biodiversity_conservation";
|
private static String entityName = "testing_bug_fix_21560_as_public";
|
||||||
private static String entityContext = "ctlg";
|
private static String entityContext = "ctlg";
|
||||||
private static String vreName = "BlueBridgeProject";
|
private static String vreName = "devVRE";
|
||||||
|
|
||||||
private String rootContextScope = "/gcube";
|
private static String rootContextScope = "/gcube/devsec/devVRE";
|
||||||
private String authorizationToken = "";
|
private static String authorizationToken = "";
|
||||||
|
|
||||||
//@Before
|
// @Before
|
||||||
public void init() {
|
public void init() {
|
||||||
|
|
||||||
UriResolverSmartGearManagerInit.setRootContextScope(rootContextScope);
|
UriResolverSmartGearManagerInit.setRootContextScope(rootContextScope);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// @Test
|
||||||
//@Test
|
|
||||||
public void testCatalogueResolver() {
|
public void testCatalogueResolver() {
|
||||||
|
ScopeProvider.instance.set(rootContextScope);
|
||||||
SecurityTokenProvider.instance.set(authorizationToken);
|
SecurityTokenProvider.instance.set(authorizationToken);
|
||||||
CatalogueResolver catalogRes = new CatalogueResolver();
|
CatalogueResolver catalogRes = new CatalogueResolver();
|
||||||
catalogRes.resolveCatalogue(null, entityName, vreName, entityContext);
|
catalogRes.resolveCatalogue(null, entityName, vreName, entityContext);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//@Test
|
// @Test
|
||||||
public void testCatalogueLoadEndPoints() {
|
public void testCatalogueLoadEndPoints() {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
||||||
//ScopeProvider.instance.set("/d4science.research-infrastructures.eu");
|
// ScopeProvider.instance.set("/d4science.research-infrastructures.eu");
|
||||||
GatewayCKANCatalogueReference ckanCatalogueReference = CkanCatalogueConfigurationsReader.loadCatalogueEndPoints();
|
GatewayCKANCatalogueReference ckanCatalogueReference = CkanCatalogueConfigurationsReader
|
||||||
|
.loadCatalogueEndPoints();
|
||||||
System.out.println(ckanCatalogueReference.toString());
|
System.out.println(ckanCatalogueReference.toString());
|
||||||
}catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,3 +1,4 @@
|
||||||
|
package org.gcube.datatransfer.test;
|
||||||
import java.util.concurrent.ExecutionException;
|
import java.util.concurrent.ExecutionException;
|
||||||
|
|
||||||
import org.gcube.common.authorization.library.provider.SecurityTokenProvider;
|
import org.gcube.common.authorization.library.provider.SecurityTokenProvider;
|
|
@ -1,3 +1,4 @@
|
||||||
|
package org.gcube.datatransfer.test;
|
||||||
import static org.gcube.resources.discovery.icclient.ICFactory.client;
|
import static org.gcube.resources.discovery.icclient.ICFactory.client;
|
||||||
import static org.gcube.resources.discovery.icclient.ICFactory.queryFor;
|
import static org.gcube.resources.discovery.icclient.ICFactory.queryFor;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
package org.gcube.datatransfer.test;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
|
@ -0,0 +1,232 @@
|
||||||
|
package org.gcube.datatransfer.test;
|
||||||
|
//import org.gcube.common.encryption.StringEncrypter;
|
||||||
|
//import org.gcube.common.scope.api.ScopeProvider;
|
||||||
|
//import org.gcube.spatial.data.geonetwork.GeoNetwork;
|
||||||
|
//import org.gcube.spatial.data.geonetwork.GeoNetworkPublisher;
|
||||||
|
//import org.gcube.spatial.data.geonetwork.GeoNetworkReader;
|
||||||
|
//import org.gcube.spatial.data.geonetwork.LoginLevel;
|
||||||
|
//import org.gcube.spatial.data.geonetwork.configuration.Configuration;
|
||||||
|
//import org.gcube.spatial.data.geonetwork.model.Account;
|
||||||
|
//import org.gcube.spatial.data.geonetwork.model.Account.Type;
|
||||||
|
//import org.opengis.metadata.Metadata;
|
||||||
|
//
|
||||||
|
//import it.geosolutions.geonetwork.util.GNSearchRequest;
|
||||||
|
//import it.geosolutions.geonetwork.util.GNSearchResponse;
|
||||||
|
//
|
||||||
|
///**
|
||||||
|
// *
|
||||||
|
// * @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
|
||||||
|
// * Aug 31, 2016
|
||||||
|
// */
|
||||||
|
//public class GeonetworkQueryTest {
|
||||||
|
//
|
||||||
|
// private static final int MAX = 10;
|
||||||
|
//
|
||||||
|
// private static final String UUID = "8a878105-ef06-4b1f-843f-120fc525b22b";
|
||||||
|
//
|
||||||
|
// //private String[] scopesProd = {"/gcube/devsec/devVRE"};
|
||||||
|
//
|
||||||
|
// //private String[] scopesProd = {"/d4science.research-infrastructures.eu/gCubeApps/SIASPA"};
|
||||||
|
//
|
||||||
|
// //private String[] scopesProd = {"/d4science.research-infrastructures.eu/gCubeApps/fisheriesandecosystematmii"};
|
||||||
|
//
|
||||||
|
// //private String[] scopesProd = {"/d4science.research-infrastructures.eu/D4Research"};
|
||||||
|
//
|
||||||
|
// //private String[] scopesProd = {"/d4science.research-infrastructures.eu"};
|
||||||
|
//
|
||||||
|
// //private String[] scopesProd = {"/d4science.research-infrastructures.eu/gCubeApps/FAO_TunaAtlas"};
|
||||||
|
//
|
||||||
|
// //private String[] scopesProd = {"/d4science.research-infrastructures.eu/D4Research/Blue-Datathon"};
|
||||||
|
// private String[] scopesProd = {"/d4science.research-infrastructures.eu/gCubeApps/RPrototypingLab"};
|
||||||
|
//
|
||||||
|
// private LoginLevel loginLevel = LoginLevel.CKAN;
|
||||||
|
//
|
||||||
|
// private Type accountType = Type.SCOPE;
|
||||||
|
//
|
||||||
|
// private String textToSearch = "geo_fea";
|
||||||
|
//
|
||||||
|
// //@Test
|
||||||
|
// public void getCount() throws Exception{
|
||||||
|
// try{
|
||||||
|
// for(String scope:scopesProd){
|
||||||
|
// ScopeProvider.instance.set(scope);
|
||||||
|
// GeoNetworkPublisher reader=GeoNetwork.get();
|
||||||
|
//
|
||||||
|
// Configuration config = reader.getConfiguration();
|
||||||
|
// Account account=config.getScopeConfiguration().getAccounts().get(accountType);
|
||||||
|
//
|
||||||
|
// //System.out.println("User: "+account.getUser()+", Pwd: "+account.getPassword());
|
||||||
|
// System.out.println("Admin: "+config.getAdminAccount().getUser()+", Pwd: "+config.getAdminAccount().getPassword());
|
||||||
|
//
|
||||||
|
// try{
|
||||||
|
// String decryptedPassword = StringEncrypter.getEncrypter().decrypt(account.getPassword());
|
||||||
|
// System.out.println("Decrypted Password: "+decryptedPassword);
|
||||||
|
// }catch(Exception e){
|
||||||
|
// System.out.println("ignoring exception during pwd decrypting");
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// // req.addParam("keyword", "Thredds");
|
||||||
|
// final GNSearchRequest req=new GNSearchRequest();
|
||||||
|
//// req.addParam(GNSearchRequest.Param.any,"Thredds");
|
||||||
|
// GNSearchResponse resp = reader.query(req);
|
||||||
|
// int publicCount=resp.getCount();
|
||||||
|
// reader.login(loginLevel);
|
||||||
|
// int totalCount=reader.query(req).getCount();
|
||||||
|
// System.out.println("SCOPE "+scope+" found "+totalCount+" (public : "+publicCount+", private :"+(totalCount-publicCount)+")");
|
||||||
|
// if(totalCount==0)
|
||||||
|
// return;
|
||||||
|
// /*try{
|
||||||
|
// int last = totalCount>MAX?totalCount:MAX;
|
||||||
|
// for(int i=0; i<last; i++){
|
||||||
|
// String xml = reader.getByIdAsRawString(resp.getMetadata(i).getUUID());
|
||||||
|
// System.out.println(i+") is Thredds? "+containsString(xml, "Thredds"));
|
||||||
|
// }
|
||||||
|
// }catch(Exception e ){
|
||||||
|
// e.printStackTrace();
|
||||||
|
// }*/
|
||||||
|
//
|
||||||
|
// }
|
||||||
|
// }catch(Exception e){
|
||||||
|
// e.printStackTrace();
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// //@Test
|
||||||
|
// public void getLayerByUUID() throws Exception{
|
||||||
|
// try{
|
||||||
|
// for(String scope:scopesProd){
|
||||||
|
// ScopeProvider.instance.set(scope);
|
||||||
|
// GeoNetworkPublisher reader=GeoNetwork.get();
|
||||||
|
//
|
||||||
|
// Configuration config = reader.getConfiguration();
|
||||||
|
// Account account=config.getScopeConfiguration().getAccounts().get(accountType);
|
||||||
|
//
|
||||||
|
// //System.out.println("User: "+account.getUser()+", Pwd: "+account.getPassword());
|
||||||
|
// System.out.println("Admin: "+config.getAdminAccount().getUser()+", Pwd: "+config.getAdminAccount().getPassword());
|
||||||
|
//
|
||||||
|
// Metadata meta = reader.getById(UUID);
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// try{
|
||||||
|
// String decryptedPassword = StringEncrypter.getEncrypter().decrypt(account.getPassword());
|
||||||
|
// System.out.println("Decrypted Password: "+decryptedPassword);
|
||||||
|
// }catch(Exception e){
|
||||||
|
// System.out.println("ignoring exception during pwd decrypting");
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// System.out.println("SCOPE "+scope+" found meta "+meta);
|
||||||
|
//
|
||||||
|
// }
|
||||||
|
// }catch(Exception e){
|
||||||
|
// System.err.println("Error on getting layer by UUID: "+UUID);
|
||||||
|
// e.printStackTrace();
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// //@Test
|
||||||
|
// public void getLayersBySearch() throws Exception{
|
||||||
|
// try{
|
||||||
|
// for(String scope:scopesProd){
|
||||||
|
// ScopeProvider.instance.set(scope);
|
||||||
|
// GeoNetworkPublisher reader=GeoNetwork.get();
|
||||||
|
//
|
||||||
|
// Configuration config = reader.getConfiguration();
|
||||||
|
// Account account=config.getScopeConfiguration().getAccounts().get(accountType);
|
||||||
|
//
|
||||||
|
// //System.out.println("User: "+account.getUser()+", Pwd: "+account.getPassword());
|
||||||
|
// System.out.println("Admin: "+config.getAdminAccount().getUser()+", Pwd: "+config.getAdminAccount().getPassword());
|
||||||
|
//
|
||||||
|
// try{
|
||||||
|
// String decryptedPassword = StringEncrypter.getEncrypter().decrypt(account.getPassword());
|
||||||
|
// System.out.println("Decrypted Password: "+decryptedPassword);
|
||||||
|
// }catch(Exception e){
|
||||||
|
// System.out.println("ignoring exception during pwd decrypting");
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// // req.addParam("keyword", "Thredds");
|
||||||
|
// //final GNSearchRequest req=new GNSearchRequest();
|
||||||
|
// final GNSearchRequest req = getRequest(true, textToSearch);
|
||||||
|
//// req.addParam(GNSearchRequest.Param.any,"Thredds");
|
||||||
|
// GNSearchResponse resp = reader.query(req);
|
||||||
|
// int publicCount=resp.getCount();
|
||||||
|
// reader.login(loginLevel);
|
||||||
|
// int totalCount=reader.query(req).getCount();
|
||||||
|
// System.out.println("QUERY "+textToSearch);
|
||||||
|
// System.out.println("SCOPE "+scope+" found "+totalCount+" (public : "+publicCount+", private :"+(totalCount-publicCount)+")");
|
||||||
|
//
|
||||||
|
//// if(totalCount==0)
|
||||||
|
//// return;
|
||||||
|
//// try{
|
||||||
|
//// int last = totalCount>MAX?totalCount:MAX;
|
||||||
|
////
|
||||||
|
//// for(int i=0; i<last; i++){
|
||||||
|
//// //String xml = reader.getByIdAsRawString(resp.getMetadata(i).getUUID());
|
||||||
|
//// GNMetadata xml = resp.getMetadata(i);
|
||||||
|
//// //System.out.println(i+") is Thredds? "+containsString(xml, "Thredds"));
|
||||||
|
//// System.out.println(xml.toString());
|
||||||
|
//// }
|
||||||
|
//// }catch(Exception e ){
|
||||||
|
//// e.printStackTrace();
|
||||||
|
//// }
|
||||||
|
//
|
||||||
|
// }
|
||||||
|
// }catch(Exception e){
|
||||||
|
// e.printStackTrace();
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// private boolean containsString(String txt, String value){
|
||||||
|
// return txt.contains(value);
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// /**
|
||||||
|
// * Gets the request.
|
||||||
|
// *
|
||||||
|
// * @param sortByTitle the sort by title
|
||||||
|
// * @param textToSearch the text to search
|
||||||
|
// * @return the request
|
||||||
|
// */
|
||||||
|
// public GNSearchRequest getRequest(boolean sortByTitle, String textToSearch) {
|
||||||
|
//
|
||||||
|
// GNSearchRequest req = new GNSearchRequest();
|
||||||
|
//
|
||||||
|
// if(sortByTitle)
|
||||||
|
// req.addConfig(GNSearchRequest.Config.sortBy, "title");
|
||||||
|
//
|
||||||
|
// if(textToSearch==null || textToSearch.isEmpty()){
|
||||||
|
// req.addParam(GNSearchRequest.Param.any, textToSearch);
|
||||||
|
// System.out.println("search by any text");
|
||||||
|
// }else{
|
||||||
|
// req.addParam(GNSearchRequest.Param.title, textToSearch);
|
||||||
|
// req.addConfig(GNSearchRequest.Config.similarity, "1");
|
||||||
|
// System.out.println("search by title");
|
||||||
|
// }
|
||||||
|
// System.out.println("text to search "+textToSearch);
|
||||||
|
//
|
||||||
|
// return req;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//// @Test
|
||||||
|
// public void getCountProd() throws Exception{
|
||||||
|
// try{
|
||||||
|
// for(String scope:scopesProd){
|
||||||
|
// ScopeProvider.instance.set(scope);
|
||||||
|
// GeoNetworkReader reader=GeoNetwork.get();
|
||||||
|
// final GNSearchRequest req=new GNSearchRequest();
|
||||||
|
// // req.addParam("keyword", "Thredds");
|
||||||
|
//// req.addParam(GNSearchRequest.Param.any,"Oscar");
|
||||||
|
// int publicCount=reader.query(req).getCount();
|
||||||
|
// reader.login(loginLevel);
|
||||||
|
// int totalCount=reader.query(req).getCount();
|
||||||
|
// System.out.println("SCOPE "+scope+" found "+totalCount+" (public : "+publicCount+", private :"+(totalCount-publicCount)+")");
|
||||||
|
// }
|
||||||
|
// }catch (Exception e) {
|
||||||
|
// e.printStackTrace();
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
//}
|
|
@ -1,3 +1,4 @@
|
||||||
|
package org.gcube.datatransfer.test;
|
||||||
//import javax.servlet.ServletException;
|
//import javax.servlet.ServletException;
|
||||||
//
|
//
|
||||||
//import org.gcube.datatransfer.resolver.GeonetworkRequestDecoder;
|
//import org.gcube.datatransfer.resolver.GeonetworkRequestDecoder;
|
|
@ -1,3 +1,4 @@
|
||||||
|
package org.gcube.datatransfer.test;
|
||||||
import java.io.ByteArrayInputStream;
|
import java.io.ByteArrayInputStream;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.io.InputStream;
|
import java.io.InputStream;
|
||||||
|
@ -48,7 +49,7 @@ public class GeonetworkResolverTest {
|
||||||
/*String scopeValue ="/gcube/devsec/devVRE";
|
/*String scopeValue ="/gcube/devsec/devVRE";
|
||||||
String remainValue = "/srv/en/mef.export";
|
String remainValue = "/srv/en/mef.export";
|
||||||
String queryString = "scope=/gcube/devsec/devVRE&remainPath=/srv/en/mef.export&version=2.0.2&request=GetCapabilities&service=CSW";
|
String queryString = "scope=/gcube/devsec/devVRE&remainPath=/srv/en/mef.export&version=2.0.2&request=GetCapabilities&service=CSW";
|
||||||
ServerParameters geonetworkParams = new ServerParameters("http://geoserver-dev2.d4science-ii.research-infrastructures.eu/geonetwork", "", "");
|
ServiceEndpointParameters geonetworkParams = new ServiceEndpointParameters("http://geoserver-dev2.d4science-ii.research-infrastructures.eu/geonetwork", "", "");
|
||||||
|
|
||||||
String newQueryString = purgeScopeFromQueryString(scopeValue, queryString);
|
String newQueryString = purgeScopeFromQueryString(scopeValue, queryString);
|
||||||
logger.info("Purged query string from "+scopeValue+" is: "+newQueryString);
|
logger.info("Purged query string from "+scopeValue+" is: "+newQueryString);
|
|
@ -1,3 +1,4 @@
|
||||||
|
package org.gcube.datatransfer.test;
|
||||||
import static org.gcube.resources.discovery.icclient.ICFactory.client;
|
import static org.gcube.resources.discovery.icclient.ICFactory.client;
|
||||||
|
|
||||||
import java.io.StringReader;
|
import java.io.StringReader;
|
|
@ -1,3 +1,4 @@
|
||||||
|
package org.gcube.datatransfer.test;
|
||||||
import org.gcube.common.scope.api.ScopeProvider;
|
import org.gcube.common.scope.api.ScopeProvider;
|
||||||
import org.gcube.datatransfer.resolver.gis.entity.GisLayerItem;
|
import org.gcube.datatransfer.resolver.gis.entity.GisLayerItem;
|
||||||
import org.gcube.datatransfer.resolver.services.GisResolver;
|
import org.gcube.datatransfer.resolver.services.GisResolver;
|
||||||
|
@ -17,7 +18,7 @@ public class GisResolverTest {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
GisResolver gisResolver = new GisResolver();
|
GisResolver gisResolver = new GisResolver();
|
||||||
ScopeProvider.instance.set(scope);
|
ScopeProvider.instance.set(scope);
|
||||||
//ServerParameters geonetworkParams = getCachedServerParameters(scope);
|
//ServiceEndpointParameters geonetworkParams = getCachedServerParameters(scope);
|
||||||
try {
|
try {
|
||||||
GisLayerItem gisLayerItem = gisResolver.getGisLayerForLayerUUID(null, scope, gisUUID);
|
GisLayerItem gisLayerItem = gisResolver.getGisLayerForLayerUUID(null, scope, gisUUID);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
@ -32,7 +33,7 @@ public class GisResolverTest {
|
||||||
String scope = "/gcube/devsec/devVRE";
|
String scope = "/gcube/devsec/devVRE";
|
||||||
String UUID = "177e1c3c-4a22-4ad9-b015-bfc443d16cb8";
|
String UUID = "177e1c3c-4a22-4ad9-b015-bfc443d16cb8";
|
||||||
try {
|
try {
|
||||||
ServerParameters geonetworkParams = gisResolver.getCachedServerParameters(scope);
|
ServiceEndpointParameters geonetworkParams = gisResolver.getCachedServerParameters(scope);
|
||||||
String wmsRequest = gisResolver.getLayerWmsRequest(scope, UUID, geonetworkParams);
|
String wmsRequest = gisResolver.getLayerWmsRequest(scope, UUID, geonetworkParams);
|
||||||
System.out.println("Final url is: " + wmsRequest);
|
System.out.println("Final url is: " + wmsRequest);
|
||||||
wmsRequest = URLEncoder.encode(wmsRequest, UTF_8);
|
wmsRequest = URLEncoder.encode(wmsRequest, UTF_8);
|
|
@ -1,3 +1,4 @@
|
||||||
|
package org.gcube.datatransfer.test;
|
||||||
|
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
|
@ -0,0 +1,116 @@
|
||||||
|
package org.gcube.datatransfer.test;
|
||||||
|
|
||||||
|
import static org.gcube.resources.discovery.icclient.ICFactory.clientFor;
|
||||||
|
import static org.gcube.resources.discovery.icclient.ICFactory.queryFor;
|
||||||
|
|
||||||
|
import java.util.Collection;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
import org.apache.log4j.Logger;
|
||||||
|
import org.gcube.common.encryption.StringEncrypter;
|
||||||
|
import org.gcube.common.resources.gcore.ServiceEndpoint;
|
||||||
|
import org.gcube.common.resources.gcore.ServiceEndpoint.AccessPoint;
|
||||||
|
import org.gcube.common.scope.api.ScopeProvider;
|
||||||
|
import org.gcube.datatransfer.resolver.services.exceptions.NotFoundException;
|
||||||
|
import org.gcube.resources.discovery.client.api.DiscoveryClient;
|
||||||
|
import org.gcube.resources.discovery.client.queries.api.SimpleQuery;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Class ServiceEndpointReader.
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
|
*
|
||||||
|
* Jan 27, 2022
|
||||||
|
*/
|
||||||
|
public class ServiceEndpointReader {
|
||||||
|
|
||||||
|
private static final String RESOURCE_NAME = "DEV Geoserver";
|
||||||
|
private static final String CATEGORY_NAME = "Gis";
|
||||||
|
private static final String SCOPE = "/gcube/devsec/devVRE";
|
||||||
|
|
||||||
|
public static Logger LOG = Logger.getLogger(ServiceEndpointReader.class);
|
||||||
|
|
||||||
|
|
||||||
|
public static void main(String[] args) {
|
||||||
|
try {
|
||||||
|
readServiceEndpoint(SCOPE);
|
||||||
|
} catch (Exception e) {
|
||||||
|
// TODO Auto-generated catch block
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Read service endpoint.
|
||||||
|
*
|
||||||
|
* @param req the req
|
||||||
|
* @param scope the scope
|
||||||
|
* @throws Exception
|
||||||
|
*/
|
||||||
|
public static void readServiceEndpoint(String scope) throws Exception{
|
||||||
|
|
||||||
|
String callerScope = null;
|
||||||
|
try{
|
||||||
|
callerScope = ScopeProvider.instance.get();
|
||||||
|
ScopeProvider.instance.set(scope);
|
||||||
|
LOG.info("Searching SE "+RESOURCE_NAME +" configurations in the scope: "+ScopeProvider.instance.get());
|
||||||
|
|
||||||
|
SimpleQuery query = queryFor(ServiceEndpoint.class);
|
||||||
|
query.addCondition("$resource/Profile/Name/text() eq '"+ RESOURCE_NAME +"'");
|
||||||
|
query.addCondition("$resource/Profile/Category/text() eq '"+ CATEGORY_NAME +"'");
|
||||||
|
|
||||||
|
DiscoveryClient<ServiceEndpoint> client = clientFor(ServiceEndpoint.class);
|
||||||
|
List<ServiceEndpoint> toReturn = client.submit(query);
|
||||||
|
|
||||||
|
LOG.info("The query returned "+toReturn.size()+ " ServiceEndpoint/s");
|
||||||
|
|
||||||
|
if(toReturn.size()==0){
|
||||||
|
String errorMessage = String.format("Missing the RR with Name '%s' and Category '%s' in the scope '%s'. Please contact the support.",RESOURCE_NAME,CATEGORY_NAME,ScopeProvider.instance.get());
|
||||||
|
LOG.error(errorMessage);
|
||||||
|
throw new Exception(errorMessage);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
String accessPointUsername = null;
|
||||||
|
String accessPointPwd = null;
|
||||||
|
|
||||||
|
ServiceEndpoint se = toReturn.get(0);
|
||||||
|
Collection<AccessPoint> theAccessPoints = se.profile().accessPoints().asCollection();
|
||||||
|
for (AccessPoint accessPoint : theAccessPoints) {
|
||||||
|
accessPointUsername = accessPoint.username();
|
||||||
|
System.out.println("AccessPoint username: "+accessPointPwd);
|
||||||
|
accessPointPwd = accessPoint.password();
|
||||||
|
if(accessPointUsername!=null && accessPointPwd!=null) {
|
||||||
|
LOG.info("returning the access point with name: "+accessPoint.name());
|
||||||
|
if (accessPointPwd != null) {
|
||||||
|
accessPointPwd = StringEncrypter.getEncrypter().decrypt(accessPointPwd);
|
||||||
|
LOG.info("Decrypted pwd registered into Access Point '" + accessPoint.name() + "' is: "
|
||||||
|
+ accessPointPwd+"...");
|
||||||
|
|
||||||
|
System.out.println("AccessPoint pwd is: "+accessPointPwd);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}catch(Exception e){
|
||||||
|
|
||||||
|
if(e instanceof NotFoundException)
|
||||||
|
throw e;
|
||||||
|
|
||||||
|
String errorMessage = "Error occurred on reading the "+RESOURCE_NAME+" SE registered in the scope: "+ScopeProvider.instance.get();
|
||||||
|
LOG.error(errorMessage, e);
|
||||||
|
throw new Exception(errorMessage);
|
||||||
|
|
||||||
|
}finally{
|
||||||
|
if(callerScope!=null){
|
||||||
|
LOG.info("Setting to the callerScope scope: "+callerScope);
|
||||||
|
ScopeProvider.instance.set(callerScope);
|
||||||
|
}else{
|
||||||
|
LOG.info("Reset scope");
|
||||||
|
ScopeProvider.instance.reset();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,51 @@
|
||||||
|
package org.gcube.datatransfer.test;
|
||||||
|
import org.gcube.common.authorization.library.provider.SecurityTokenProvider;
|
||||||
|
import org.gcube.common.scope.api.ScopeProvider;
|
||||||
|
import org.gcube.common.storagehub.client.StreamDescriptor;
|
||||||
|
import org.gcube.common.storagehub.client.plugins.AbstractPlugin;
|
||||||
|
import org.gcube.common.storagehub.client.proxies.ItemManagerClient;
|
||||||
|
import org.gcube.datatransfer.resolver.init.UriResolverSmartGearManagerInit;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Class CatalogueResolverTest.
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
|
||||||
|
*
|
||||||
|
* May 13, 2019
|
||||||
|
*/
|
||||||
|
public class StorageHubTest {
|
||||||
|
|
||||||
|
private static String entityName = "using_e-infrastructures_for_biodiversity_conservation";
|
||||||
|
private static String entityContext = "ctlg";
|
||||||
|
private static String vreName = "BlueBridgeProject";
|
||||||
|
|
||||||
|
private String rootContextScope = "/d4science.research-infrastructures.eu";
|
||||||
|
private String authorizationToken = "";
|
||||||
|
|
||||||
|
//@Before
|
||||||
|
public void init() {
|
||||||
|
|
||||||
|
UriResolverSmartGearManagerInit.setRootContextScope(rootContextScope);
|
||||||
|
}
|
||||||
|
|
||||||
|
//@Test
|
||||||
|
public void testStreamDescriptorInfo() {
|
||||||
|
System.out.println("testStreamDescriptorInfo starts...");
|
||||||
|
ScopeProvider.instance.set(rootContextScope);
|
||||||
|
SecurityTokenProvider.instance.set(authorizationToken);
|
||||||
|
String storageHubId = "E_NGJIUEYvU09sNG1YY0R2VGIyaStWdGhDSW9sSjRNdDRkdVI2RHRGb1BZMVBaVFlzMG1mOU5QUEtFM1hQeE9kbw==";
|
||||||
|
try{
|
||||||
|
|
||||||
|
ItemManagerClient client = AbstractPlugin.item().build();
|
||||||
|
StreamDescriptor descriptor = client.resolvePublicLink(storageHubId);
|
||||||
|
System.out.println("Descriptor: "+descriptor);
|
||||||
|
|
||||||
|
}catch(Exception e){
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
|
@ -1,3 +1,4 @@
|
||||||
|
package org.gcube.datatransfer.test;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.FileOutputStream;
|
import java.io.FileOutputStream;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
|
@ -1,3 +1,4 @@
|
||||||
|
package org.gcube.datatransfer.test;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.FileOutputStream;
|
import java.io.FileOutputStream;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
|
@ -0,0 +1,129 @@
|
||||||
|
package org.gcube.datatransfer.test;
|
||||||
|
import java.io.InputStream;
|
||||||
|
import java.io.InputStreamReader;
|
||||||
|
import java.net.HttpURLConnection;
|
||||||
|
import java.net.URL;
|
||||||
|
|
||||||
|
import org.apache.commons.codec.binary.Base64;
|
||||||
|
import org.gcube.common.encryption.StringEncrypter;
|
||||||
|
import org.gcube.common.resources.gcore.ServiceEndpoint.AccessPoint;
|
||||||
|
import org.gcube.common.scope.api.ScopeProvider;
|
||||||
|
import org.gcube.datatransfer.resolver.services.WekeoResolver;
|
||||||
|
import org.slf4j.Logger;
|
||||||
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Class WekeoResolverTest.
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||||
|
*
|
||||||
|
* Mar 31, 2021
|
||||||
|
*/
|
||||||
|
public class WekeoResolverTest {
|
||||||
|
|
||||||
|
private static Logger logger = LoggerFactory.getLogger(WekeoResolverTest.class);
|
||||||
|
|
||||||
|
private final static String RUNTIME_WKEO_RESOURCE_NAME = "WekeoDataBroker";
|
||||||
|
|
||||||
|
public static final String scope = "/gcube/devsec/devVRE";
|
||||||
|
|
||||||
|
|
||||||
|
//@Test
|
||||||
|
public void testWekeo() throws Exception{
|
||||||
|
|
||||||
|
StringBuilder wekeoResponse = new StringBuilder();
|
||||||
|
try {
|
||||||
|
|
||||||
|
logger.info(" test starts...");
|
||||||
|
|
||||||
|
ScopeProvider.instance.set(scope);
|
||||||
|
AccessPoint wekeoAccessPoint = WekeoResolver.readWekeoServiceEndpoint(null, scope);
|
||||||
|
|
||||||
|
if (wekeoAccessPoint != null) {
|
||||||
|
|
||||||
|
String wekeoUsername = wekeoAccessPoint.username();
|
||||||
|
String wekeoAddress = wekeoAccessPoint.address();
|
||||||
|
String wekeoPwd = wekeoAccessPoint.password();
|
||||||
|
|
||||||
|
// printing the access point found
|
||||||
|
if (logger.isDebugEnabled()) {
|
||||||
|
String msg = String.format("Found the username '%s' and the address '%s' to perform the request",
|
||||||
|
wekeoUsername, wekeoAddress);
|
||||||
|
logger.debug(msg);
|
||||||
|
}
|
||||||
|
|
||||||
|
logger.info("The pwd is: "+wekeoPwd);
|
||||||
|
// decrypting the pwd
|
||||||
|
if (wekeoPwd != null) {
|
||||||
|
wekeoPwd = StringEncrypter.getEncrypter().decrypt(wekeoPwd);
|
||||||
|
logger.info("Decrypted pwd registered into Access Point '" + wekeoAccessPoint.name() + "' is: "
|
||||||
|
+ wekeoPwd.substring(0,wekeoPwd.length()/2)+"...");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (wekeoUsername != null && wekeoPwd != null & wekeoAddress != null) {
|
||||||
|
HttpURLConnection connection = null;
|
||||||
|
try {
|
||||||
|
|
||||||
|
String authString = wekeoUsername + ":" + wekeoPwd;
|
||||||
|
byte[] authEncBytes = Base64.encodeBase64(authString.getBytes());
|
||||||
|
String authStringEnc = new String(authEncBytes);
|
||||||
|
logger.debug("Base64 encoded auth string: " + authStringEnc);
|
||||||
|
|
||||||
|
logger.info("Performing the request to: "+wekeoAddress);
|
||||||
|
URL url = new URL(wekeoAddress);
|
||||||
|
connection = (HttpURLConnection) url.openConnection();
|
||||||
|
connection.setRequestMethod("GET");
|
||||||
|
connection.setDoOutput(true);
|
||||||
|
connection.setRequestProperty("Authorization", "Basic " + authStringEnc);
|
||||||
|
InputStream content = (InputStream) connection.getInputStream();
|
||||||
|
InputStreamReader in = new InputStreamReader(content);
|
||||||
|
|
||||||
|
logger.info("the response code is: "+connection.getResponseCode());
|
||||||
|
|
||||||
|
int numCharsRead;
|
||||||
|
char[] charArray = new char[1024];
|
||||||
|
StringBuffer sb = new StringBuffer();
|
||||||
|
logger.debug("reading the response...");
|
||||||
|
while ((numCharsRead = in.read(charArray)) > 0) {
|
||||||
|
sb.append(charArray, 0, numCharsRead);
|
||||||
|
}
|
||||||
|
wekeoResponse.append(sb.toString());
|
||||||
|
//System.out.println(wekeoResponse);
|
||||||
|
|
||||||
|
} catch (Exception e) {
|
||||||
|
logger.error(e.getMessage(), e);
|
||||||
|
String error = String.format("Error on performing request to %s", wekeoAddress);
|
||||||
|
throw new Exception(error);
|
||||||
|
} finally {
|
||||||
|
try {
|
||||||
|
if (connection != null) {
|
||||||
|
connection.disconnect();
|
||||||
|
}
|
||||||
|
}catch (Exception e) {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
} else {
|
||||||
|
String error = String.format(
|
||||||
|
"I cannot read the configurations (adress, username,password) from %s in the scope %s",
|
||||||
|
RUNTIME_WKEO_RESOURCE_NAME, scope);
|
||||||
|
throw new Exception(error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// to be sure
|
||||||
|
if (wekeoResponse.length() == 0) {
|
||||||
|
String error = String
|
||||||
|
.format("Sorry an error occured on getting the access token from Wekeo. Please, retry the request");
|
||||||
|
throw new Exception(error);
|
||||||
|
}
|
||||||
|
|
||||||
|
logger.info("returning: \n"+wekeoResponse.toString());
|
||||||
|
|
||||||
|
} catch (Exception e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
logger.error(e.getMessage(), e);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,161 @@
|
||||||
|
package resources;
|
||||||
|
import static org.gcube.resources.discovery.icclient.ICFactory.client;
|
||||||
|
import static org.gcube.resources.discovery.icclient.ICFactory.queryFor;
|
||||||
|
|
||||||
|
import java.io.BufferedWriter;
|
||||||
|
import java.io.FileWriter;
|
||||||
|
import java.io.PrintWriter;
|
||||||
|
import java.io.Serializable;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
|
import org.gcube.common.resources.gcore.GCoreEndpoint;
|
||||||
|
import org.gcube.common.scope.api.ScopeProvider;
|
||||||
|
import org.gcube.resources.discovery.client.api.DiscoveryClient;
|
||||||
|
import org.gcube.resources.discovery.client.queries.api.SimpleQuery;
|
||||||
|
import org.slf4j.Logger;
|
||||||
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Class GcoreEndpointReader.
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
|
||||||
|
* Jun 10, 2016
|
||||||
|
*/
|
||||||
|
public class GcoreEndpointReader implements Serializable{
|
||||||
|
|
||||||
|
private static final long serialVersionUID = 7631710353375893823L;
|
||||||
|
|
||||||
|
private static final Logger logger = LoggerFactory.getLogger(GcoreEndpointReader.class);
|
||||||
|
private List<String> endPoints;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Instantiates a new gcore endpoint reader.
|
||||||
|
*
|
||||||
|
* @param scope the scope
|
||||||
|
* @throws Exception the exception
|
||||||
|
*/
|
||||||
|
public GcoreEndpointReader(String scope, String serviceClass, String serviceName, String ckanResource) throws Exception {
|
||||||
|
|
||||||
|
String currentScope = ScopeProvider.instance.get();
|
||||||
|
try{
|
||||||
|
|
||||||
|
logger.info("set scope "+scope);
|
||||||
|
ScopeProvider.instance.set(scope);
|
||||||
|
|
||||||
|
SimpleQuery query = queryFor(GCoreEndpoint.class);
|
||||||
|
query.addCondition(String.format("$resource/Profile/ServiceClass/text() eq '%s'",serviceClass));
|
||||||
|
query.addCondition("$resource/Profile/DeploymentData/Status/text() eq 'ready'");
|
||||||
|
query.addCondition(String.format("$resource/Profile/ServiceName/text() eq '%s'",serviceName));
|
||||||
|
query.addCondition(String.format("$resource/Scopes/Scope/text()[.='%s']", scope)); // i.e. check the resource contains among the scopes this one
|
||||||
|
query.setResult("$resource/Profile/AccessPoint/RunningInstanceInterfaces//Endpoint[@EntryName/string() eq \""+ckanResource+"\"]/text()");
|
||||||
|
|
||||||
|
logger.debug("submitting quey "+query.toString());
|
||||||
|
|
||||||
|
DiscoveryClient<String> client = client();
|
||||||
|
List<String> endpoints = client.submit(query);
|
||||||
|
if (endpoints == null || endpoints.isEmpty()) throw new Exception("Cannot retrieve the GCoreEndpoint serviceName: "+serviceName +", serviceClass: " +serviceClass +", in scope: "+scope);
|
||||||
|
|
||||||
|
|
||||||
|
for (String endpoint : endpoints) {
|
||||||
|
System.out.println("end point "+endpoint);
|
||||||
|
}
|
||||||
|
this.endPoints = endpoints;
|
||||||
|
if(endPoints==null)
|
||||||
|
throw new Exception("Endpoint:"+ckanResource+", is null for serviceName: "+serviceName +", serviceClass: " +serviceClass +", in scope: "+scope);
|
||||||
|
|
||||||
|
logger.info("found entyname "+endPoints+" for ckanResource: "+ckanResource);
|
||||||
|
|
||||||
|
/*Group<Endpoint> accessPoints = se.profile().endpoints();
|
||||||
|
if(accessPoints.size()==0) throw new Exception("Endpoint in serviceName serviceName: "+serviceName +", serviceClass: " +serviceClass +", in scope: "+scope +" not found");
|
||||||
|
|
||||||
|
Endpoint ep = accessPoints.iterator().next();
|
||||||
|
|
||||||
|
String epName = ep.name();
|
||||||
|
|
||||||
|
System.out.println(epName);*/
|
||||||
|
|
||||||
|
}catch(Exception e){
|
||||||
|
String error = "An error occurred during GCoreEndpoint discovery, serviceName: "+serviceName +", serviceClass: " +serviceClass +", in scope: "+scope +".";
|
||||||
|
logger.error(error, e);
|
||||||
|
throw new Exception(error);
|
||||||
|
}finally{
|
||||||
|
logger.info("scope provider reset");
|
||||||
|
ScopeProvider.instance.set(currentScope);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the end points.
|
||||||
|
*
|
||||||
|
* @return the end points
|
||||||
|
*/
|
||||||
|
public List<String> getEndPoints() {
|
||||||
|
|
||||||
|
return endPoints;
|
||||||
|
}
|
||||||
|
|
||||||
|
// private static String[] scopes = {"" +
|
||||||
|
// "/d4science.research-infrastructures.eu/gCubeApps",
|
||||||
|
// "/d4science.research-infrastructures.eu/FARM",
|
||||||
|
// "/d4science.research-infrastructures.eu/D4Research",
|
||||||
|
// "/d4science.research-infrastructures.eu/OpenAIRE",
|
||||||
|
// "/d4science.research-infrastructures.eu/Edison",
|
||||||
|
// "/d4science.research-infrastructures.eu/SmartArea",
|
||||||
|
// "/d4science.research-infrastructures.eu/SoBigData"};
|
||||||
|
static PrintWriter reportPrintWriter;
|
||||||
|
static PrintWriter errorPrintWriter;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The main method.
|
||||||
|
*
|
||||||
|
* @param args the arguments
|
||||||
|
*/
|
||||||
|
public static void main(String[] args) {
|
||||||
|
FileWriter reportWriter = null;
|
||||||
|
|
||||||
|
final String ckanResource = "org.gcube.data.access.ckanconnector.CkanConnector";
|
||||||
|
final String serviceName = "CkanConnector";
|
||||||
|
final String serviceClass = "DataAccess";
|
||||||
|
|
||||||
|
final String rootScope = "/d4science.research-infrastructures.eu";
|
||||||
|
|
||||||
|
try{
|
||||||
|
reportWriter = new FileWriter("report_ckanconnector.csv", true);
|
||||||
|
BufferedWriter reportBW = new BufferedWriter(reportWriter);
|
||||||
|
reportPrintWriter = new PrintWriter(reportBW);
|
||||||
|
reportPrintWriter.println("NB.; SCOPE; END POINTS;");
|
||||||
|
|
||||||
|
try {
|
||||||
|
int i = 0;
|
||||||
|
Map<String, String> scopes = GetAllInfrastructureScopes.loadMapOfScopeNameToFullScope(rootScope);
|
||||||
|
for (String scope : scopes.values()) {
|
||||||
|
System.out.println("Ckecking scope: "+scope);
|
||||||
|
ScopeProvider.instance.set(scope);
|
||||||
|
try{
|
||||||
|
i++;
|
||||||
|
GcoreEndpointReader reader = new GcoreEndpointReader(scope, serviceClass, serviceName, ckanResource);
|
||||||
|
System.out.println("Appending endpoints: "+reader.getEndPoints());
|
||||||
|
reportPrintWriter.println(i+"; "+scope+"; "+reader.getEndPoints());
|
||||||
|
}catch(Exception e){
|
||||||
|
i--;
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch (Exception e) {
|
||||||
|
// TODO Auto-generated catch block
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
|
||||||
|
}catch(Exception e){
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
finally{
|
||||||
|
if(reportPrintWriter!=null)
|
||||||
|
reportPrintWriter.close();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,221 @@
|
||||||
|
package resources;
|
||||||
|
import static org.gcube.resources.discovery.icclient.ICFactory.client;
|
||||||
|
|
||||||
|
import java.io.StringReader;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.HashMap;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
|
import javax.xml.parsers.DocumentBuilder;
|
||||||
|
import javax.xml.parsers.DocumentBuilderFactory;
|
||||||
|
|
||||||
|
import org.gcube.common.resources.gcore.utils.XPathHelper;
|
||||||
|
import org.gcube.common.scope.api.ScopeProvider;
|
||||||
|
import org.gcube.common.scope.impl.ScopeBean;
|
||||||
|
import org.gcube.common.scope.impl.ScopeBean.Type;
|
||||||
|
import org.gcube.resources.discovery.client.api.DiscoveryClient;
|
||||||
|
import org.gcube.resources.discovery.client.queries.api.Query;
|
||||||
|
import org.gcube.resources.discovery.client.queries.impl.QueryBox;
|
||||||
|
import org.slf4j.Logger;
|
||||||
|
import org.slf4j.LoggerFactory;
|
||||||
|
import org.w3c.dom.Document;
|
||||||
|
import org.w3c.dom.Element;
|
||||||
|
import org.xml.sax.InputSource;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Class GetAllInfrastructureScopes.
|
||||||
|
*
|
||||||
|
* @author Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it)
|
||||||
|
*
|
||||||
|
* May 16, 2019
|
||||||
|
*/
|
||||||
|
public class GetAllInfrastructureScopes {
|
||||||
|
|
||||||
|
public static Logger logger = LoggerFactory.getLogger(GetAllInfrastructureScopes.class);
|
||||||
|
|
||||||
|
protected static final String RESOURCE_PROFILE_NAME_TEXT = "/Resource/Profile/Name/text()";
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Load map of scope name to full scope.
|
||||||
|
*
|
||||||
|
* @param rootScope the root scope
|
||||||
|
* @return the map of binding between (VRE_NAME, FULL_SCOPE_OF_VRE_NAME)
|
||||||
|
* @throws Exception the exception
|
||||||
|
*/
|
||||||
|
public static Map<String, String> loadMapOfScopeNameToFullScope(String rootScope) throws Exception{
|
||||||
|
|
||||||
|
String originalScope = ScopeProvider.instance.get();
|
||||||
|
|
||||||
|
try{
|
||||||
|
ScopeBean scopeBean = null;
|
||||||
|
Map<String, String> scopeNameToFullScopeMap = new HashMap<String,String>();
|
||||||
|
ScopeProvider.instance.set(rootScope);
|
||||||
|
String secondaryType = Type.INFRASTRUCTURE.name();
|
||||||
|
scopeBean = new ScopeBean(rootScope);
|
||||||
|
logger.info("Added the couple ({},{}) as {} (NAME, FULL SCOPE) into map", scopeBean.name(), rootScope, secondaryType);
|
||||||
|
scopeNameToFullScopeMap.put(scopeBean.name(), rootScope);
|
||||||
|
List<String> listVOScopes = getListOfVOScopes(secondaryType);
|
||||||
|
logger.info("Searching for secondaryType={} the scope/s found is/are: " +secondaryType, listVOScopes);
|
||||||
|
|
||||||
|
//int noVOTypeCount = 0;
|
||||||
|
for (String voScope : listVOScopes) {
|
||||||
|
//int count = voScope.length() - voScope.replace("/", "").length();
|
||||||
|
scopeBean = new ScopeBean(voScope);
|
||||||
|
//IS A VO
|
||||||
|
//if(count==2){
|
||||||
|
if(scopeBean.is(Type.VO)){
|
||||||
|
secondaryType = Type.VO.name();
|
||||||
|
logger.info("{} is a {}...",voScope,secondaryType);
|
||||||
|
ScopeProvider.instance.set(voScope);
|
||||||
|
scopeBean = new ScopeBean(voScope);
|
||||||
|
logger.info("Added the couple ({},{}) as {} (NAME, FULL SCOPE) into map", scopeBean.name(), voScope, secondaryType);
|
||||||
|
scopeNameToFullScopeMap.put(scopeBean.name(), voScope);
|
||||||
|
secondaryType = Type.VRE.name();
|
||||||
|
List<String> listVREs = getListOfResourcesForSecondaryType(secondaryType);
|
||||||
|
logger.debug("VREs found for VO "+voScope+ " is/are "+listVREs.size()+ ": "+listVREs);
|
||||||
|
for (String vreName : listVREs) {
|
||||||
|
String vreScope = String.format("%s/%s", voScope,vreName);
|
||||||
|
scopeNameToFullScopeMap.put(vreName, vreScope);
|
||||||
|
}
|
||||||
|
|
||||||
|
}else{
|
||||||
|
//noVOTypeCount++;
|
||||||
|
logger.info(voScope +" is not a VO, skipping it");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/*System.out.println("Total VO is: "+(listVOScopes.size()+noVOTypeCount));
|
||||||
|
for (String vreName : vreNameFullScope.keySet()) {
|
||||||
|
System.out.println("VRE Name: "+vreName + " has scope: "+vreNameFullScope.get(vreName));
|
||||||
|
}*/
|
||||||
|
|
||||||
|
logger.info("Total VRE is: "+scopeNameToFullScopeMap.size());
|
||||||
|
return scopeNameToFullScopeMap;
|
||||||
|
|
||||||
|
}catch(Exception e ){
|
||||||
|
throw new Exception("Error on loading the map of VRE nameto scope: ", e);
|
||||||
|
}
|
||||||
|
finally{
|
||||||
|
if(originalScope!=null && !originalScope.isEmpty()){
|
||||||
|
ScopeProvider.instance.set(originalScope);
|
||||||
|
}else
|
||||||
|
ScopeProvider.instance.reset();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the list of resources for secondary type.
|
||||||
|
*
|
||||||
|
* @param secondaryType the secondary type
|
||||||
|
* @return the list of resource names for the input secondary type
|
||||||
|
*/
|
||||||
|
private static List<String> getListOfResourcesForSecondaryType(String secondaryType) {
|
||||||
|
|
||||||
|
String queryString = "for $profile in collection('/db/Profiles/GenericResource')//Resource " +
|
||||||
|
"where $profile/Profile/SecondaryType/string() eq '"+secondaryType+"' return $profile";
|
||||||
|
|
||||||
|
List<String> listResourceName = new ArrayList<String>();
|
||||||
|
|
||||||
|
try {
|
||||||
|
logger.info("Trying to fetch GenericResource in the scope: "+ScopeProvider.instance.get()+", SecondaryType: " + secondaryType);
|
||||||
|
Query q = new QueryBox(queryString);
|
||||||
|
DiscoveryClient<String> client = client();
|
||||||
|
List<String> listGenericResources = client.submit(q);
|
||||||
|
|
||||||
|
logger.info("# of GenericResource returned are: "+listGenericResources.size());
|
||||||
|
|
||||||
|
if (listGenericResources == null || listGenericResources.size() == 0)
|
||||||
|
throw new Exception("GenericResource with SecondaryType: " + secondaryType + ", is not registered in the scope: "+ScopeProvider.instance.get());
|
||||||
|
else {
|
||||||
|
|
||||||
|
|
||||||
|
for (String genericResource : listGenericResources) {
|
||||||
|
try{
|
||||||
|
String elem = genericResource;
|
||||||
|
DocumentBuilder docBuilder = DocumentBuilderFactory.newInstance().newDocumentBuilder();
|
||||||
|
Document document = docBuilder.parse(new InputSource(new StringReader(elem)));
|
||||||
|
Element rootElement = document.getDocumentElement();
|
||||||
|
XPathHelper helper = new XPathHelper(rootElement);
|
||||||
|
List<String> resourceNames = helper.evaluate(RESOURCE_PROFILE_NAME_TEXT);
|
||||||
|
|
||||||
|
if(resourceNames!=null && resourceNames.size()>0)
|
||||||
|
listResourceName.add(resourceNames.get(0));
|
||||||
|
|
||||||
|
}catch(Exception e){
|
||||||
|
throw new Exception("Error during parsing the generic resource: "+genericResource + " in the scope: "+ScopeProvider.instance.get());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
} catch (Exception e) {
|
||||||
|
logger.error("Error while trying to fetch generic resource from the infrastructure", e);
|
||||||
|
}
|
||||||
|
|
||||||
|
return listResourceName;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the list of resources for secondary type.
|
||||||
|
*
|
||||||
|
* @param secondaryType the secondary type
|
||||||
|
* @return the list of resource names for the input secondary type
|
||||||
|
*/
|
||||||
|
private static List<String> getListOfVOScopes(String secondaryType) {
|
||||||
|
|
||||||
|
String queryString = "for $profile in collection('/db/Profiles/GenericResource')//Resource " +
|
||||||
|
"where $profile/Profile/SecondaryType/string() eq '"+secondaryType+"' return $profile";
|
||||||
|
|
||||||
|
List<String> listOfVOScopes = new ArrayList<String>();
|
||||||
|
|
||||||
|
try {
|
||||||
|
logger.info("Trying to fetch GenericResource in the scope: "+ScopeProvider.instance.get()+", SecondaryType: " + secondaryType);
|
||||||
|
Query q = new QueryBox(queryString);
|
||||||
|
DiscoveryClient<String> client = client();
|
||||||
|
List<String> listGenericResources = client.submit(q);
|
||||||
|
|
||||||
|
logger.info("# of GenericResource returned searching for secondaryType= "+secondaryType+" is/are: "+listGenericResources.size());
|
||||||
|
|
||||||
|
if (listGenericResources == null || listGenericResources.size() == 0)
|
||||||
|
throw new Exception("GenericResource with SecondaryType: " + secondaryType + ", is not registered in the scope: "+ScopeProvider.instance.get());
|
||||||
|
else {
|
||||||
|
|
||||||
|
|
||||||
|
for (String genericResource : listGenericResources) {
|
||||||
|
try{
|
||||||
|
String elem = genericResource;
|
||||||
|
DocumentBuilder docBuilder = DocumentBuilderFactory.newInstance().newDocumentBuilder();
|
||||||
|
Document document = docBuilder.parse(new InputSource(new StringReader(elem)));
|
||||||
|
Element rootElement = document.getDocumentElement();
|
||||||
|
XPathHelper helper = new XPathHelper(rootElement);
|
||||||
|
// List<String> resourceNames = helper.evaluate(RESOURCE_PROFILE_NAME_TEXT);
|
||||||
|
//
|
||||||
|
// if(resourceNames!=null && resourceNames.size()>0)
|
||||||
|
// listResourceName.add(resourceNames.get(0));
|
||||||
|
|
||||||
|
List<String> scopes = helper.evaluate("/Resource/Profile/Body/infrastructures/infrastructure/vos/vo/scope/text()");
|
||||||
|
for (String scopeFound : scopes) {
|
||||||
|
listOfVOScopes.add(scopeFound);
|
||||||
|
}
|
||||||
|
|
||||||
|
}catch(Exception e){
|
||||||
|
throw new Exception("Error during parsing the generic resource: "+genericResource + " in the scope: "+ScopeProvider.instance.get());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
} catch (Exception e) {
|
||||||
|
logger.error("Error while trying to fetch generic resource from the infrastructure", e);
|
||||||
|
}
|
||||||
|
|
||||||
|
return listOfVOScopes;
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
|
@ -15,11 +15,13 @@ import java.nio.file.StandardCopyOption;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
|
import javax.ws.rs.core.Response.Status;
|
||||||
|
|
||||||
import org.apache.commons.io.FilenameUtils;
|
import org.apache.commons.io.FilenameUtils;
|
||||||
import org.apache.commons.io.IOUtils;
|
import org.apache.commons.io.IOUtils;
|
||||||
import org.apache.http.HttpStatus;
|
|
||||||
import org.gcube.datatransfer.resolver.applicationprofile.ApplicationProfileReader;
|
import org.gcube.datatransfer.resolver.applicationprofile.ApplicationProfileReader;
|
||||||
import org.gcube.datatransfer.resolver.util.HTTPCallsUtils;
|
import org.gcube.datatransfer.resolver.util.HTTPCallsUtils;
|
||||||
|
import org.junit.Test;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
|
@ -33,7 +35,7 @@ import org.slf4j.LoggerFactory;
|
||||||
public class TestResolvers {
|
public class TestResolvers {
|
||||||
|
|
||||||
|
|
||||||
public static final String URI_RESOLVER_SERVICE_ENDPOINT = "https://data1-d.d4science.net";
|
public static final String URI_RESOLVER_SERVICE_ENDPOINT = "https://data.dev.d4science.org";
|
||||||
|
|
||||||
public static final Logger logger = LoggerFactory.getLogger(TestResolvers.class);
|
public static final Logger logger = LoggerFactory.getLogger(TestResolvers.class);
|
||||||
|
|
||||||
|
@ -59,7 +61,7 @@ public class TestResolvers {
|
||||||
System.out.println("header fields: "+con.getHeaderFields());
|
System.out.println("header fields: "+con.getHeaderFields());
|
||||||
String fileName = getFilename(con.getHeaderFields());
|
String fileName = getFilename(con.getHeaderFields());
|
||||||
System.out.println("Response status is: "+status);
|
System.out.println("Response status is: "+status);
|
||||||
if(status==HttpStatus.SC_OK){
|
if(status==Status.OK.getStatusCode()){
|
||||||
Path target = Files.createTempFile(FilenameUtils.getBaseName(fileName), "."+FilenameUtils.getExtension(fileName));
|
Path target = Files.createTempFile(FilenameUtils.getBaseName(fileName), "."+FilenameUtils.getExtension(fileName));
|
||||||
try (InputStream in = con.getInputStream()) {
|
try (InputStream in = con.getInputStream()) {
|
||||||
Files.copy(in, target, StandardCopyOption.REPLACE_EXISTING);
|
Files.copy(in, target, StandardCopyOption.REPLACE_EXISTING);
|
||||||
|
@ -81,7 +83,6 @@ public class TestResolvers {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Storage hub test.
|
* Storage hub test.
|
||||||
*
|
*
|
||||||
|
@ -104,7 +105,7 @@ public class TestResolvers {
|
||||||
//printHeaders(con.getHeaderFields());
|
//printHeaders(con.getHeaderFields());
|
||||||
String fileName = getFilename(con.getHeaderFields());
|
String fileName = getFilename(con.getHeaderFields());
|
||||||
System.out.println("Response status is: "+status);
|
System.out.println("Response status is: "+status);
|
||||||
if(status==HttpStatus.SC_OK){
|
if(status==Status.OK.getStatusCode()){
|
||||||
Path target = Files.createTempFile(FilenameUtils.getBaseName(fileName), "."+FilenameUtils.getExtension(fileName));
|
Path target = Files.createTempFile(FilenameUtils.getBaseName(fileName), "."+FilenameUtils.getExtension(fileName));
|
||||||
try (InputStream in = con.getInputStream()) {
|
try (InputStream in = con.getInputStream()) {
|
||||||
Files.copy(in, target, StandardCopyOption.REPLACE_EXISTING);
|
Files.copy(in, target, StandardCopyOption.REPLACE_EXISTING);
|
||||||
|
@ -147,7 +148,7 @@ public class TestResolvers {
|
||||||
status = con.getResponseCode();
|
status = con.getResponseCode();
|
||||||
//printHeaders(con.getHeaderFields());
|
//printHeaders(con.getHeaderFields());
|
||||||
System.out.println("Response status is: "+status);
|
System.out.println("Response status is: "+status);
|
||||||
if(status==HttpStatus.SC_OK){
|
if(status==Status.OK.getStatusCode()){
|
||||||
System.out.println("\nFile to URL: "+url +" is reachable via doHEAD");
|
System.out.println("\nFile to URL: "+url +" is reachable via doHEAD");
|
||||||
System.out.println(IOUtils.toString(con.getInputStream()));
|
System.out.println(IOUtils.toString(con.getInputStream()));
|
||||||
}else{
|
}else{
|
||||||
|
@ -188,7 +189,7 @@ public class TestResolvers {
|
||||||
con.connect();
|
con.connect();
|
||||||
status = con.getResponseCode();
|
status = con.getResponseCode();
|
||||||
System.out.println("Response status is: "+status);
|
System.out.println("Response status is: "+status);
|
||||||
if(status==HttpStatus.SC_OK){
|
if(status==Status.OK.getStatusCode()){
|
||||||
System.out.println("Response: \n"+getContentReponse(con.getInputStream()));
|
System.out.println("Response: \n"+getContentReponse(con.getInputStream()));
|
||||||
}else{
|
}else{
|
||||||
System.out.println("\nError on resolving the Catalogue URL: "+toURL);
|
System.out.println("\nError on resolving the Catalogue URL: "+toURL);
|
||||||
|
@ -324,7 +325,7 @@ public class TestResolvers {
|
||||||
status = con.getResponseCode();
|
status = con.getResponseCode();
|
||||||
//printHeaders(con.getHeaderFields());
|
//printHeaders(con.getHeaderFields());
|
||||||
System.out.println("Response status is: "+status);
|
System.out.println("Response status is: "+status);
|
||||||
if(status==HttpStatus.SC_SEE_OTHER){
|
if(status==Status.SEE_OTHER.getStatusCode()){
|
||||||
System.out.println("\nResponse to URL: "+url);
|
System.out.println("\nResponse to URL: "+url);
|
||||||
System.out.println(IOUtils.toString(con.getInputStream()));
|
System.out.println(IOUtils.toString(con.getInputStream()));
|
||||||
}else{
|
}else{
|
||||||
|
|
|
@ -11,3 +11,10 @@
|
||||||
/gcube.gcubekey
|
/gcube.gcubekey
|
||||||
/preprod.gcubekey
|
/preprod.gcubekey
|
||||||
/pred4s.gcubekey
|
/pred4s.gcubekey
|
||||||
|
/log4j.properties
|
||||||
|
/D4OS.gcubekey
|
||||||
|
/D4Research.gcubekey
|
||||||
|
/OpenAIRE.gcubekey
|
||||||
|
/ParthenosVO.gcubekey
|
||||||
|
/SmartArea.gcubekey
|
||||||
|
/SoBigData.gcubekey
|
||||||
|
|
Loading…
Reference in New Issue