org.springframework.security.config.authentication
Class AuthenticationProviderBeanDefinitionParser
java.lang.Object
org.springframework.security.config.authentication.AuthenticationProviderBeanDefinitionParser
- All Implemented Interfaces:
- BeanDefinitionParser
public class AuthenticationProviderBeanDefinitionParser
- extends Object
- implements BeanDefinitionParser
Wraps a UserDetailsService bean with a DaoAuthenticationProvider and registers the latter with the
ProviderManager.
- Version:
- $Id: AuthenticationProviderBeanDefinitionParser.java 3796 2009-08-03 00:21:11Z ltaylor $
- Author:
- Luke Taylor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticationProviderBeanDefinitionParser
public AuthenticationProviderBeanDefinitionParser()
parse
public BeanDefinition parse(Element element,
ParserContext parserContext)
- Specified by:
parse
in interface BeanDefinitionParser
Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.