Interface MutableWebEnvironment

All Superinterfaces:
org.apache.shiro.env.Environment, WebEnvironment
All Known Implementing Classes:
DefaultWebEnvironment, IniWebEnvironment, ResourceBasedWebEnvironment

public interface MutableWebEnvironment extends WebEnvironment
A WebEnvironment that supports 'write' operations operations. This mainly exists to shield WebEnvironment API consumers from modification operations, which are mostly only used during Shiro environment initialization.
Since:
1.2