Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- jenkins parameter
- kubectl명령어
- cli ec2
- amazon ebs활용
- aws cli
- Configmap
- SecurityContextHolder
- nexus proxy
- docker myql
- sql 공유
- k8s
- kubectl
- amazon ebs종류
- pod
- docker
- ELB
- yaml예시
- amazon ebs
- describe-instances
- EC2
- 명령어
- 쿠버네티스교과서
- 서버간 파일전송
- linux 파일복사
- Ansible
- statefulset
- 쿠버네티스
- aws cli ec2
- private repostiroy
- React Native
Archives
- Today
- Total
목록SecurityContextHolder (1)
게으름을 위한 부지런한 게으름뱅리' 블로그
[Spring Security] SecurityContext, SecurityContextHolder
SecurityContext Authentication 객체가 저장되는 보관소 필요시 언제든지 Authentication 객체를 꺼내어 쓸 수 있도록 제공되는 클래스 ThreadLocal에 저장되어 아무 곳에서나 참조가 가능 인증이 완료되면 HttpSession에 저장되어 전역에서 사용가능 SecurityContextHolder SecurityContext 객체의 저장방식 MODE_THREADLOCAL: Thread당 SecurityContext객체를 할당, 기본값 MODE_INHERITABLETHREADLOCAL : 메인 Thread와 자식 Thread에 관하여 동일한 SecurityContext를 유지 MODE_GLOBAL : 응용프로그램에서 단 하나의 SecurityContext를 저장 Securi..
IT/BackEnd
2023. 2. 9. 22:37