Uses of Interface
org.apache.shiro.session.mgt.eis.SessionIdGenerator

Packages that use SessionIdGenerator
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
 class JavaUuidSessionIdGenerator
          SessionIdGenerator that generates String values of JDK UUID's as the session IDs.
 class RandomSessionIdGenerator
          Generates session IDs by using a Random instance to generate random IDs.
 

Methods in org.apache.shiro.session.mgt.eis that return SessionIdGenerator
 SessionIdGenerator AbstractSessionDAO.getSessionIdGenerator()
          Returns the SessionIdGenerator used by the AbstractSessionDAO.generateSessionId(org.apache.shiro.session.Session) method.
 

Methods in org.apache.shiro.session.mgt.eis with parameters of type SessionIdGenerator
 void AbstractSessionDAO.setSessionIdGenerator(SessionIdGenerator sessionIdGenerator)
          Sets the SessionIdGenerator used by the AbstractSessionDAO.generateSessionId(org.apache.shiro.session.Session) method.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.