Package org.apache.shiro.web.filter.mgt
The filter 'mgt' (management) package contains components used in managing Filters that are available for
filter chain construction, the filter chains themselves, as well as resolving filter chains based by name.
- See Also:
FilterChainManager,FilterChainResolver
-
Interface Summary Interface Description FilterChainManager AFilterChainManagermanages the creation and modification ofFilterchains from an available pool ofFilterinstances.FilterChainResolver AFilterChainResolvercan resolve an appropriateFilterChainto execute during aServletRequest.NamedFilterList -
Class Summary Class Description DefaultFilterChainManager DefaultFilterChainManagerimplementation maintaining a map ofFilterinstances (key: filter name, value: Filter) as well as a map ofNamedFilterLists created from theseFilters (key: filter chain name, value: NamedFilterList).PathMatchingFilterChainResolver AFilterChainResolverthat resolvesFilterChains based on url path matching, as determined by a configurablePathMatcher.SimpleNamedFilterList -
Enum Summary Enum Description DefaultFilter Enum representing all of the default Shiro Filter instances available to web applications.