Class UndertowSessionManagementProviderFactory

java.lang.Object
org.wildfly.clustering.web.undertow.session.UndertowSessionManagementProviderFactory
All Implemented Interfaces:
SessionManagementProviderFactory

@MetaInfServices(org.wildfly.extension.undertow.session.SessionManagementProviderFactory.class) public class UndertowSessionManagementProviderFactory extends Object implements SessionManagementProviderFactory
SessionManagementProviderFactory for Undertow using either an attached DistributableSessionManagementProvider or generated from a legacy ReplicationConfig.
Author:
Paul Ferraro