Uses of Interface
org.apache.shiro.env.Environment

Packages that use Environment
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
 interface NamedObjectEnvironment
          An environment that supports object lookup by name.
 

Classes in org.apache.shiro.env that implement Environment
 class DefaultEnvironment
          Simple/default Environment implementation that stores Shiro objects as key-value pairs in a Map instance.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.