인프런 커뮤니티 질문&답변
ProviderManager 문의
작성
·
267
퀴즈
71%나 틀려요. 한번 도전해보세요!
Spring Security에서 현재 인증된 사용자의 정보를 나타내는 핵심 객체는 무엇일까요?
UserDetails
Authentication
GrantedAuthority
SecurityContext
답변 1
0
백기선
지식공유자
이클립스 디버거도 잘 될텐데 이상하네요.
코드 주석을 보시면..
https://github.com/spring-projects/spring-security/blob/main/core/src/main/java/org/springframework/security/authentication/ProviderManager.java
A parent {@code AuthenticationManager} can also be set, and this will also be tried if none of the configured providers can perform the authentication. This is intended to support namespace configuration options though and is not a feature that should normally be required.
이런 내용을 찾을 수 있습니다. 그러니 parent는 AuthenticationManager일겁니다.





