| Constructor and Description |
|---|
GroupService() |
| Modifier and Type | Method and Description |
|---|---|
List<SGroup> |
fetchChildren(String groupKey) |
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
fetchGroups(String sigma) |
SGroup |
fetchParent(String groupKey) |
io.vertx.core.json.JsonArray |
fetchRoleIds(String groupKey) |
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
fetchRoleIdsAsync(String groupKey)
R_GROUP_ROLE
|
public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchRoleIdsAsync(String groupKey)
GroupStubgroupKey -> Relation to role
fetchRoleIdsAsync in interface GroupStubpublic io.vertx.core.json.JsonArray fetchRoleIds(String groupKey)
fetchRoleIds in interface GroupStubpublic SGroup fetchParent(String groupKey)
fetchParent in interface GroupStubpublic List<SGroup> fetchChildren(String groupKey)
fetchChildren in interface GroupStubpublic io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchGroups(String sigma)
fetchGroups in interface GroupStubCopyright © 2020. All rights reserved.