org.springframework.security.config
Class CustomAuthenticationProviderBeanDefinitionDecorator
java.lang.Object
org.springframework.security.config.CustomAuthenticationProviderBeanDefinitionDecorator
- All Implemented Interfaces:
- BeanDefinitionDecorator
public class CustomAuthenticationProviderBeanDefinitionDecorator
- extends Object
- implements BeanDefinitionDecorator
Adds the decorated AuthenticationProvider
to the ProviderManager's
list.
- Version:
- $Id: CustomAuthenticationProviderBeanDefinitionDecorator.java 3194 2008-07-30 11:01:23Z luke_t $
- Author:
- Luke Taylor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomAuthenticationProviderBeanDefinitionDecorator
public CustomAuthenticationProviderBeanDefinitionDecorator()
decorate
public BeanDefinitionHolder decorate(Node node,
BeanDefinitionHolder holder,
ParserContext parserContext)
- Specified by:
decorate
in interface BeanDefinitionDecorator
Copyright © 2004-2011 SpringSource, Inc. All Rights Reserved.