Class UndertowDistributableSessionManagementProvider<C extends 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 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, Immutability immutability)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CapabilityServiceConfiguratorgetSessionIdentifierCodecServiceConfigurator(org.jboss.msc.service.ServiceName name, WebDeploymentConfiguration configuration)CapabilityServiceConfiguratorgetSessionManagerFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name, SessionManagerFactoryConfiguration configuration)
-
-
-
Constructor Detail
-
UndertowDistributableSessionManagementProvider
public UndertowDistributableSessionManagementProvider(DistributableSessionManagementProvider<C> provider, Immutability immutability)
-
-
Method Detail
-
getSessionIdentifierCodecServiceConfigurator
public CapabilityServiceConfigurator getSessionIdentifierCodecServiceConfigurator(org.jboss.msc.service.ServiceName name, WebDeploymentConfiguration configuration)
- Specified by:
getSessionIdentifierCodecServiceConfiguratorin interfaceSessionManagementProvider
-
getSessionManagerFactoryServiceConfigurator
public CapabilityServiceConfigurator getSessionManagerFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name, SessionManagerFactoryConfiguration configuration)
- Specified by:
getSessionManagerFactoryServiceConfiguratorin interfaceSessionManagementProvider
-
-