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.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) -
Uses of SessionConfig in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return SessionConfigModifier and TypeMethodDescriptionSessionConfigWrapper.wrap(SessionConfig sessionConfig, Deployment deployment) Methods in io.undertow.servlet.api with parameters of type SessionConfigModifier and TypeMethodDescriptionSessionConfigWrapper.wrap(SessionConfig sessionConfig, Deployment deployment) -
Uses of SessionConfig in io.undertow.servlet.spec
Classes in io.undertow.servlet.spec that implement SessionConfigMethods in io.undertow.servlet.spec that return SessionConfigModifier and TypeMethodDescriptionSessionCookieConfigImpl.getFallback()ServletContextImpl.getSessionConfig()Methods in io.undertow.servlet.spec with parameters of type SessionConfigModifier and TypeMethodDescriptionvoidSessionCookieConfigImpl.setFallback(SessionConfig fallback)