随笔分类 -  权限

摘要:package com.ruoyi.framework.util; import org.apache.shiro.SecurityUtils; import org.apache.shiro.crypto.SecureRandomNumberGenerator; import org.apache.shiro.mgt.RealmSecurityManager; import org.apache 阅读全文
posted @ 2019-11-03 20:08 tonggc1668 阅读(1101) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/taojin12/article/details/88343990 阅读全文
posted @ 2019-11-03 17:20 tonggc1668 阅读(79) 评论(0) 推荐(0)
摘要:package org.linlinjava.litemall.admin.shiro; import com.alibaba.druid.util.StringUtils; import org.apache.shiro.web.servlet.ShiroHttpServletRequest; import org.apache.shiro.web.session.mgt.DefaultWebS 阅读全文
posted @ 2019-08-08 00:01 tonggc1668 阅读(472) 评论(0) 推荐(0)
摘要:package org.linlinjava.litemall.admin.util; import org.apache.shiro.authz.annotation.RequiresPermissions; import org.linlinjava.litemall.admin.annotation.RequiresPermissionsDesc; public class Permi... 阅读全文
posted @ 2019-08-07 23:55 tonggc1668 阅读(392) 评论(0) 推荐(0)