Uses of Class
org.apache.shiro.session.ProxiedSession
-
Packages that use ProxiedSession Package Description org.apache.shiro.session.mgt SessionManagercomponents 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 classImmutableProxiedSessionImplementation of theSessioninterface that proxies anotherSession, but does not allow any 'write' operations to the underlying session.
-