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 TypeClassDescriptionclassSession config that is based on a path parameter and URL rewritingclassEncapsulation of session cookie configuration.classASessionConfigthat references a specific session.classSession 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_KEYMethods 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)