Uses of Interface
org.apache.shiro.web.filter.mgt.FilterChainResolver
Packages that use FilterChainResolver
Package
Description
Web-specific implementation extensions to the
org.apache.shiro.config components.Web-specific
Environment implementation and support.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.
Shiro-specific implementations of the Servlet API (Servlet Filters, et al.).
-
Uses of FilterChainResolver in org.apache.shiro.web.config
Subclasses with type arguments of type FilterChainResolver in org.apache.shiro.web.configModifier and TypeClassDescriptionclassMethods in org.apache.shiro.web.config that return FilterChainResolverModifier and TypeMethodDescriptionprotected FilterChainResolverIniFilterChainResolverFactory.createDefaultInstance()protected FilterChainResolverIniFilterChainResolverFactory.createInstance(org.apache.shiro.config.Ini ini) -
Uses of FilterChainResolver in org.apache.shiro.web.env
Methods in org.apache.shiro.web.env that return FilterChainResolverModifier and TypeMethodDescriptionprotected FilterChainResolverIniWebEnvironment.createFilterChainResolver()DefaultWebEnvironment.getFilterChainResolver()WebEnvironment.getFilterChainResolver()Returns the web application'sFilterChainResolverif one has been configured ornullif one is not available.Methods in org.apache.shiro.web.env with parameters of type FilterChainResolverModifier and TypeMethodDescriptionvoidDefaultWebEnvironment.setFilterChainResolver(FilterChainResolver filterChainResolver) voidMutableWebEnvironment.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 FilterChainResolverModifier and TypeClassDescriptionclassAFilterChainResolverthat resolvesFilterChains 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 FilterChainResolverMethods in org.apache.shiro.web.servlet with parameters of type FilterChainResolverModifier and TypeMethodDescriptionvoidAbstractShiroFilter.setFilterChainResolver(FilterChainResolver filterChainResolver)