摘要:
原文地址:http://websystique.com/spring-security/spring-security-4-method-security-using-preauthorize-postauthorize-secured-el/ In order to enable Spring M
阅读全文
posted @ 2017-03-10 14:01
一天不进步,就是退步
阅读(1035)
推荐(0)
摘要:
原文地址:【1】https://spring.io/blog/2013/07/02/spring-security-java-config-preview-introduction/ 【2】https://spring.io/blog/2013/07/03/spring-security-java-
阅读全文
posted @ 2017-03-09 11:25
一天不进步,就是退步
阅读(624)
推荐(0)
摘要:
原文地址:http://m.blog.csdn.net/article/details?id=43376943 前言:我们的场景并没有像BAT等大型互联网公司里的系统那么复杂,但是基本上也有一定的规模,暂且就认为我们是一个中型互联网系统。但是工具和思路都是差不多的,因为原理是一样的。同时下面提到的命
阅读全文
posted @ 2017-03-09 10:48
一天不进步,就是退步
阅读(4495)
推荐(3)
摘要:
看了半天的文档及源码,终于理出了spring-security的一些总体思路,spring security主要分认证(authentication)和授权(authority)。 1.认证authentication 认证主要代码在spring-security-core下的包org.spring
阅读全文
posted @ 2017-03-08 20:36
一天不进步,就是退步
阅读(7898)
推荐(0)
摘要:
原文地址:http://mp.weixin.qq.com/s/8cC4Ewt6yPjnxdYxuNZlFQ 微服务是什么? 微服务是一种细粒度(Fine-Grain)的SOA 或许在座的高朋了解过其概念。个人认为,与其说微服务是一种技术,不如将其定义为一种架构,而架构则是“技”的实现与“术”的策略相
阅读全文
posted @ 2017-03-08 13:16
一天不进步,就是退步
阅读(647)
推荐(0)
摘要:
DelegatingFilterProxy是一个标准servlet Filter的代理,代理实现了Filter接口的spring管理的Bean。支持一个在web.xml的init-param定义的"targetBeanName" filter,在spring applicationContext中指
阅读全文
posted @ 2017-03-06 18:59
一天不进步,就是退步
阅读(9353)
推荐(0)
摘要:
原文地址:http://dontpanic.42.nl/2015/04/cors-with-spring-mvc.html CORS with Spring MVC In this blog post I will explain how to implement Cross-Origin Reso
阅读全文
posted @ 2017-03-06 17:36
一天不进步,就是退步
阅读(570)
推荐(0)
摘要:
原文地址:https://spring.io/blog/2015/06/08/cors-support-in-spring-framework For security reasons, browsers prohibit AJAX calls to resources residing outsi
阅读全文
posted @ 2017-03-06 17:18
一天不进步,就是退步
阅读(685)
推荐(0)
摘要:
A user enters their username and password into a login screen and clicks a login button. The entered information is placed into an object called Authe
阅读全文
posted @ 2017-03-06 12:22
一天不进步,就是退步
阅读(3064)
推荐(0)
摘要:
原文地址:https://spring.io/guides/topicals/spring-security-architecture/ Table of contents Authentication and Access Control Web Security Method Security
阅读全文
posted @ 2017-03-03 15:53
一天不进步,就是退步
阅读(409)
推荐(0)