See: Description
| Interface | Description |
|---|---|
| Environment |
An
Environment instance encapsulates all of the objects that Shiro requires to function. |
| NamedObjectEnvironment |
An environment that supports object lookup by name.
|
| Class | Description |
|---|---|
| DefaultEnvironment |
Simple/default
Environment implementation that stores Shiro objects as key-value pairs in a
Map instance. |
| Exception | Description |
|---|---|
| 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. |
Environment instance represents
everything Shiro needs to function in an application.EnvironmentCopyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.