Uses of Package
org.apache.shiro.env
-
Packages that use org.apache.shiro.env Package Description org.apache.shiro.env Concepts used to represent Shiro's aggregate state in an application. -
Classes in org.apache.shiro.env used by org.apache.shiro.env Class Description DefaultEnvironment Simple/defaultEnvironment
implementation that stores Shiro objects as key-value pairs in aMap
instance.Environment AnEnvironment
instance encapsulates all of the objects that Shiro requires to function.EnvironmentException Exception thrown for errors related toEnvironment
instances or configuration.NamedObjectEnvironment An environment that supports object lookup by name.RequiredTypeException Exception thrown when attempting to acquire an object of a required type and that object does not equal, extend, or implement a specifiedClass
.