Difference between revisions of "GeoFence library"

From Gcube Wiki
Jump to: navigation, search
(User section)
Line 1: Line 1:
 +
[http://geonetwork-opensource.org/ GeoNetwork] is a catalog application to manage spatially referenced resources, thus is a strategic technology for all geospatial application.
 +
Purpose of this page is to explain how to configure a GeoNetwork service instance in order to fulfill the needs of gCube environment.
 +
Please refer to its official website for further configuration details and more comprehensive documentation.
 +
 +
=Installation=
 +
GeoNetwork version adopted by the gCube infrastructure is 2.6.4 , available
 +
 
==User section==
 
==User section==
 
*getUserById(String id)
 
*getUserById(String id)

Revision as of 18:54, 16 November 2017

GeoNetwork is a catalog application to manage spatially referenced resources, thus is a strategic technology for all geospatial application. Purpose of this page is to explain how to configure a GeoNetwork service instance in order to fulfill the needs of gCube environment. Please refer to its official website for further configuration details and more comprehensive documentation.

Installation

GeoNetwork version adopted by the gCube infrastructure is 2.6.4 , available

User section

  • getUserById(String id)
Parameters:
    id - It's the userId of user you are looking for.
Returns:
    GSUser object.
  • getUserByUsername(String userName)
Parameters:
    userName - It's the name of user you are looking for.
Returns:
    GSUser object.

Group section