FilterInvocationDefinitionSource
Decorator of FilterInvocationDefinition for easier configuration, using FilterInvocationDefinitionSourceMapping .
ObjectDefinitionSource
The class creates and populates a RegExpBasedFilterInvocationDefinitionMap or PathBasedFilterInvocationDefinitionMap (depending on the type of patterns presented).
By default the class treats presented patterns as regular expressions.
List
ConfigAttributeDefinition
Apache Ant path expressions are used to match a HTTP request URL against a ConfigAttributeDefinition.
The order of registering the Ant paths using the PathBasedFilterInvocationDefinitionMap.addSecureUrl(String,ConfigAttributeDefinition) is very important.
Regular expressions are used to match a HTTP request URL against a ConfigAttributeDefinition.
The order of registering the regular expressions using the RegExpBasedFilterInvocationDefinitionMap.addSecureUrl(String,ConfigAttributeDefinition) is very important.