Environment implementation and support.
See: Description
WebEnvironment that supports 'write' operations operations.
Environment instance, used in web applications.
WebEnvironment implementation based on a backing
Map instance.
EnvironmentLoader is responsible for loading a web application's Shiro
WebEnvironment (which includes the web app's
WebSecurityManager) into the
ServletContext at application startup.
WebEnvironment at ServletContext startup and shutdown respectively.
WebEnvironments that can be initialized via resource paths (config files).
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.
EnvironmentLoaderListener,
EnvironmentLoader