Spring Security Framework

org.springframework.security.config
Class ConfigUtils

java.lang.Object
  extended by org.springframework.security.config.ConfigUtils

public abstract class ConfigUtils
extends Object

Utility methods used internally by the Spring Security namespace configuration code.

Version:
$Id$
Author:
Luke Taylor, Ben Alex

Nested Class Summary
static class ConfigUtils.FilterChainList
          Bean which holds the list of filters which are maintained in the context and modified by calls to addHttpFilter.
 
Constructor Summary
ConfigUtils()
           
 
Method Summary
static void addVoter(BeanDefinition voter, ParserContext parserContext)
           
static int countNonEmpty(String[] objects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigUtils

public ConfigUtils()
Method Detail

countNonEmpty

public static int countNonEmpty(String[] objects)

addVoter

public static void addVoter(BeanDefinition voter,
                            ParserContext parserContext)

Spring Security Framework

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