Spring Security Framework

org.springframework.security.config
Class CustomAuthenticationProviderBeanDefinitionDecorator

java.lang.Object
  extended by 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$
Author:
Luke Taylor

Constructor Summary
CustomAuthenticationProviderBeanDefinitionDecorator()
           
 
Method Summary
 BeanDefinitionHolder decorate(Node node, BeanDefinitionHolder holder, ParserContext parserContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomAuthenticationProviderBeanDefinitionDecorator

public CustomAuthenticationProviderBeanDefinitionDecorator()
Method Detail

decorate

public BeanDefinitionHolder decorate(Node node,
                                     BeanDefinitionHolder holder,
                                     ParserContext parserContext)
Specified by:
decorate in interface BeanDefinitionDecorator

Spring Security Framework

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