SWS-559 - Upgrade Spring Security to 3.0.2

This commit is contained in:
Tareq Abedrabbo
2010-05-20 10:18:13 +00:00
parent 3b8661d3ae
commit c4046ed29c
30 changed files with 725 additions and 139 deletions

View File

@@ -749,9 +749,9 @@
<bean id="authenticationManager"
class="org.springframework.security.providers.ProviderManager">
<property name="providers">
<bean class="org.springframework.security.providers.x509.X509AuthenticationProvider">
<bean class="org.springframework.ws.soap.security.x509.X509AuthenticationProvider">
<property name="x509AuthoritiesPopulator">
<bean class="org.springframework.security.providers.x509.populator.DaoX509AuthoritiesPopulator">
<bean class="org.springframework.ws.soap.security.x509.populator.DaoX509AuthoritiesPopulator">
<property name="userDetailsService" ref="userDetailsService"/>
</bean>
</property>