|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Environment | An Environment instance encapsulates all of the objects that Shiro requires to function. |
| NamedObjectEnvironment | An environment that supports object lookup by name. |
| Class Summary | |
|---|---|
| DefaultEnvironment | Simple/default Environment implementation that stores Shiro objects as key-value pairs in a
Map instance. |
| Exception Summary | |
|---|---|
| EnvironmentException | Exception thrown for errors related to Environment instances or configuration. |
| RequiredTypeException | Exception thrown when attempting to acquire an object of a required type and that object does not equal, extend, or
implement a specified Class. |
Concepts used to represent Shiro's aggregate state in an application. An Environment instance represents
everything Shiro needs to function in an application.
Environment
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||