Difference between revisions of "GeoFence library"

From Gcube Wiki
Jump to: navigation, search
(User section)
Line 31: Line 31:
 
Returns:
 
Returns:
 
     GSUser object.
 
     GSUser object.
 +
</pre>
 +
 +
*createUser(User user)
 +
<pre>
 +
Parameters:
 +
    user - It's the User object you are creating.
 +
Returns:
 +
    HttpStatus object.
 
</pre>
 
</pre>
  
 
==Group section==
 
==Group section==

Revision as of 15:46, 21 November 2017

  • GeoFence()
Parameters:
    No input parameter, the default endpoint of Geofence instance is located in the config.properties file.
Returns:
    GeoFence object.
  • GeoFence(geofenceRestUrl)
Parameters:
    geofenceRestUrl - GeoFence endpoint.
Returns:
    GeoFence object.

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.
  • createUser(User user)
Parameters:
     user - It's the User object you are creating.
Returns:
     HttpStatus object.

Group section