org.springframework.security.config
Class AuthenticationManagerBeanDefinitionParser
java.lang.Object
org.springframework.security.config.AuthenticationManagerBeanDefinitionParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
public class AuthenticationManagerBeanDefinitionParser
- extends java.lang.Object
- implements org.springframework.beans.factory.xml.BeanDefinitionParser
Registers an alias name for the default ProviderManager used by the namespace
configuration, allowing users to reference it in their beans and clearly see where the name is
coming from. Also allows the ConcurrentSessionController to be set on the ProviderManager.
- Version:
- $Id$
- Author:
- Luke Taylor
Method Summary |
org.springframework.beans.factory.config.BeanDefinition |
parse(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticationManagerBeanDefinitionParser
public AuthenticationManagerBeanDefinitionParser()
parse
public org.springframework.beans.factory.config.BeanDefinition parse(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
- Specified by:
parse
in interface org.springframework.beans.factory.xml.BeanDefinitionParser