Class ImmutableProxiedSession

java.lang.Object
org.apache.shiro.session.ProxiedSession
org.apache.shiro.session.mgt.ImmutableProxiedSession
All Implemented Interfaces:
Session

Implementation of the Session interface that proxies another Session, but does not allow any 'write' operations to the underlying session. It allows 'read' operations only.

The Session write operations are defined as follows. A call to any of these methods on this proxy will immediately result in an InvalidSessionException being thrown:

Any other method invocation not listed above will result in a corresponding call to the underlying Session.
Since:
0.9