| Package | Description |
|---|---|
| org.apache.shiro.web.config |
Web-specific implementation extensions to the
org.apache.shiro.config components. |
| 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 | Method and Description |
|---|---|
protected void |
IniFilterChainResolverFactory.buildChains(FilterChainManager manager,
org.apache.shiro.config.Ini ini) |
protected void |
IniFilterChainResolverFactory.createChains(Map<String,String> urls,
FilterChainManager manager) |
protected void |
IniFilterChainResolverFactory.registerFilters(Map<String,javax.servlet.Filter> filters,
FilterChainManager manager) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFilterChainManager
Default
FilterChainManager implementation maintaining a map of Filter instances
(key: filter name, value: Filter) as well as a map of NamedFilterLists created from these
Filters (key: filter chain name, value: NamedFilterList). |
| Modifier and Type | Method and Description |
|---|---|
FilterChainManager |
PathMatchingFilterChainResolver.getFilterChainManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
PathMatchingFilterChainResolver.setFilterChainManager(FilterChainManager filterChainManager) |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.