会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
喜欢你的眉眼微笑i
It is okay to fail, as long as you keep trying!
博客园
首页
新随笔
联系
订阅
管理
随笔 - 6
文章 - 0
评论 - 9
阅读 -
36767
2020年3月17日
Spring Boot Security 实现后台&权限管理系统(二)
摘要: Security改造登陆页 前面 "第一章" 我们做到了Spring Boot集成Security并成功运行,但是,出现了一个问题: 上图看到,Security内置的登陆页面实在过于简单,接下来我们就来改造登陆页面。 第一章中有解释过各个模块之间存放的相关文件,接下来的Java文件及配置将不再讲述放
阅读全文
posted @ 2020-03-17 18:08 喜欢你的眉眼微笑i
阅读(2365)
评论(1)
推荐(0)
2020年3月15日
Spring Boot Security 实现后台&权限管理系统(一)
摘要: 废话连篇 Hi!各位博客大佬们,初来乍到,本人是工龄仅有一年半载的初级程序员(俗称:菜鸟),说来惭愧,距今接触Java开发已有了近两年之久,可时间越往后挪我就越发感到惶恐不安,很多次甚至反思自己到底是不是能够从事该行业,几经辗转发现了自身一个问题,就是无论做什么都只在脑子里过一遍,却从不做任何笔记、
阅读全文
posted @ 2020-03-15 16:27 喜欢你的眉眼微笑i
阅读(19394)
评论(2)
推荐(2)
2020年3月14日
AuthenticationManager验证原理
摘要: AuthenticationManager相关类图 AuthenticationManager验证过程 AuthenticationManager验证过程涉及到的类和接口较多,我们就从这里开始逐一分析,首先我手画了一张图作为索引,这张图说明了各个类和接口之间的关系。 AuthenticationMa
阅读全文
posted @ 2020-03-14 19:22 喜欢你的眉眼微笑i
阅读(10725)
评论(6)
推荐(0)
OAuth2AuthenticationManager源码跟踪
摘要: 本文仅助那些在Security集成OAuth2.0路上踩坑的人理解认证过程。 OAuth2AuthenticationManager 首先,我觉得分析OAuth2AuthenticationManager,我们需要先理解它是如何被使用,何时被使用,那我们就从这里开始逐一分析吧,我手画了一张图作为索引
阅读全文
posted @ 2020-03-14 19:16 喜欢你的眉眼微笑i
阅读(2064)
评论(0)
推荐(0)
2020年3月13日
Security中的认证事件发布器
摘要: AuthenticationEventPublisher AuthenticationEventPublisher 从上图我们能看出 AuthenticationEventPublisher (认证事件发布器)被Security定义为接口的形式,它定义了Spring Security中用户授权成功或
阅读全文
posted @ 2020-03-13 15:40 喜欢你的眉眼微笑i
阅读(1967)
评论(0)
推荐(0)
Spring ApplicationContext事件机制
摘要: 关于这篇文章,我这里不做过多的解释,已经有许多前辈给出了,提供几个我认为写的不错的链接 "Spring ApplicationContext事件机制" "ApplicationContext探究" "Spring 上下文理解" "理解Spring容器、BeanFactory和ApplicationC
阅读全文
posted @ 2020-03-13 13:53 喜欢你的眉眼微笑i
阅读(252)
评论(0)
推荐(0)
公告
昵称:
喜欢你的眉眼微笑i
园龄:
6年3个月
粉丝:
13
关注:
2
+加关注
<
2025年6月
>
日
一
二
三
四
五
六
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
最新随笔
1.Spring Boot Security 实现后台&权限管理系统(二)
2.Spring Boot Security 实现后台&权限管理系统(一)
3.AuthenticationManager验证原理
4.OAuth2AuthenticationManager源码跟踪
5.Security中的认证事件发布器
6.Spring ApplicationContext事件机制
积分与排名
积分 - 12762
排名 - 105849
随笔分类
(6)
Spring(1)
SpringBoot(5)
随笔档案
(6)
2020年3月(6)
阅读排行榜
1. Spring Boot Security 实现后台&权限管理系统(一)(19394)
2. AuthenticationManager验证原理(10725)
3. Spring Boot Security 实现后台&权限管理系统(二)(2365)
4. OAuth2AuthenticationManager源码跟踪(2064)
5. Security中的认证事件发布器(1967)
评论排行榜
1. AuthenticationManager验证原理(6)
2. Spring Boot Security 实现后台&权限管理系统(一)(2)
3. Spring Boot Security 实现后台&权限管理系统(二)(1)
推荐排行榜
1. Spring Boot Security 实现后台&权限管理系统(一)(2)
最新评论
1. Re:AuthenticationManager验证原理
@Java-练习生 人求你看了?...
--BayMaxLoveSailorMoon
2. Re:AuthenticationManager验证原理
@啊湫的标准大横按 人求你看了?...
--BayMaxLoveSailorMoon
3. Re:AuthenticationManager验证原理
花里胡哨的皮肤,看个锤子
--Java-练习生
4. Re:AuthenticationManager验证原理
花里胡哨的皮肤,看个锤子
--啊湫的标准大横按
5. Re:AuthenticationManager验证原理
写的挺详细的,要是能把UsernamePasswordAuthenticationFilter这个拦截器出一个全套讲解就更好了
--烦远远
点击右上角即可分享