Package | Description |
---|---|
org.apache.shiro.spring.web |
Spring-specific components for use in Spring-based web applications.
|
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 FilterChainManager |
ShiroFilterFactoryBean.createFilterChainManager() |
Modifier and Type | Method and Description |
---|---|
protected void |
IniFilterChainResolverFactory.buildChains(FilterChainManager manager,
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 NamedFilterList s created from these
Filter s (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.