HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🤩
개발
/
🔐
Spring Security
/
인증/인가 예외 처리 (AuthenticationEntryPoint)

인증/인가 예외 처리 (AuthenticationEntryPoint)

  • AuthenticationException이 발생했을 때 AuthenticationEntryPoint 가 예외처리 로직을 담당함
  • AccessDeniedException 발생 시, AccessDeniedHandler가 예외처리 로직을 담당