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 classJavaUuidSessionIdGeneratorSessionIdGeneratorthat generates String values of JDKUUID's as the session IDs.classRandomSessionIdGeneratorGenerates session IDs by using aRandominstance to generate random IDs.Methods in org.apache.shiro.session.mgt.eis that return SessionIdGenerator Modifier and Type Method Description SessionIdGeneratorAbstractSessionDAO. getSessionIdGenerator()Returns theSessionIdGeneratorused 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 voidAbstractSessionDAO. setSessionIdGenerator(SessionIdGenerator sessionIdGenerator)Sets theSessionIdGeneratorused by theAbstractSessionDAO.generateSessionId(org.apache.shiro.session.Session)method.
-