Class NonDistributableWebDeploymentServiceInstallerProvider
java.lang.Object
org.wildfly.extension.undertow.session.NonDistributableWebDeploymentServiceInstallerProvider
- All Implemented Interfaces:
Supplier<WebDeploymentServiceInstallerProvider>,WebDeploymentServiceInstallerProvider
public class NonDistributableWebDeploymentServiceInstallerProvider
extends Object
implements WebDeploymentServiceInstallerProvider, Supplier<WebDeploymentServiceInstallerProvider>
WebDeploymentServiceInstallerProvider for non-distributed web deployments.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionNonDistributableWebDeploymentServiceInstallerProvider(Function<SessionManagerFactoryConfiguration, io.undertow.servlet.api.SessionManagerFactory> factory) -
Method Summary
Modifier and TypeMethodDescriptionget()org.wildfly.subsystem.service.DeploymentServiceInstallerorg.wildfly.subsystem.service.DeploymentServiceInstaller
-
Constructor Details
-
NonDistributableWebDeploymentServiceInstallerProvider
public NonDistributableWebDeploymentServiceInstallerProvider(Function<SessionManagerFactoryConfiguration, io.undertow.servlet.api.SessionManagerFactory> factory)
-
-
Method Details
-
getSessionManagerFactoryServiceInstaller
public org.wildfly.subsystem.service.DeploymentServiceInstaller getSessionManagerFactoryServiceInstaller(SessionManagerFactoryConfiguration configuration) - Specified by:
getSessionManagerFactoryServiceInstallerin interfaceWebDeploymentServiceInstallerProvider
-
getSessionAffinityProviderServiceInstaller
public org.wildfly.subsystem.service.DeploymentServiceInstaller getSessionAffinityProviderServiceInstaller(WebDeploymentConfiguration configuration) - Specified by:
getSessionAffinityProviderServiceInstallerin interfaceWebDeploymentServiceInstallerProvider
-
get
- Specified by:
getin interfaceSupplier<WebDeploymentServiceInstallerProvider>
-