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 NamedFilterList s created from these
Filter s (key: filter chain name, value: NamedFilterList). |
PathMatchingFilterChainResolver |
A
FilterChainResolver that resolves FilterChain s 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
,
FilterChainResolver
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.