Package org.apache.shiro.web.env
package org.apache.shiro.web.env
Web-specific
Environment implementation and support. The most important
components are the EnvironmentLoader
and EnvironmentLoaderListener, which are used in conjunction
with the ShiroFilter to enable Shiro in a web application.- See Also:
-
ClassDescriptionDefault
WebEnvironmentimplementation based on a backingMapinstance.AnEnvironmentLoaderis responsible for loading a web application's ShiroWebEnvironment(which includes the web app'sWebSecurityManager) into theServletContextat application startup.Bootstrap listener to startup and shutdown the web application's ShiroWebEnvironmentat ServletContext startup and shutdown respectively.AWebEnvironmentthat supports 'write' operations operations.Abstract implementation forWebEnvironments that can be initialized via resource paths (config files).A web-specificEnvironmentinstance, used in web applications.