随笔分类 -  shiro

摘要:Shiro 提供了相应的注解用于权限控制,如果使用这些注解就需要使用AOP 的功能来进行 判断,如Spring AOP;Shiro 提供了Spring AOP 集成用于权限注解的解析和验证。 @RequiresAuthentication 表示当前Subject已经通过login 进行了身份验证;即 阅读全文
posted @ 2018-10-09 19:31 平心 阅读(8985) 评论(0) 推荐(0)