List of usage examples for org.apache.shiro.web.filter.mgt DefaultFilterChainManager subclass-usage
From source file org.panifex.security.shiro.mgt.ModularFilterChainManager.java
/** The modular {@link FilterChainManager} implementation maintaining a map of {@link Filter
* Filter} instances (key: filter name, value: Filter) as well as a map of {@link NamedFilterList
* NamedFilterList}s created from these {@code Filter}s (key: filter chain name, value:
* NamedFilterList). The {@code NamedFilterList} is essentially a {@link FilterChain} that
* also has a name property by which it can be looked up.
*
From source file org.sonatype.nexus.security.DynamicFilterChainManager.java
/**
* Dynamic {@link FilterChainManager} that reacts to {@link Filter}s and {@link FilterChain}s as they come and go.
*
* @since 3.0
*/
@Singleton