Uses of Interface
org.apache.shiro.env.Environment
-
Packages that use Environment Package Description org.apache.shiro.env Concepts used to represent Shiro's aggregate state in an application. -
-
Uses of Environment in org.apache.shiro.env
Subinterfaces of Environment in org.apache.shiro.env Modifier and Type Interface Description interface
NamedObjectEnvironment
An environment that supports object lookup by name.Classes in org.apache.shiro.env that implement Environment Modifier and Type Class Description class
BasicIniEnvironment
Basic usage:class
DefaultEnvironment
Simple/defaultEnvironment
implementation that stores Shiro objects as key-value pairs in aMap
instance.
-