1
0
mirror of synced 2026-08-05 09:47:05 +00:00

SEC-552: Replaced authorites populators in CAS and OpenID with a plain UserDetailsService

This commit is contained in:
Luke Taylor
2008-02-08 13:23:43 +00:00
parent 842c49c890
commit bd5a64825d
15 changed files with 117 additions and 468 deletions
@@ -29,11 +29,7 @@
<b:bean id="openIdAuthenticationProvider" class="org.springframework.security.providers.openid.OpenIDAuthenticationProvider">
<custom-authentication-provider />
<b:property name="authoritiesPopulator">
<b:bean class="org.springframework.security.providers.DaoAuthoritiesPopulator">
<b:property name="userDetailsService" ref="userService"/>
</b:bean>
</b:property>
<b:property name="userDetailsService" ref="userDetailsService"/>
</b:bean>
<b:bean id="entryPoint" class="org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint">