1
0
mirror of synced 2026-08-04 17:27:13 +00:00

Changes to namespace reinstating authentication-provider element in preference to "repository" to wrap convey that a user-service will be used as to authenticate against. Also introduced separate password-encoder element for use within authentication-provider.

This commit is contained in:
Luke Taylor
2007-12-21 15:50:56 +00:00
parent 70286f1197
commit cf80292de3
23 changed files with 455 additions and 395 deletions
@@ -10,11 +10,11 @@ http://www.springframework.org/schema/security http://www.springframework.org/sc
<annotation-driven/>
<repository>
<authentication-provider>
<user-service>
<user name="bob" password="bobspassword" authorities="ROLE_A,ROLE_B" />
<user name="bill" password="billspassword" authorities="ROLE_A,ROLE_B,AUTH_OTHER" />
</user-service>
</repository>
</authentication-provider>
</b:beans>