Class UndertowDistributableSessionManagementProvider
- java.lang.Object
-
- org.wildfly.clustering.web.undertow.session.UndertowDistributableSessionManagementProvider
-
- All Implemented Interfaces:
SessionManagementProvider
public class UndertowDistributableSessionManagementProvider extends Object implements SessionManagementProvider
SessionManagementProviderfor Undertow.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description UndertowDistributableSessionManagementProvider(DistributableSessionManagementProvider 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 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
-
-