| Package | Description |
|---|---|
| io.undertow.server.session | |
| io.undertow.servlet.api |
| Modifier and Type | Class and Description |
|---|---|
class |
SecureRandomSessionIdGenerator
A
SessionIdGenerator that uses a secure random to generate a
session ID. |
| Constructor and Description |
|---|
InMemorySessionManager(SessionIdGenerator sessionIdGenerator,
String deploymentName,
int maxSessions,
boolean expireOldestUnusedSessionOnMax) |
InMemorySessionManager(SessionIdGenerator sessionIdGenerator,
String deploymentName,
int maxSessions,
boolean expireOldestUnusedSessionOnMax,
boolean statisticsEnabled) |
| Modifier and Type | Method and Description |
|---|---|
SessionIdGenerator |
DeploymentInfo.getSessionIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentInfo |
DeploymentInfo.setSessionIdGenerator(SessionIdGenerator sessionIdGenerator) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.