у меня есть фасоль в XML, как показано ниже<security: custom-authentication-provider /> означает?
<bean id="theCustomAuthenticationProvider" class="test.custom.CustomAuthenticationProvider">
<security:custom-authentication-provider />
я знаю, в письменном виде анкеты, что делает безопасность: заказ аутентификации поставщика означает, когда я положил его в фасоли, как выше?
b. мне нужно создать
<bean id="authenticationManager" class="org.springframework.security.providers.ProviderManager"> ref to theCustomAuthenticationProvider
в xml?
c. если b. да, в качестве альтернативы, могу ли я использовать ref тега CustomAuthenticationProviderinside?