Uses of Class
org.apache.shiro.session.ProxiedSession
-
Packages that use ProxiedSession Package Description org.apache.shiro.session.mgt SessionManager
components supporting enterprise session management. -
-
Uses of ProxiedSession in org.apache.shiro.session.mgt
Subclasses of ProxiedSession in org.apache.shiro.session.mgt Modifier and Type Class Description class
ImmutableProxiedSession
Implementation of theSession
interface that proxies anotherSession
, but does not allow any 'write' operations to the underlying session.
-