Uses of Interface
org.apache.shiro.session.mgt.eis.SessionIdGenerator
-
Packages that use SessionIdGenerator Package Description org.apache.shiro.session.mgt.eis EIS (Enterprise Information System)-tier components that can perform CRUD operations for sessions using any EIS API. -
-
Uses of SessionIdGenerator in org.apache.shiro.session.mgt.eis
Classes in org.apache.shiro.session.mgt.eis that implement SessionIdGenerator Modifier and Type Class Description class
JavaUuidSessionIdGenerator
SessionIdGenerator
that generates String values of JDKUUID
's as the session IDs.class
RandomSessionIdGenerator
Generates session IDs by using aRandom
instance to generate random IDs.Methods in org.apache.shiro.session.mgt.eis that return SessionIdGenerator Modifier and Type Method Description SessionIdGenerator
AbstractSessionDAO. getSessionIdGenerator()
Returns theSessionIdGenerator
used by theAbstractSessionDAO.generateSessionId(org.apache.shiro.session.Session)
method.Methods in org.apache.shiro.session.mgt.eis with parameters of type SessionIdGenerator Modifier and Type Method Description void
AbstractSessionDAO. setSessionIdGenerator(SessionIdGenerator sessionIdGenerator)
Sets theSessionIdGenerator
used by theAbstractSessionDAO.generateSessionId(org.apache.shiro.session.Session)
method.
-