Uses of Class
org.apache.shiro.session.mgt.SimpleSession
-
Packages that use SimpleSession Package Description org.apache.shiro.session.mgt SessionManager
components 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 boolean
SimpleSession. 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.
-