首页 > 其他分享 >Apache Shiro和Spring Security的详细对比

Apache Shiro和Spring Security的详细对比

时间:2022-09-29 19:38:32浏览次数:74  
标签:http Spring Apache Security com Shiro

参考资料:

1)Apache Shiro

Apache Shiro:​​http://shiro.apache.org/​

在Web项目中应用 Apache Shiro:​​http://www.ibm.com/developerworks/cn/java/j-lo-shiro/​

Apache Shiro权限框架在SpringMVC+Hibernate中的应用:​​http://www.thinksaas.cn/group/topic/99971/​

让Apache Shiro保护你的应用

Integrating Apache Shiro into Spring-based Applications:​​http://shiro.apache.org/spring.html​

将 Shiro 作为应用的权限基础:​​http://www.ibm.com/developerworks/cn/opensource/os-cn-shiro/​

Spring Security:​​http://projects.spring.io/spring-security/​

Apache Shiro 简介:​​http://www.ibm.com/developerworks/cn/web/wa-apacheshiro/​

跟我学《Shiro》:​​http://jinnianshilongnian.iteye.com/category/305053​

Apache Shiro开源文档:​​http://www.open-open.com/doc/list/256​

10 Minute Tutorial on Apache Shiro:​​http://shiro.apache.org/10-minute-tutorial.html​

​https://github.com/springside/springside4/wiki/Shiro-Security​

 

2)Spring Security

Spring Security:​​http://projects.spring.io/spring-security​

Spring Security帮助文档:​​http://docs.spring.io/spring-security/site/docs/4.0.0.RC2/reference/htmlsingle​

SpringSecurity教程

Acegi Security(Acegi安全系统,是一个用于Spring Framework的安全框架,能够和目前流行的Web容器无缝集成。它使用了Spring的方式提供了安全和认证安全服务,包括使用Bean Context,拦截器和面向接口的编程方式。因此,Acegi安全系统能够轻松地适用于复杂的安全需求,Acegi成为Spring子项目后改名为Spring Security)

Acegi Security

Acegi Security 初探一:​​http://genius-zhang.iteye.com/blog/309109​

SpringSecurity参考资料 

​http://www.mossle.com/docs/auth/html/index.html​​ 

​http://www.blogjava.net/SpartaYew/archive/2011/06/15/350630.html​

作者:panie



标签:http,Spring,Apache,Security,com,Shiro
From: https://blog.51cto.com/u_15812342/5723950

相关文章

  • Spring源码学习:day2
    前言:我还是太懒了,连截图都懒得粘贴,故直接用书上说的话的截图吧。代码的编写过程都是应该有一个入口的,所有的代码最终都是为了那个入口更加方便更加简单而产生的。......
  • Spring 源码学习:day1
    前言:最近也不知道该忙些什么样的事情。便随便看看源码算了。正文:(1)在网上下载Spring的源码:可以采用git方式下载 https://github.com/spring-projects/s......
  • SpringCloud学习 系列五、创建生产者和消费者验证微服务中心 Eureka的作用
    系列导航SpringCloud学习系列一、前言-为什么要学习微服务SpringCloud学习系列二、简介SpringCloud学习系列三、创建一个没有使用springCloud的服务提供者和消费......
  • SpringCloud学习 系列四、微服务中心 Eureka介绍及创建一个Eureka中心服务
    不得不先介绍一个概念1、CAP 定理(1)概念CAP定理指的是在一个分布式系统中,Consistency(一致性)、Availability(可用性)、Partitiontolerance(分区容错性),三者不可兼得。......
  • SpringBoot运维实用篇
    ​下面就从运维实用篇开始讲,在运维实用篇中,我给学习者的定位是玩转配置,为开发实用篇中做各种技术的整合做好准备工作。与开发实用篇相比,运维实用篇的内容显得略微单薄,......
  • SpringBoot基础篇
    JC-1.快速上手SpringBoot​ 学习任意一项技术,首先要知道这个技术的作用是什么,不然学完以后,你都不知道什么时候使用这个技术,也就是技术对应的应用场景。SpringBoot技术由Pi......
  • SpringBoot基础篇->运维实用篇-->开发实用篇->原理篇
    点击领取课程使用到的资料(阿里云盘)一、SpringBoot基础篇二、SpringBoot运维实用篇三、SpringBoot开发实用篇四、SpringBoot原理篇......
  • SpringCloudAlibaba整合Dubbo集群形式
    在文件bootstrap-cqa.propertiesspring.cloud.nacos.config.server-addr=172.16.99.96:8848,172.16.99.97:8848,172.16.99.98:8848spring.cloud.nacos.discovery.server-ad......
  • Spring(十五):Spring整合MyBatis的两种方式
    在学习之前,我们先了解一个网站mybatis-spring,这是mybatis-spring整合的官方文档,里面有详细的教程,网址如下:https://mybatis.org/spring/zh/index.html一、什么是mybatis-s......
  • SpringSecurity流程图
    ......