Uses of Interface
org.apache.shiro.web.filter.mgt.FilterChainResolver
-
Packages that use FilterChainResolver Package Description org.apache.shiro.web.config Web-specific implementation extensions to theorg.apache.shiro.config
components.org.apache.shiro.web.env Web-specificEnvironment
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). -
-
Uses of FilterChainResolver in org.apache.shiro.web.config
Methods in org.apache.shiro.web.config that return FilterChainResolver Modifier and Type Method Description protected FilterChainResolver
IniFilterChainResolverFactory. createDefaultInstance()
protected FilterChainResolver
IniFilterChainResolverFactory. createInstance(Ini ini)
-
Uses of FilterChainResolver in org.apache.shiro.web.env
Methods in org.apache.shiro.web.env that return FilterChainResolver Modifier and Type Method Description protected FilterChainResolver
IniWebEnvironment. createFilterChainResolver()
FilterChainResolver
DefaultWebEnvironment. getFilterChainResolver()
FilterChainResolver
WebEnvironment. getFilterChainResolver()
Returns the web application'sFilterChainResolver
if one has been configured ornull
if one is not available.Methods in org.apache.shiro.web.env with parameters of type FilterChainResolver Modifier and Type Method Description void
DefaultWebEnvironment. setFilterChainResolver(FilterChainResolver filterChainResolver)
void
MutableWebEnvironment. setFilterChainResolver(FilterChainResolver filterChainResolver)
Sets theWebEnvironment
'sFilterChainResolver
. -
Uses of FilterChainResolver in org.apache.shiro.web.filter.mgt
Classes in org.apache.shiro.web.filter.mgt that implement FilterChainResolver Modifier and Type Class Description class
PathMatchingFilterChainResolver
AFilterChainResolver
that resolvesFilterChain
s based on url path matching, as determined by a configurablePathMatcher
. -
Uses of FilterChainResolver in org.apache.shiro.web.servlet
Methods in org.apache.shiro.web.servlet that return FilterChainResolver Modifier and Type Method Description FilterChainResolver
AbstractShiroFilter. getFilterChainResolver()
Methods in org.apache.shiro.web.servlet with parameters of type FilterChainResolver Modifier and Type Method Description void
AbstractShiroFilter. setFilterChainResolver(FilterChainResolver filterChainResolver)
-