私は以下のようなxmlにBeanを持っています
<bean id="theCustomAuthenticationProvider" class="test.custom.CustomAuthenticationProvider">
<security:custom-authentication-provider />
上記のようにBeanに入れると、security:custom-authentication-providerが何を意味するのかわかりますか?
b。作成する必要がありますか
<bean id="authenticationManager" class="org.springframework.security.providers.ProviderManager"> ref to theCustomAuthenticationProvider
xmlで?
c。bの場合。答えは「はい」です。あるいは、CustomAuthenticationProviderinsideタグのrefを使用できますか?