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.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
SessionIdGenerator |
AbstractSessionDAO.getSessionIdGenerator()
Returns the
SessionIdGenerator used by the AbstractSessionDAO.generateSessionId(org.apache.shiro.session.Session)
method. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSessionDAO.setSessionIdGenerator(SessionIdGenerator sessionIdGenerator)
Sets the
SessionIdGenerator used by the AbstractSessionDAO.generateSessionId(org.apache.shiro.session.Session)
method. |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.