码迷,mamicode.com
首页 > 编程语言 > 详细

OAuth2.0学习(4-11)spring-oauth-server分析 - http元素使用的是何种AuthenticationManager?

时间:2017-06-20 09:41:37      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:com   技术   manage   自己   ide   bsp   配置文件   blog   server   

 

1、在加载配置文件定义时,判断使用哪个AuthenticationManager

     在配置文件Security.xml加载时,首先创建一个ProviderManager,然后

            如果配置了默认AuthenauthManager(http的属性authentication-manager-ref),就用默认作为ProviderManager的parent

            如果没有配置默认AuthenauthManager(http的属性authentication-manager-ref),ProviderManager的parent为null

            认证时会先认证自己,后如果parent不为空,就接着认证parent。

    技术分享

 

    技术分享

 

2、过滤访问请求时,每个filter使用了那种AuthenticationManager

     跟踪调试 filterChainProxy的filterChains(getFilters),可以发现filter使用了那种AuthenticationManager

    技术分享

 

OAuth2.0学习(4-11)spring-oauth-server分析 - http元素使用的是何种AuthenticationManager?

标签:com   技术   manage   自己   ide   bsp   配置文件   blog   server   

原文地址:http://www.cnblogs.com/lexiaofei/p/7052506.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!