SEC-690: Use consistent naming in OpenID classes

http://jira.springframework.org/browse/SEC-690
This commit is contained in:
Luke Taylor 2008-02-29 12:51:52 +00:00
parent 6c8adfc982
commit 45e43073a0
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<authentication-manager alias="authenticationManager"/> <authentication-manager alias="authenticationManager"/>
<b:bean id="openIdFilter" class="org.springframework.security.ui.openid.OpenIdAuthenticationProcessingFilter"> <b:bean id="openIdFilter" class="org.springframework.security.ui.openid.OpenIDAuthenticationProcessingFilter">
<custom-filter /> <custom-filter />
<b:property name="authenticationManager" ref="authenticationManager"/> <b:property name="authenticationManager" ref="authenticationManager"/>
<b:property name="defaultTargetUrl" value="/index.jsp"/> <b:property name="defaultTargetUrl" value="/index.jsp"/>
@ -29,7 +29,7 @@
<b:bean id="openIdAuthenticationProvider" class="org.springframework.security.providers.openid.OpenIDAuthenticationProvider"> <b:bean id="openIdAuthenticationProvider" class="org.springframework.security.providers.openid.OpenIDAuthenticationProvider">
<custom-authentication-provider /> <custom-authentication-provider />
<b:property name="userDetailsService" ref="userDetailsService"/> <b:property name="userDetailsService" ref="userService"/>
</b:bean> </b:bean>
<b:bean id="entryPoint" class="org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint"> <b:bean id="entryPoint" class="org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint">