Spring boot Security 각 Class 역할

2024. 9. 8. 21:27Java/Spring Boot Security

 

DaoAuthenticationProvider: 로그인 처리 프로세스 정의

SimpleUrlAuthenticationSuccessHandler: 로그인 성공했을 때 처리 로직 정의

AuthenticationDetailsSource: ID/Password 이외 추가 항목 생성

WebAuthenticationDetails: ID/Password 이외 추가 항목 파라메터 처리