GeoFence library

From Gcube Wiki
Revision as of 18:35, 16 November 2017 by Pasquale.vitale (Talk | contribs) (Geofence library documentation)

Jump to: navigation, search

Geofence library documentation

  • getUserById(String id)

Parameters:

- id - It's the userId of user you are looking for.

Returns a GeoServer User (GSUser) object using a specific id of user.


  • getUserByUsername(String userName)
   Parameters:
       userName - It's the name of user you are looking for.
   Returns a GeoServer User (GSUser) object using a specific name of user.