Uses of Interface
org.apache.shiro.web.filter.mgt.FilterChainManager
Packages that use FilterChainManager
Package
Description
Web-specific implementation extensions to the
org.apache.shiro.config components.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.
-
Uses of FilterChainManager in org.apache.shiro.web.config
Methods in org.apache.shiro.web.config with parameters of type FilterChainManagerModifier and TypeMethodDescriptionprotected voidIniFilterChainResolverFactory.buildChains(FilterChainManager manager, org.apache.shiro.config.Ini ini) protected voidIniFilterChainResolverFactory.createChains(Map<String, String> urls, FilterChainManager manager) protected voidIniFilterChainResolverFactory.registerFilters(Map<String, javax.servlet.Filter> filters, FilterChainManager manager) -
Uses of FilterChainManager in org.apache.shiro.web.filter.mgt
Classes in org.apache.shiro.web.filter.mgt that implement FilterChainManagerModifier and TypeClassDescriptionclassDefaultFilterChainManagerimplementation maintaining a map ofFilterinstances (key: filter name, value: Filter) as well as a map ofNamedFilterLists created from theseFilters (key: filter chain name, value: NamedFilterList).Methods in org.apache.shiro.web.filter.mgt that return FilterChainManagerMethods in org.apache.shiro.web.filter.mgt with parameters of type FilterChainManagerModifier and TypeMethodDescriptionvoidPathMatchingFilterChainResolver.setFilterChainManager(FilterChainManager filterChainManager)