public class

AuthenticationManagerBeanDefinitionParser

extends Object
java.lang.Object
   ↳ org.springframework.security.config.authentication.AuthenticationManagerBeanDefinitionParser

Class Overview

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.

Summary

Nested Classes
class AuthenticationManagerBeanDefinitionParser.NullAuthenticationProvider Provider which doesn't provide any service. 
Public Constructors
AuthenticationManagerBeanDefinitionParser()
Public Methods
BeanDefinition parse(Element element, ParserContext pc)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AuthenticationManagerBeanDefinitionParser ()

Public Methods

public BeanDefinition parse (Element element, ParserContext pc)