提交 0b3614e1 编写于 作者: 智布道's avatar 智布道 👁

@override

上级 6caba5ba
......@@ -46,6 +46,7 @@ public class ShiroServiceImpl implements ShiroService {
/**
* 初始化权限
*/
@Override
public Map<String, String> loadFilterChainDefinitions() {
/*
配置访问权限
......@@ -84,6 +85,7 @@ public class ShiroServiceImpl implements ShiroService {
/**
* 重新加载权限
*/
@Override
public void updatePermission() {
ShiroFilterFactoryBean shirFilter = SpringContextHolder.getBean(ShiroFilterFactoryBean.class);
synchronized (shirFilter) {
......@@ -136,6 +138,7 @@ public class ShiroServiceImpl implements ShiroService {
*
* @param roleId
*/
@Override
public void reloadAuthorizingByRoleId(Long roleId) {
List<User> userList = userService.listByRoleId(roleId);
if (CollectionUtils.isEmpty(userList)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册