org.springframework.security.config.authentication
Class AuthenticationManagerBeanDefinitionParser

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

public class AuthenticationManagerBeanDefinitionParser
extends Object
implements BeanDefinitionParser

Registers the central ProviderManager used by the namespace configuration, and allows the configuration of an alias, allowing users to reference it in their beans and clearly see where the name is coming from.

Version:
$Id: AuthenticationManagerBeanDefinitionParser.java 3984 2009-11-17 12:55:53Z ltaylor $
Author:
Luke Taylor

Nested Class Summary
static class AuthenticationManagerBeanDefinitionParser.NullAuthenticationProvider
          Provider which doesn't provide any service.
 
Constructor Summary
AuthenticationManagerBeanDefinitionParser()
           
 
Method Summary
 BeanDefinition parse(Element element, ParserContext pc)
           
 
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 pc)
Specified by:
parse in interface BeanDefinitionParser


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