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.configcomponents.org.apache.shiro.web.env Web-specificEnvironmentimplementation 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 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 FilterChainResolver Modifier and Type Method Description protected FilterChainResolverIniWebEnvironment. createFilterChainResolver()FilterChainResolverDefaultWebEnvironment. getFilterChainResolver()FilterChainResolverWebEnvironment. 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 FilterChainResolver Modifier and Type Method Description voidDefaultWebEnvironment. 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 FilterChainResolver Modifier and Type Class Description classPathMatchingFilterChainResolverAFilterChainResolverthat 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 FilterChainResolver Modifier and Type Method Description FilterChainResolverAbstractShiroFilter. getFilterChainResolver()Methods in org.apache.shiro.web.servlet with parameters of type FilterChainResolver Modifier and Type Method Description voidAbstractShiroFilter. setFilterChainResolver(FilterChainResolver filterChainResolver)
-