See: Description
| Interface | Description |
|---|---|
| FilterChainManager |
A
FilterChainManager manages the creation and modification of Filter chains from an available pool
of Filter instances. |
| FilterChainResolver |
A
FilterChainResolver can resolve an appropriate FilterChain to execute during a
ServletRequest. |
| NamedFilterList |
| Class | Description |
|---|---|
| DefaultFilterChainManager |
Default
FilterChainManager implementation maintaining a map of Filter instances
(key: filter name, value: Filter) as well as a map of NamedFilterLists created from these
Filters (key: filter chain name, value: NamedFilterList). |
| PathMatchingFilterChainResolver |
A
FilterChainResolver that resolves FilterChains based on url path
matching, as determined by a configurable PathMatcher. |
| SimpleNamedFilterList |
| Enum | Description |
|---|---|
| DefaultFilter |
Enum representing all of the default Shiro Filter instances available to web applications.
|
FilterChainManager,
FilterChainResolverCopyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.