Package cn.vertxup.rbac.service.business
Class GroupService
java.lang.Object
cn.vertxup.rbac.service.business.GroupService
- All Implemented Interfaces:
GroupStub
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
GroupService
public GroupService()
-
-
Method Details
-
fetchRoleIdsAsync
Description copied from interface:GroupStubR_GROUP_ROLEgroupKey -> Relation to role
- Specified by:
fetchRoleIdsAsyncin interfaceGroupStub
-
fetchRoleIds
- Specified by:
fetchRoleIdsin interfaceGroupStub
-
fetchParent
- Specified by:
fetchParentin interfaceGroupStub
-
fetchChildren
- Specified by:
fetchChildrenin interfaceGroupStub
-
fetchGroups
- Specified by:
fetchGroupsin interfaceGroupStub
-