Package | Description |
---|---|
org.gcube.data.access.api | |
org.gcube.data.access.bean |
Modifier and Type | Method and Description |
---|---|
Group |
GeoFence.getUserGroupById(java.lang.String id)
Returns an Group object using a specific id of user.
|
Group |
GeoFence.getUserGroupByName(java.lang.String userName)
Returns an Group object using a specific userName of user.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.http.HttpStatus |
GeoFence.updateUserGroup(Group group)
Returns an HttpStatus (status) when you try to update the Group object using a group.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Group> |
Groups.getGroup() |
Modifier and Type | Method and Description |
---|---|
void |
Groups.setGroup(java.util.List<Group> group) |