Core Spring Security 스프링 시큐리티 기본 API & Filter 이해를 수강하고있습니다
- Form Login 인증
- Logout 처리, Remember Me 인증
- 익명사용자 인증 필터: AnonymousAuthenticationFilter
- 동시 세션 제어, 세션 고정 보호, 세션 정책
- 예외 처리 및 요청 캐시 필터: ExceptionTranslationFilter
- 사이트 간 요청 위조 - CRSF, CsrfFilter
- 필터 초기화와 다중 보안 설정
- 인증 개념 이해 - Authentication
- 인증 저장소 - SecurityContextHolder, SecurityContext
- 인증 저장소 필터 - SecurityContextPersistenceFilter
- 인증 흐름 이해 - Authentication Flow
- 인증 처리자 - AuthenticationProvider
- 인가 개념 및 필터 이해 : Authorization, FilterSecurityInterceptor
- 인가 결정 심의자 - AccessDecisionManager, AccessDecisionVoter
- 스프링 시큐리티 전체 아키텍처 이해