Package | Description |
---|---|
org.apache.shiro.session |
Components related to managing sessions, the time-based data contexts in which a Subject
interacts with an application.
|
org.apache.shiro.session.mgt |
SessionManager components supporting enterprise session management. |
Modifier and Type | Class and Description |
---|---|
class |
SessionListenerAdapter
Simple adapter implementation of the
SessionListener interface, effectively providing
no-op implementations of all methods. |
Modifier and Type | Method and Description |
---|---|
Collection<SessionListener> |
AbstractNativeSessionManager.getSessionListeners() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractNativeSessionManager.setSessionListeners(Collection<SessionListener> listeners) |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.