UsernamePasswordAuthenticationFilter (로그인 요청 엔트리포인트)

UserDetailsService (회원 정보 조회)

AuthenticationSuccessHandler(로그인 성공 시 추가 로직 실행)

AuthenticationFailureHandler (인증 실패 시 실행 로직 정의)

CustomAuthorityUtils (Role ↔ GrantedAuthority 변환기)

JwtTokenizer (JWT토큰 발행)