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 interfaceNamedObjectEnvironmentAn environment that supports object lookup by name.Classes in org.apache.shiro.env that implement Environment Modifier and Type Class Description classBasicIniEnvironmentBasic usage:classDefaultEnvironmentSimple/defaultEnvironmentimplementation that stores Shiro objects as key-value pairs in aMapinstance.
-