Uses of Package
org.apache.shiro.web.filter.mgt
Packages that use org.apache.shiro.web.filter.mgt
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.).
-
Classes in org.apache.shiro.web.filter.mgt used by org.apache.shiro.web.configClassDescriptionA
FilterChainManagermanages the creation and modification ofFilterchains from an available pool ofFilterinstances.AFilterChainResolvercan resolve an appropriateFilterChainto execute during aServletRequest. -
Classes in org.apache.shiro.web.filter.mgt used by org.apache.shiro.web.envClassDescriptionA
FilterChainResolvercan resolve an appropriateFilterChainto execute during aServletRequest. -
Classes in org.apache.shiro.web.filter.mgt used by org.apache.shiro.web.filter.mgtClassDescriptionEnum representing all of the default Shiro Filter instances available to web applications.A
FilterChainManagermanages the creation and modification ofFilterchains from an available pool ofFilterinstances.AFilterChainResolvercan resolve an appropriateFilterChainto execute during aServletRequest. -
Classes in org.apache.shiro.web.filter.mgt used by org.apache.shiro.web.servletClassDescriptionA
FilterChainResolvercan resolve an appropriateFilterChainto execute during aServletRequest.