Class SessionManagerFactoryConfigurationAdapter<C extends DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>>
java.lang.Object
org.wildfly.clustering.web.undertow.session.WebDeploymentConfigurationAdapter
org.wildfly.clustering.web.undertow.session.SessionManagerFactoryConfigurationAdapter<C>
- All Implemented Interfaces:
DeploymentConfiguration,SessionManagerFactoryConfiguration<jakarta.servlet.http.HttpSession,,jakarta.servlet.ServletContext, jakarta.servlet.http.HttpSessionActivationListener, Map<String, Object>> WebDeploymentConfiguration
public class SessionManagerFactoryConfigurationAdapter<C extends DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>>
extends WebDeploymentConfigurationAdapter
implements SessionManagerFactoryConfiguration<jakarta.servlet.http.HttpSession,jakarta.servlet.ServletContext,jakarta.servlet.http.HttpSessionActivationListener,Map<String,Object>>
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionSessionManagerFactoryConfigurationAdapter(SessionManagerFactoryConfiguration configuration, C managementConfiguration, Immutability immutability) -
Method Summary
Modifier and TypeMethodDescriptionSpecificationProvider<jakarta.servlet.http.HttpSession,jakarta.servlet.ServletContext, jakarta.servlet.http.HttpSessionActivationListener> Methods inherited from class org.wildfly.clustering.web.undertow.session.WebDeploymentConfigurationAdapter
getDeploymentName, getServerNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.ee.DeploymentConfiguration
getDeploymentNameMethods inherited from interface org.wildfly.clustering.web.WebDeploymentConfiguration
getServerName
-
Constructor Details
-
SessionManagerFactoryConfigurationAdapter
public SessionManagerFactoryConfigurationAdapter(SessionManagerFactoryConfiguration configuration, C managementConfiguration, Immutability immutability)
-
-
Method Details
-
getMaxActiveSessions
- Specified by:
getMaxActiveSessionsin interfaceSessionManagerFactoryConfiguration<jakarta.servlet.http.HttpSession,jakarta.servlet.ServletContext, jakarta.servlet.http.HttpSessionActivationListener, Map<String, Object>>
-
getMarshaller
- Specified by:
getMarshallerin interfaceSessionManagerFactoryConfiguration<jakarta.servlet.http.HttpSession,jakarta.servlet.ServletContext, jakarta.servlet.http.HttpSessionActivationListener, Map<String, Object>>
-
getLocalContextFactory
- Specified by:
getLocalContextFactoryin interfaceSessionManagerFactoryConfiguration<jakarta.servlet.http.HttpSession,jakarta.servlet.ServletContext, jakarta.servlet.http.HttpSessionActivationListener, Map<String, Object>>
-
getImmutability
- Specified by:
getImmutabilityin interfaceSessionManagerFactoryConfiguration<jakarta.servlet.http.HttpSession,jakarta.servlet.ServletContext, jakarta.servlet.http.HttpSessionActivationListener, Map<String, Object>>
-
getSpecificationProvider
public SpecificationProvider<jakarta.servlet.http.HttpSession,jakarta.servlet.ServletContext, getSpecificationProvider()jakarta.servlet.http.HttpSessionActivationListener> - Specified by:
getSpecificationProviderin interfaceSessionManagerFactoryConfiguration<jakarta.servlet.http.HttpSession,jakarta.servlet.ServletContext, jakarta.servlet.http.HttpSessionActivationListener, Map<String, Object>>
-
getAttributePersistenceStrategy
- Specified by:
getAttributePersistenceStrategyin interfaceSessionManagerFactoryConfiguration<jakarta.servlet.http.HttpSession,jakarta.servlet.ServletContext, jakarta.servlet.http.HttpSessionActivationListener, Map<String, Object>>
-