스프링 시큐리티의 개념을 잡으려고 한 3주를 구글링을 한 것 같다.
대강 아래 내용을 따라가다면 대강이라도 개념을 잡을 수 있다.
정리한 분들에게 감사~ ^^;
- 개념잡기
https://sjh836.tistory.com/165
- 인증 절차 이해
https://minwan1.github.io/2017/03/25/2017-03-25-spring-security-theory/
https://brunch.co.kr/@sbcoba/11
* 참고 : ThreadLocal : https://javacan.tistory.com/entry/ThreadLocalUsage
- 구현해보기
https://offbyone.tistory.com/88
- 기타 : 유튜브 보며 구현해보기
https://www.youtube.com/watch?v=LrbfYYCCStM
참고)
스프링 필터 DelegatingFilterProxy 에 대한 이해
Manage your filters with Spring using DelegatingFilterProxy
http://targetveb.com/manage-filters-spring-using-delegatingfilterproxy.html
SecurityContextHolder 도 결국 세션에 저장됨
https://jekalmin.tistory.com/entry/spring-security-SecurityContext-%EA%B0%80%EC%A0%B8%EC%98%A4%EA%B8%B0
'IT 개발, develop > java' 카테고리의 다른 글
JVM 메모리 구조와 JAVA OPTION 값 정리 (0) | 2019.04.09 |
---|---|
Manage your filters with Spring using DelegatingFilterProxy (0) | 2019.04.08 |
servlet 2.5 vs servlet3.0 (0) | 2019.03.20 |
Spring boot 1.5.6 Spring System Requirements and compatibility (0) | 2018.10.19 |
JSP 에서 Include, JSTL을 이용한 Include (0) | 2018.10.19 |
댓글