SEC-1095: Register AuthenticationManager from GlobalMethodSecurityBDP.

This commit is contained in:
Luke Taylor 2009-06-09 01:38:53 +00:00
parent ab69a0a101
commit a963be4719

View File

@ -72,6 +72,7 @@ class GlobalMethodSecurityBeanDefinitionParser implements BeanDefinitionParser {
@SuppressWarnings("unchecked")
public BeanDefinition parse(Element element, ParserContext parserContext) {
ConfigUtils.registerProviderManagerIfNecessary(parserContext);
Object source = parserContext.extractSource(element);
// The list of method metadata delegates
ManagedList delegates = new ManagedList();