Java知识储备程序猿阵线联盟-汇总各类技术干货Spring Boot

Spring Boot整合Spring Security简记-过

2018-01-17  本文已影响256人  78240024406c

new無语 转载请注明原创出处,谢谢!

Spring Security学习目录

Spring Security的安全Web架构完全基于标准的Servlet过滤器。
本章简述各个过滤器的职责。

过滤器排序



AbstractSecurityInterceptor

认证机制


终端提交请求之后,都需要在服务器端进行收集身份验证信息(HTTP表单或者HTTP Header),在Spring Security中,这种收集认证信息的功能叫做“认证机制”(Authentication Mechanism)。

AuthenticationEntryPoint


AuthenticationEntryPoint负责将用户定向到其它入口。

上一篇下一篇

猜你喜欢

热点阅读