Class DistributableSessionManagerFactoryServiceConfigurator<C extends DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>>
java.lang.Object
org.wildfly.clustering.service.SimpleServiceNameProvider
org.wildfly.clustering.web.undertow.session.DistributableSessionManagerFactoryServiceConfigurator<C>
- All Implemented Interfaces:
Function<SessionManagerFactory<jakarta.servlet.ServletContext,,Map<String, Object>, Batch>, io.undertow.servlet.api.SessionManagerFactory> CapabilityServiceConfigurator,ServiceConfigurator,ServiceNameProvider
public class DistributableSessionManagerFactoryServiceConfigurator<C extends DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>>
extends SimpleServiceNameProvider
implements CapabilityServiceConfigurator, Function<SessionManagerFactory<jakarta.servlet.ServletContext,Map<String,Object>,Batch>,io.undertow.servlet.api.SessionManagerFactory>
Distributable
SessionManagerFactory builder for Undertow.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionDistributableSessionManagerFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name, SessionManagerFactoryConfiguration configuration, SupplierDependency<SessionManagerFactory<jakarta.servlet.ServletContext, Map<String, Object>, Batch>> dependency) -
Method Summary
Methods inherited from class org.wildfly.clustering.service.SimpleServiceNameProvider
equals, getServiceName, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jboss.as.clustering.controller.CapabilityServiceConfigurator
configure, configureMethods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
Constructor Details
-
DistributableSessionManagerFactoryServiceConfigurator
public DistributableSessionManagerFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name, SessionManagerFactoryConfiguration configuration, SupplierDependency<SessionManagerFactory<jakarta.servlet.ServletContext, Map<String, Object>, Batch>> dependency)
-
-
Method Details
-
apply
public io.undertow.servlet.api.SessionManagerFactory apply(SessionManagerFactory<jakarta.servlet.ServletContext, Map<String, Object>, Batch> factory) -
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target) - Specified by:
buildin interfaceServiceConfigurator
-