Interface GroupStub

All Known Implementing Classes:
GroupService

public interface GroupStub
  • Method Details

    • fetchRoleIdsAsync

      io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchRoleIdsAsync(String groupKey)
      R_GROUP_ROLE

      groupKey -> Relation to role

    • fetchRoleIds

      io.vertx.core.json.JsonArray fetchRoleIds(String groupKey)
    • fetchParent

      SGroup fetchParent(String groupKey)
    • fetchChildren

      List<SGroup> fetchChildren(String groupKey)
    • fetchGroups

      io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchGroups(String sigma)