FilterSecurityInterceptor
바로 위에 위치하며 FilterSecurityInterceptor
실행 중 발생할 수 있는 AuthenticationException
과 AccessDeniedException
의 처리를 담당하는 필터AuthenticationException
는 인증 관련 예외이며 사용자를 로그인 페이지로 보냄AccessDeniedException
는 AccessDecisionManager
에 의해 접근 거부가 발생했을 때 접근 거부 페이지를 보여주거나 사용자를 로그인 페이지로 보냄AuthenticationException
과 AccessDeniedException
이 아니면 this.rethrow()
AuthenticationException
-> this.handleAuthenticationException()
AccessDeniedException
-> this.handleAccessDeniedException()
sendStartAuthentication()
호출sendStartAuthentication()
호출accessDeniedHandler
호출