Uses of Interface
org.apache.shiro.web.filter.mgt.NamedFilterList
-
Packages that use NamedFilterList Package Description 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 NamedFilterList in org.apache.shiro.web.filter.mgt
Classes in org.apache.shiro.web.filter.mgt that implement NamedFilterList Modifier and Type Class Description classSimpleNamedFilterListMethods in org.apache.shiro.web.filter.mgt that return NamedFilterList Modifier and Type Method Description protected NamedFilterListDefaultFilterChainManager. ensureChain(String chainName)NamedFilterListDefaultFilterChainManager. getChain(String chainName)NamedFilterListFilterChainManager. getChain(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 NamedFilterList Modifier and Type Method Description Map<String,NamedFilterList>DefaultFilterChainManager. getFilterChains()Method parameters in org.apache.shiro.web.filter.mgt with type arguments of type NamedFilterList Modifier and Type Method Description voidDefaultFilterChainManager. setFilterChains(Map<String,NamedFilterList> filterChains)
-