Package | Description |
---|---|
org.apache.shiro.web.config |
Web-specific implementation extensions to the
org.apache.shiro.config components. |
org.apache.shiro.web.env |
Web-specific
Environment implementation and support. |
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.
|
org.apache.shiro.web.servlet |
Shiro-specific implementations of the Servlet API (Servlet Filters, et al).
|
Modifier and Type | Method and Description |
---|---|
protected FilterChainResolver |
IniFilterChainResolverFactory.createDefaultInstance() |
protected FilterChainResolver |
IniFilterChainResolverFactory.createInstance(Ini ini) |
Modifier and Type | Method and Description |
---|---|
protected FilterChainResolver |
IniWebEnvironment.createFilterChainResolver() |
FilterChainResolver |
DefaultWebEnvironment.getFilterChainResolver() |
FilterChainResolver |
WebEnvironment.getFilterChainResolver()
Returns the web application's
FilterChainResolver if one has been configured or null if one
is not available. |
Modifier and Type | Method and Description |
---|---|
void |
MutableWebEnvironment.setFilterChainResolver(FilterChainResolver filterChainResolver)
Sets the
WebEnvironment 's FilterChainResolver . |
void |
DefaultWebEnvironment.setFilterChainResolver(FilterChainResolver filterChainResolver) |
Modifier and Type | Class and Description |
---|---|
class |
PathMatchingFilterChainResolver
A
FilterChainResolver that resolves FilterChain s based on url path
matching, as determined by a configurable PathMatcher . |
Modifier and Type | Method and Description |
---|---|
FilterChainResolver |
AbstractShiroFilter.getFilterChainResolver() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractShiroFilter.setFilterChainResolver(FilterChainResolver filterChainResolver) |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.