public class JdbcSessionManager extends Object implements SessionManager
| Modifier and Type | Field and Description |
|---|---|
static String |
DEPLOY_NAME |
| Constructor and Description |
|---|
JdbcSessionManager(io.undertow.server.session.SessionConfig sessionConfig,
SessionRepository sessionRepository) |
| Modifier and Type | Method and Description |
|---|---|
Session |
createSession(io.undertow.server.HttpServerExchange serverExchange) |
String |
getDeploymentName() |
Session |
getSession(io.undertow.server.HttpServerExchange serverExchange) |
Session |
getSession(String sessionId) |
Map<String,Session> |
getSessions() |
Session |
removeSession(io.undertow.server.HttpServerExchange serverExchange) |
void |
removeSession(String sessionId) |
public static final String DEPLOY_NAME
public JdbcSessionManager(io.undertow.server.session.SessionConfig sessionConfig,
SessionRepository sessionRepository)
public String getDeploymentName()
getDeploymentName in interface SessionManagerpublic Session createSession(io.undertow.server.HttpServerExchange serverExchange)
createSession in interface SessionManagerpublic Session getSession(io.undertow.server.HttpServerExchange serverExchange)
getSession in interface SessionManagerpublic Session getSession(String sessionId)
getSession in interface SessionManagerpublic Session removeSession(io.undertow.server.HttpServerExchange serverExchange)
removeSession in interface SessionManagerpublic void removeSession(String sessionId)
removeSession in interface SessionManagerCopyright © 2019. All rights reserved.