Uses of Interface
org.apache.shiro.web.filter.mgt.FilterChainManager
-
Packages that use FilterChainManager Package Description org.apache.shiro.web.config Web-specific implementation extensions to theorg.apache.shiro.configcomponents.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. -
-
Uses of FilterChainManager in org.apache.shiro.web.config
Methods in org.apache.shiro.web.config with parameters of type FilterChainManager Modifier and Type Method Description protected 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 FilterChainManager Modifier and Type Class Description classDefaultFilterChainManagerDefaultFilterChainManagerimplementation 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 FilterChainManager Modifier and Type Method Description FilterChainManagerPathMatchingFilterChainResolver. getFilterChainManager()Methods in org.apache.shiro.web.filter.mgt with parameters of type FilterChainManager Modifier and Type Method Description voidPathMatchingFilterChainResolver. setFilterChainManager(FilterChainManager filterChainManager)
-