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.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleNamedFilterList
|
Modifier and Type | Method and Description |
---|---|
protected NamedFilterList |
DefaultFilterChainManager.ensureChain(String chainName) |
NamedFilterList |
DefaultFilterChainManager.getChain(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. |
Modifier and Type | Method and Description |
---|---|
Map<String,NamedFilterList> |
DefaultFilterChainManager.getFilterChains() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultFilterChainManager.setFilterChains(Map<String,NamedFilterList> filterChains) |
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.