Uses of Package
org.apache.shiro.web.filter.mgt
-
Packages that use org.apache.shiro.web.filter.mgt 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). -
Classes in org.apache.shiro.web.filter.mgt used by org.apache.shiro.web.config Class Description FilterChainManager AFilterChainManagermanages the creation and modification ofFilterchains from an available pool ofFilterinstances.FilterChainResolver AFilterChainResolvercan resolve an appropriateFilterChainto execute during aServletRequest. -
Classes in org.apache.shiro.web.filter.mgt used by org.apache.shiro.web.env Class Description FilterChainResolver AFilterChainResolvercan resolve an appropriateFilterChainto execute during aServletRequest. -
Classes in org.apache.shiro.web.filter.mgt used by org.apache.shiro.web.filter.mgt Class Description DefaultFilter Enum representing all of the default Shiro Filter instances available to web applications.FilterChainManager AFilterChainManagermanages the creation and modification ofFilterchains from an available pool ofFilterinstances.FilterChainResolver AFilterChainResolvercan resolve an appropriateFilterChainto execute during aServletRequest.NamedFilterList -
Classes in org.apache.shiro.web.filter.mgt used by org.apache.shiro.web.servlet Class Description FilterChainResolver AFilterChainResolvercan resolve an appropriateFilterChainto execute during aServletRequest.