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)