SecurityContextHolder中有哪些方法
时间: 2024-04-17 12:11:18 浏览: 52
在Spring Boot2中使用CompletableFuture的方法教程
5星 · 资源好评率100%
SecurityContextHolder中有以下方法:
1. getContext():返回当前线程的安全上下文。
2. clearContext():清除当前线程的安全上下文。
3. setContext():设置当前线程的安全上下文。
4. createEmptyContext():创建一个空的安全上下文。
阅读全文