Package org.apache.shiro.web.filter.mgt
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:
-
ClassDescriptionEnum representing all of the default Shiro Filter instances available to web applications.Default
FilterChainManagerimplementation maintaining a map ofFilterinstances (key: filter name, value: Filter) as well as a map ofNamedFilterLists created from theseFilters (key: filter chain name, value: NamedFilterList).AFilterChainManagermanages the creation and modification ofFilterchains from an available pool ofFilterinstances.AFilterChainResolvercan resolve an appropriateFilterChainto execute during aServletRequest.AFilterChainResolverthat resolvesFilterChains based on url path matching, as determined by a configurablePathMatcher.