Uses of Interface
io.undertow.server.session.SessionConfig
Packages that use SessionConfig
-
Uses of SessionConfig in io.undertow.server.session
Classes in io.undertow.server.session that implement SessionConfigModifier and TypeClassDescriptionclass
Session config that is based on a path parameter and URL rewritingclass
Encapsulation of session cookie configuration.class
Session config that stores the session ID in the current SSL session.Fields in io.undertow.server.session with type parameters of type SessionConfigModifier and TypeFieldDescriptionstatic final AttachmentKey<SessionConfig>
SessionConfig.ATTACHMENT_KEY
Methods in io.undertow.server.session with parameters of type SessionConfigModifier and TypeMethodDescriptionSession.changeSessionId
(HttpServerExchange exchange, SessionConfig config) Generate a new session id for this session, and return the new id.InMemorySessionManager.createSession
(HttpServerExchange serverExchange, SessionConfig config) SessionManager.createSession
(HttpServerExchange serverExchange, SessionConfig sessionCookieConfig) Creates a new session.InMemorySessionManager.getSession
(HttpServerExchange serverExchange, SessionConfig config) SessionManager.getSession
(HttpServerExchange serverExchange, SessionConfig sessionCookieConfig) Constructors in io.undertow.server.session with parameters of type SessionConfigModifierConstructorDescriptionSessionAttachmentHandler
(HttpHandler next, SessionManager sessionManager, SessionConfig sessionConfig) SessionAttachmentHandler
(SessionManager sessionManager, SessionConfig sessionConfig) SslSessionConfig
(SessionConfig fallbackSessionConfig, SessionManager sessionManager)