[Spring Security 5.2.0] 8.1.3 Authentication

2019-02-14
阅读 7 分钟
1.6k
Spring Security can participate in many different authentication environments. While we recommend people use Spring Security for authentication and not integrate with existing Container Managed Authentication, it is nevertheless supported - as is integrating with your own proprietary authenticati...

[Spring Security 5.2.0 翻译] 8 Architecture and Implementation

2019-02-14
阅读 11 分钟
1.4k
Once you are familiar with setting up and running some namespace-configuration based applications, you may wish to develop more of an understanding of how the framework actually works behind the namespace facade. Like most software, Spring Security has certain central interfaces, classes and conc...

关于ClassLoader的学习笔记,详解版

2019-01-19
阅读 8 分钟
1.8k
ClassLoader 详解 ClassLoader 做什么的? 延迟加载 各司其职 ClassLoader 传递性 双亲委派 Class.forName 自定义加载器 Class.forName vs ClassLoader.loadClass 钻石依赖 分工与合作 Thread.contextClassLoader ClassLoader 是 Java 届最为神秘的技术之一,无数人被它伤透了脑筋,摸不清门道究竟在哪里。网上的文章也...