Environment implementation and support.See: Description
| Interface | Description |
|---|---|
| MutableWebEnvironment |
A
WebEnvironment that supports 'write' operations operations. |
| WebEnvironment |
A web-specific
Environment instance, used in web applications. |
| Class | Description |
|---|---|
| DefaultWebEnvironment |
Default
WebEnvironment implementation based on a backing Map instance. |
| EnvironmentLoader |
An
EnvironmentLoader is responsible for loading a web application's Shiro WebEnvironment
(which includes the web app's WebSecurityManager) into the
ServletContext at application startup. |
| EnvironmentLoaderListener |
Bootstrap listener to startup and shutdown the web application's Shiro
WebEnvironment at ServletContext startup and shutdown respectively. |
| IniWebEnvironment | |
| ResourceBasedWebEnvironment |
Abstract implementation for
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,
EnvironmentLoaderCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.