SEC-1847: Add authentication-manager-ref attribute to http and global-method-security namespace elements.

This commit is contained in:
Luke Taylor
2011-10-30 21:51:02 +00:00
parent bce4d81142
commit 2f67bb3032
9 changed files with 109 additions and 36 deletions

View File

@@ -22,7 +22,7 @@ import org.springframework.security.util.FieldUtils;
*/
public class AuthenticationManagerBeanDefinitionParserTests {
private static final String CONTEXT =
"<authentication-manager>" +
"<authentication-manager id='am'>" +
" <authentication-provider>" +
" <user-service>" +
" <user name='bob' password='bobspassword' authorities='ROLE_A,ROLE_B' />" +