Uses of Interface
io.github.xezzon.zeroweb.user.IUserService4Auth
Packages that use IUserService4Auth
-
Uses of IUserService4Auth in io.github.xezzon.zeroweb.auth.internal
Constructors in io.github.xezzon.zeroweb.auth.internal with parameters of type IUserService4AuthModifierConstructorDescriptionAuthnService(IUserService4Auth userService, JwtCryptoService jwtCryptoService) 构造函数,注入用户服务和 JWT 加密服务。AuthzService(RoleUserRepository roleUserRepository, RolePermissionRepository rolePermissionRepository, IUserService4Auth userService, IRoleService4Auth roleService) 构造函数,注入授权服务所需的所有数据仓库和服务。 -
Uses of IUserService4Auth in io.github.xezzon.zeroweb.user.internal
Classes in io.github.xezzon.zeroweb.user.internal that implement IUserService4Auth