Class DistributableSessionManagerFactory
java.lang.Object
org.wildfly.clustering.web.undertow.session.DistributableSessionManagerFactory
- All Implemented Interfaces:
io.undertow.servlet.api.SessionManagerFactory
public class DistributableSessionManagerFactory
extends Object
implements io.undertow.servlet.api.SessionManagerFactory
Factory for creating a
DistributableSessionManager.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionDistributableSessionManagerFactory(org.wildfly.clustering.session.SessionManagerFactory<jakarta.servlet.ServletContext, Map<String, Object>> factory, SessionManagerFactoryConfiguration config) -
Method Summary
Modifier and TypeMethodDescriptionio.undertow.server.session.SessionManagercreateSessionManager(io.undertow.servlet.api.Deployment deployment)
-
Constructor Details
-
DistributableSessionManagerFactory
public DistributableSessionManagerFactory(org.wildfly.clustering.session.SessionManagerFactory<jakarta.servlet.ServletContext, Map<String, Object>> factory, SessionManagerFactoryConfiguration config)
-
-
Method Details
-
createSessionManager
public io.undertow.server.session.SessionManager createSessionManager(io.undertow.servlet.api.Deployment deployment) - Specified by:
createSessionManagerin interfaceio.undertow.servlet.api.SessionManagerFactory
-