Uses of Class
org.apache.shiro.web.config.ShiroFilterConfiguration
Packages that use ShiroFilterConfiguration
Package
Description
Web-specific implementation extensions to the
org.apache.shiro.config components.Web-specific
Environment implementation and support.Shiro-specific implementations of the Servlet API (Servlet Filters, et al.).
-
Uses of ShiroFilterConfiguration in org.apache.shiro.web.config
Methods in org.apache.shiro.web.config that return ShiroFilterConfigurationModifier and TypeMethodDescriptionShiroFilterConfiguration.setStaticSecurityManagerEnabled(boolean staticSecurityManagerEnabled) Sets if the constructedSecurityManagerassociated with the filter should be bound to static memory (viaSecurityUtils.setSecurityManager). -
Uses of ShiroFilterConfiguration in org.apache.shiro.web.env
Methods in org.apache.shiro.web.env that return ShiroFilterConfigurationModifier and TypeMethodDescriptionprotected ShiroFilterConfigurationIniWebEnvironment.createFilterConfiguration()DefaultWebEnvironment.getShiroFilterConfiguration()default ShiroFilterConfigurationWebEnvironment.getShiroFilterConfiguration()Returns the configuration object used to configure the ShiroFilter.Methods in org.apache.shiro.web.env with parameters of type ShiroFilterConfigurationModifier and TypeMethodDescriptionvoidDefaultWebEnvironment.setShiroFilterConfiguration(ShiroFilterConfiguration filterConfiguration) voidMutableWebEnvironment.setShiroFilterConfiguration(ShiroFilterConfiguration filterConfiguration) Sets theWebEnvironment'sShiroFilterConfiguration. -
Uses of ShiroFilterConfiguration in org.apache.shiro.web.servlet
Methods in org.apache.shiro.web.servlet with parameters of type ShiroFilterConfigurationModifier and TypeMethodDescriptionvoidAbstractShiroFilter.setShiroFilterConfiguration(ShiroFilterConfiguration config)