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:
EnvironmentLoaderListener,EnvironmentLoader
-
Interface Summary Interface Description MutableWebEnvironment AWebEnvironmentthat supports 'write' operations operations.WebEnvironment A web-specificEnvironmentinstance, used in web applications. -
Class Summary Class Description DefaultWebEnvironment DefaultWebEnvironmentimplementation based on a backingMapinstance.EnvironmentLoader AnEnvironmentLoaderis responsible for loading a web application's ShiroWebEnvironment(which includes the web app'sWebSecurityManager) into theServletContextat application startup.EnvironmentLoaderListener Bootstrap listener to startup and shutdown the web application's ShiroWebEnvironmentat ServletContext startup and shutdown respectively.IniWebEnvironment ResourceBasedWebEnvironment Abstract implementation forWebEnvironments that can be initialized via resource paths (config files).