Class UndertowDistributableSessionManagementProvider<C extends org.wildfly.clustering.web.session.DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>>
- java.lang.Object
-
- org.wildfly.clustering.web.undertow.session.UndertowDistributableSessionManagementProvider<C>
-
- All Implemented Interfaces:
SessionManagementProvider
public class UndertowDistributableSessionManagementProvider<C extends org.wildfly.clustering.web.session.DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>> extends Object implements SessionManagementProvider
SessionManagementProviderfor Undertow.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description UndertowDistributableSessionManagementProvider(DistributableSessionManagementProvider<C> provider, org.wildfly.clustering.ee.Immutability immutability)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.as.clustering.controller.CapabilityServiceConfiguratorgetSessionIdentifierCodecServiceConfigurator(org.jboss.msc.service.ServiceName name, WebDeploymentConfiguration configuration)org.jboss.as.clustering.controller.CapabilityServiceConfiguratorgetSessionManagerFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name, SessionManagerFactoryConfiguration configuration)
-
-
-
Constructor Detail
-
UndertowDistributableSessionManagementProvider
public UndertowDistributableSessionManagementProvider(DistributableSessionManagementProvider<C> provider, org.wildfly.clustering.ee.Immutability immutability)
-
-
Method Detail
-
getSessionIdentifierCodecServiceConfigurator
public org.jboss.as.clustering.controller.CapabilityServiceConfigurator getSessionIdentifierCodecServiceConfigurator(org.jboss.msc.service.ServiceName name, WebDeploymentConfiguration configuration)- Specified by:
getSessionIdentifierCodecServiceConfiguratorin interfaceSessionManagementProvider
-
getSessionManagerFactoryServiceConfigurator
public org.jboss.as.clustering.controller.CapabilityServiceConfigurator getSessionManagerFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name, SessionManagerFactoryConfiguration configuration)- Specified by:
getSessionManagerFactoryServiceConfiguratorin interfaceSessionManagementProvider
-
-