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
- JPA
- spring
- 스프링 log
- JPA 낙관적락
- JPA Lock
- Transaction isolation level
- 낙관적락 비관적락 차이
- Redis
- JPA 동시성
- annotation
- 서버
- flask
- 안드로이드
- bean
- 서버개발캠프
- spring security
- 스프링
- 캠프
- Inno DB
- 스마일게이트
- 디자인 패턴
- 개발
- 암호화
- Android
- JPA 비관적락
- 스프링 로그
- spring security 인증
- Optimistic Lock
- Pessimistic Lock
- component
Archives
- Today
- Total
목록AuthenticationManager (1)
모르는게 많은 개발자

예전 포스팅에서 security 관련 예제를 다룬적 있다. 당시에는 내부 프로세스를 모르고 예제를 보면서 UserDetails, UserDetailsService, Authentication만 커스텀해서 인증을 다뤘다. 이번 토이프로젝트에서 OAuth로그인을 도입하다 내부프로세스를 세세히 분석해게 되어 까먹기 전에 분석한 내용을 정리하고자 한다. 이 글을 읽을 때 기본적으로 Principal, Authorities, UserDetails, UserDetailsService, Authentication의 개념을 알고 있다는 전제하에 글을 쓴다. Spring Security는 기본적으로 여러개의 Filter객체들이 순차적으로 수행되는 방식이다. Spring Security는 Filter객체들의 집합체라고도 ..
스프링
2021. 1. 21. 16:21