Difference between revisions of "GeoFence library"
From Gcube Wiki
(→User section) |
(→User section) |
||
Line 1: | Line 1: | ||
+ | |||
+ | |||
+ | *GeoFence() | ||
+ | <pre> | ||
+ | Default constructor of GeoFence. The default endpoint of Geofence instance is located in the config.properties file. | ||
+ | </pre> | ||
==User section== | ==User section== |
Revision as of 14:39, 21 November 2017
- GeoFence()
Default constructor of GeoFence. The default endpoint of Geofence instance is located in the config.properties file.
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.