Uses of Interface
io.github.xezzon.zeroweb.auth.repository.RolePermissionRepository
Packages that use RolePermissionRepository
-
Uses of RolePermissionRepository in io.github.xezzon.zeroweb.auth.internal
Constructors in io.github.xezzon.zeroweb.auth.internal with parameters of type RolePermissionRepositoryModifierConstructorDescriptionAuthzService(RoleUserRepository roleUserRepository, RolePermissionRepository rolePermissionRepository, IUserService4Auth userService, IRoleService4Auth roleService) 构造函数,注入授权服务所需的所有数据仓库和服务。