Uses of Interface
org.apache.shiro.session.mgt.eis.SessionIdGenerator
Packages that use SessionIdGenerator
Package
Description
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 SessionIdGeneratorModifier and TypeClassDescriptionclassSessionIdGeneratorthat generates String values of JDKUUID's as the session IDs.classGenerates session IDs by using aRandominstance to generate random IDs.Methods in org.apache.shiro.session.mgt.eis that return SessionIdGeneratorModifier and TypeMethodDescriptionAbstractSessionDAO.getSessionIdGenerator()Returns theSessionIdGeneratorused by theAbstractSessionDAO.generateSessionId(org.apache.shiro.session.Session)method.Methods in org.apache.shiro.session.mgt.eis with parameters of type SessionIdGeneratorModifier and TypeMethodDescriptionvoidAbstractSessionDAO.setSessionIdGenerator(SessionIdGenerator sessionIdGenerator) Sets theSessionIdGeneratorused by theAbstractSessionDAO.generateSessionId(org.apache.shiro.session.Session)method.