Package cn.vertxup.rbac.service.business
Interface GroupStub
- All Known Implementing Classes:
GroupService
public interface GroupStub
-
Method Summary
Modifier and TypeMethodDescriptionfetchChildren(String groupKey) io.vertx.core.Future<io.vertx.core.json.JsonArray>fetchGroups(String sigma) fetchParent(String groupKey) io.vertx.core.json.JsonArrayfetchRoleIds(String groupKey) io.vertx.core.Future<io.vertx.core.json.JsonArray>fetchRoleIdsAsync(String groupKey) R_GROUP_ROLE
-
Method Details
-
fetchRoleIdsAsync
R_GROUP_ROLEgroupKey -> Relation to role
-
fetchRoleIds
-
fetchParent
-
fetchChildren
-
fetchGroups
-