Difference between revisions of "GeoFence library"
From Gcube Wiki
(→Geofence library documentation) |
(→Geofence library documentation) |
||
Line 1: | Line 1: | ||
==Geofence library documentation== | ==Geofence library documentation== | ||
+ | |||
+ | |||
+ | *getUserById* | ||
+ | |||
+ | public org.gcube.data.access.bean.GSUser getUserById(java.lang.String id) | ||
+ | |||
+ | Returns a GeoServer User (GSUser) object using a specific id of user. | ||
+ | |||
+ | Parameters: | ||
+ | id - It's the userId of user you are looking for. | ||
+ | Returns: | ||
+ | GSUser object. |
Revision as of 17:27, 16 November 2017
Geofence library documentation
- getUserById*
public org.gcube.data.access.bean.GSUser getUserById(java.lang.String id)
Returns a GeoServer User (GSUser) object using a specific id of user.
Parameters: id - It's the userId of user you are looking for. Returns: GSUser object.