|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NamedFilterList | |
|---|---|
| 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 | |
|---|---|
class |
SimpleNamedFilterList
Simple NamedFilterList implementation that is supported by a backing List instance and a simple
name property. |
| Methods in org.apache.shiro.web.filter.mgt that return NamedFilterList | |
|---|---|
protected NamedFilterList |
DefaultFilterChainManager.ensureChain(String chainName)
|
NamedFilterList |
FilterChainManager.getChain(String chainName)
Returns the filter chain identified by the specified chainName or null if there is no chain with
that name. |
NamedFilterList |
DefaultFilterChainManager.getChain(String chainName)
|
| Methods in org.apache.shiro.web.filter.mgt that return types with arguments of type NamedFilterList | |
|---|---|
Map<String,NamedFilterList> |
DefaultFilterChainManager.getFilterChains()
|
| Method parameters in org.apache.shiro.web.filter.mgt with type arguments of type NamedFilterList | |
|---|---|
void |
DefaultFilterChainManager.setFilterChains(Map<String,NamedFilterList> filterChains)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||