1
0
mirror of synced 2026-08-04 09:17:02 +00:00

SEC-648: Added custom-authentication-provider support.

This commit is contained in:
Luke Taylor
2008-01-27 13:31:34 +00:00
parent dbc901fba9
commit 82940db6c8
4 changed files with 36 additions and 1 deletions
@@ -34,6 +34,16 @@
</http>
<beans:bean id="x509Filter" class="org.springframework.security.ui.preauth.x509.X509PreAuthenticatedProcessingFilter" autowire="byType">
<custom-filter after="X509_FILTER"/>
</beans:bean>
<beans:bean id="preauthProvider" class="org.springframework.security.providers.preauth.PreAuthenticatedAuthenticationProvider" >
<custom-authentication-provider />
<beans:property name="preAuthenticatedUserDetailsService">
<beans:bean class="org.springframework.security.providers.preauth.UserDetailsByNameServiceWrapper" autowire="byType"/>
</beans:property>
</beans:bean>
<!--
Usernames/Passwords are