Uses of Interface
io.undertow.server.session.SessionIdGenerator
-
Packages that use SessionIdGenerator Package Description io.undertow.server.session io.undertow.servlet.api -
-
Uses of SessionIdGenerator in io.undertow.server.session
Classes in io.undertow.server.session that implement SessionIdGenerator Modifier and Type Class Description classSecureRandomSessionIdGeneratorASessionIdGeneratorthat uses a secure random to generate a session ID.Constructors in io.undertow.server.session with parameters of type SessionIdGenerator Constructor Description InMemorySessionManager(SessionIdGenerator sessionIdGenerator, String deploymentName, int maxSessions, boolean expireOldestUnusedSessionOnMax)InMemorySessionManager(SessionIdGenerator sessionIdGenerator, String deploymentName, int maxSessions, boolean expireOldestUnusedSessionOnMax, boolean statisticsEnabled) -
Uses of SessionIdGenerator in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return SessionIdGenerator Modifier and Type Method Description SessionIdGeneratorDeploymentInfo. getSessionIdGenerator()Methods in io.undertow.servlet.api with parameters of type SessionIdGenerator Modifier and Type Method Description DeploymentInfoDeploymentInfo. setSessionIdGenerator(SessionIdGenerator sessionIdGenerator)
-