Modifier and Type | Method and Description |
---|---|
User |
UserAuthService.user(String account)
根据账号获取登录用户
|
Modifier and Type | Method and Description |
---|---|
org.apache.shiro.authc.SimpleAuthenticationInfo |
UserAuthService.info(ShiroUser shiroUser,
User user,
String realmName)
获取shiro的认证信息
|
ShiroUser |
UserAuthService.shiroUser(User user)
根据系统用户获取Shiro的用户
|
Modifier and Type | Method and Description |
---|---|
User |
UserAuthServiceServiceImpl.user(String account) |
Modifier and Type | Method and Description |
---|---|
org.apache.shiro.authc.SimpleAuthenticationInfo |
UserAuthServiceServiceImpl.info(ShiroUser shiroUser,
User user,
String realmName) |
ShiroUser |
UserAuthServiceServiceImpl.shiroUser(User user) |
Modifier and Type | Method and Description |
---|---|
User |
UserMgrController.view(Integer userId)
查看管理员详情
|
Modifier and Type | Method and Description |
---|---|
User |
UserMapper.getByAccount(String account)
通过账号获取用户
|
Modifier and Type | Method and Description |
---|---|
static User |
UserFactory.createUser(UserDto userDto) |
static User |
UserFactory.editUser(UserDto newUser,
User oldUser) |
Modifier and Type | Method and Description |
---|---|
static User |
UserFactory.editUser(UserDto newUser,
User oldUser) |
Modifier and Type | Method and Description |
---|---|
User |
IUserService.getByAccount(String account)
通过账号获取用户
|
Modifier and Type | Method and Description |
---|---|
User |
UserServiceImpl.getByAccount(String account) |
Copyright © 2018. All rights reserved.