Uses of Interface
io.undertow.server.session.SessionConfig
-
Packages that use SessionConfig Package Description io.undertow.server.session io.undertow.servlet.api io.undertow.servlet.spec -
-
Uses of SessionConfig in io.undertow.server.session
Classes in io.undertow.server.session that implement SessionConfig Modifier and Type Class Description classPathParameterSessionConfigSession config that is based on a path parameter and URL rewritingclassSessionCookieConfigEncapsulation of session cookie configuration.classSslSessionConfigSession config that stores the session ID in the current SSL session.Fields in io.undertow.server.session with type parameters of type SessionConfig Modifier and Type Field Description static AttachmentKey<SessionConfig>SessionConfig. ATTACHMENT_KEYMethods in io.undertow.server.session with parameters of type SessionConfig Modifier and Type Method Description StringSession. changeSessionId(HttpServerExchange exchange, SessionConfig config)Generate a new session id for this session, and return the new id.SessionInMemorySessionManager. createSession(HttpServerExchange serverExchange, SessionConfig config)SessionSessionManager. createSession(HttpServerExchange serverExchange, SessionConfig sessionCookieConfig)Creates a new session.SessionInMemorySessionManager. getSession(HttpServerExchange serverExchange, SessionConfig config)SessionSessionManager. getSession(HttpServerExchange serverExchange, SessionConfig sessionCookieConfig)Constructors in io.undertow.server.session with parameters of type SessionConfig Constructor Description SessionAttachmentHandler(HttpHandler next, SessionManager sessionManager, SessionConfig sessionConfig)SessionAttachmentHandler(SessionManager sessionManager, SessionConfig sessionConfig)SslSessionConfig(SessionConfig fallbackSessionConfig, SessionManager sessionManager) -
Uses of SessionConfig in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return SessionConfig Modifier and Type Method Description SessionConfigSessionConfigWrapper. wrap(SessionConfig sessionConfig, Deployment deployment)Methods in io.undertow.servlet.api with parameters of type SessionConfig Modifier and Type Method Description SessionConfigSessionConfigWrapper. wrap(SessionConfig sessionConfig, Deployment deployment) -
Uses of SessionConfig in io.undertow.servlet.spec
Classes in io.undertow.servlet.spec that implement SessionConfig Modifier and Type Class Description classSessionCookieConfigImplMethods in io.undertow.servlet.spec that return SessionConfig Modifier and Type Method Description SessionConfigSessionCookieConfigImpl. getFallback()SessionConfigServletContextImpl. getSessionConfig()Methods in io.undertow.servlet.spec with parameters of type SessionConfig Modifier and Type Method Description voidSessionCookieConfigImpl. setFallback(SessionConfig fallback)
-