Uses of Interface
org.apache.shiro.env.NamedObjectEnvironment
-
Packages that use NamedObjectEnvironment Package Description org.apache.shiro.env Concepts used to represent Shiro's aggregate state in an application. -
-
Uses of NamedObjectEnvironment in org.apache.shiro.env
Classes in org.apache.shiro.env that implement NamedObjectEnvironment 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.
-