SEC-674: Created new project modules for cas, captcha, acls and taglibs

This commit is contained in:
Luke Taylor
2008-02-19 20:30:53 +00:00
parent 59651f5214
commit 2dd9faabc0
149 changed files with 425 additions and 218 deletions

View File

@@ -28,11 +28,7 @@
<bean id="casAuthenticationProvider" class="org.springframework.security.providers.cas.CasAuthenticationProvider">
<sec:custom-authentication-provider />
<property name="casAuthoritiesPopulator">
<bean class="org.springframework.security.providers.DaoAuthoritiesPopulator">
<property name="userDetailsService" ref="userService"/>
</bean>
</property>
<property name="userDetailsService" ref="userDetailsService"/>
<property name="casProxyDecider">
<bean class="org.springframework.security.providers.cas.proxy.RejectProxyTickets"/>
</property>