Class UserService
java.lang.Object
io.github.xezzon.zeroweb.user.internal.UserService
- All Implemented Interfaces:
IUserService4Auth
- Author:
- xezzon
-
Method Summary
Modifier and TypeMethodDescriptionfindByIdIn
(Collection<String> userIds) 根据ID批量查询用户getUserByUsername
(String username) 根据用户名获取用户信息
-
Method Details
-
getUserByUsername
Description copied from interface:IUserService4Auth
根据用户名获取用户信息- Specified by:
getUserByUsername
in interfaceIUserService4Auth
- Parameters:
username
- 用户名- Returns:
- 用户信息
-
findByIdIn
Description copied from interface:IUserService4Auth
根据ID批量查询用户- Specified by:
findByIdIn
in interfaceIUserService4Auth
- Parameters:
userIds
- 用户ID集合- Returns:
- 用户列表
-