Spring Security Framework

org.springframework.security.config
Class AuthenticationManagerBeanDefinitionParser

java.lang.Object
  extended by org.springframework.security.config.AuthenticationManagerBeanDefinitionParser
All Implemented Interfaces:
BeanDefinitionParser

public class AuthenticationManagerBeanDefinitionParser
extends Object
implements 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

Constructor Summary
AuthenticationManagerBeanDefinitionParser()
           
 
Method Summary
 BeanDefinition parse(Element element, ParserContext parserContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationManagerBeanDefinitionParser

public AuthenticationManagerBeanDefinitionParser()
Method Detail

parse

public BeanDefinition parse(Element element,
                            ParserContext parserContext)
Specified by:
parse in interface BeanDefinitionParser

Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.