Uses of Class
io.github.xezzon.zeroweb.role.Role
Packages that use Role
Package
Description
-
Uses of Role in io.github.xezzon.zeroweb.auth.internal
Methods in io.github.xezzon.zeroweb.auth.internal that return types with arguments of type RoleModifier and TypeMethodDescriptionAuthzHttpEndpoint.queryRoleByPermission(String permission) 查询接口权限关联的角色集合AuthzHttpEndpoint.queryRoleByUser(String userId) 查询用户关联的角色 -
Uses of Role in io.github.xezzon.zeroweb.role
Fields in io.github.xezzon.zeroweb.role with type parameters of type RoleModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<Role>Role_.class_Role_.codeRole_.idRole_.inheritableRole_.nameRole_.parentIdRole_.valueMethods in io.github.xezzon.zeroweb.role that return types with arguments of type RoleModifier and TypeMethodDescriptionIRoleService4Auth.findByIdIn(Collection<String> roleIds) 根据ID批量查询角色IRoleService4Auth.findParent(String roleId) 查询上级角色IRoleService4Auth.topDownList(Collection<String> initial) 查询角色子级列表 -
Uses of Role in io.github.xezzon.zeroweb.role.entity
Methods in io.github.xezzon.zeroweb.role.entity that return Role -
Uses of Role in io.github.xezzon.zeroweb.role.internal
Methods in io.github.xezzon.zeroweb.role.internal that return types with arguments of type RoleModifier and TypeMethodDescriptionRoleService.findByIdIn(Collection<String> roleIds) RoleService.findParent(String childId) RoleHttpEndpoint.listAllRole()查询角色列表RoleService.listByParentId(Collection<String> parentIds) RoleHttpEndpoint.listMyRole()查询当前登陆人的角色及它们的下一级角色RoleService.topDownList(Collection<String> initial) -
Uses of Role in io.github.xezzon.zeroweb.role.repository
Methods in io.github.xezzon.zeroweb.role.repository that return types with arguments of type RoleModifier and TypeMethodDescriptionRoleRepository.findByParentIdIn(Collection<String> parentIds) RoleRepository.findByValue(String value) RoleRepository.findByValueIn(Collection<String> values)