Package org.apache.shiro.env
package org.apache.shiro.env
Concepts used to represent Shiro's aggregate state in an application.
An
Environment instance represents
everything Shiro needs to function in an application.- See Also:
-
ClassDescriptionBasic usage:Simple/default
Environmentimplementation that stores Shiro objects as key-value pairs in aMapinstance.AnEnvironmentinstance encapsulates all of the objects that Shiro requires to function.Exception thrown for errors related toEnvironmentinstances or configuration.An environment that supports object lookup by name.Exception thrown when attempting to acquire an object of a required type and that object does not equal, extend, or implement a specifiedClass.