|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.security.config.ConfigUtils
public abstract class ConfigUtils
Utility methods used internally by the Spring Security namespace configuration code.
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(org.springframework.beans.factory.config.BeanDefinition voter,
org.springframework.beans.factory.xml.ParserContext parserContext)
|
static int |
countNonEmpty(java.lang.String[] objects)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigUtils()
Method Detail |
---|
public static int countNonEmpty(java.lang.String[] objects)
public static void addVoter(org.springframework.beans.factory.config.BeanDefinition voter, org.springframework.beans.factory.xml.ParserContext parserContext)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |