Package | Description |
---|---|
org.apache.shiro.env |
Concepts used to represent Shiro's aggregate state in an application.
|
org.apache.shiro.guice | |
org.apache.shiro.guice.web | |
org.apache.shiro.web.env |
Web-specific
Environment implementation and support. |
Modifier and Type | Interface and Description |
---|---|
interface |
NamedObjectEnvironment
An environment that supports object lookup by name.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEnvironment
Simple/default
Environment implementation that stores Shiro objects as key-value pairs in a
Map instance. |
Modifier and Type | Method and Description |
---|---|
protected void |
ShiroModule.bindEnvironment(com.google.inject.binder.AnnotatedBindingBuilder<Environment> bind)
Binds the environment.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ShiroWebModule.bindEnvironment(com.google.inject.binder.AnnotatedBindingBuilder<Environment> bind) |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableWebEnvironment
A
WebEnvironment that supports 'write' operations operations. |
interface |
WebEnvironment
A web-specific
Environment instance, used in web applications. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWebEnvironment
Default
WebEnvironment implementation based on a backing Map instance. |
class |
IniWebEnvironment
|
class |
ResourceBasedWebEnvironment
Abstract implementation for
WebEnvironment s that can be initialized via resource paths (config files). |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.