Uses of Interface
org.apache.shiro.web.filter.mgt.NamedFilterList
Packages that use NamedFilterList
Package
Description
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 NamedFilterList in org.apache.shiro.web.filter.mgt
Classes in org.apache.shiro.web.filter.mgt that implement NamedFilterListModifier and TypeClassDescriptionclassMethods in org.apache.shiro.web.filter.mgt that return NamedFilterListModifier and TypeMethodDescriptionprotected NamedFilterListDefaultFilterChainManager.ensureChain(String chainName) Returns the filter chain identified by the specifiedchainNameornullif there is no chain with that name.Methods in org.apache.shiro.web.filter.mgt that return types with arguments of type NamedFilterListMethod parameters in org.apache.shiro.web.filter.mgt with type arguments of type NamedFilterListModifier and TypeMethodDescriptionvoidDefaultFilterChainManager.setFilterChains(Map<String, NamedFilterList> filterChains)