Uses of Class
org.apache.shiro.session.mgt.SimpleSession
-
Packages that use SimpleSession Package Description org.apache.shiro.session.mgt SessionManagercomponents supporting enterprise session management. -
-
Uses of SimpleSession in org.apache.shiro.session.mgt
Methods in org.apache.shiro.session.mgt with parameters of type SimpleSession Modifier and Type Method Description protected booleanSimpleSession. onEquals(SimpleSession ss)Provides an attribute-based comparison (no ID comparison) - incurred only when 'this' or the session object being compared for equality do not have a session id.
-