|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Environment implementation and support.
See:
Description
| Interface Summary | |
|---|---|
| MutableWebEnvironment | A WebEnvironment that supports 'write' operations operations. |
| WebEnvironment | A web-specific Environment instance, used in web applications. |
| Class Summary | |
|---|---|
| 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 | WebEnvironment implementation configured by an Ini instance or Ini resource locations. |
| ResourceBasedWebEnvironment | Abstract implementation for WebEnvironments that can be initialized via resource paths (config files). |
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.
EnvironmentLoaderListener,
EnvironmentLoader
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||