Uses of Class
org.wildfly.extension.undertow.UndertowService
-
Packages that use UndertowService Package Description org.wildfly.extension.undertow org.wildfly.extension.undertow.deployment -
-
Uses of UndertowService in org.wildfly.extension.undertow
Methods in org.wildfly.extension.undertow that return UndertowService Modifier and Type Method Description protected UndertowServiceListenerService. getUndertowService()UndertowServiceUndertowService. getValue()Constructor parameters in org.wildfly.extension.undertow with type arguments of type UndertowService Constructor Description UndertowService(Consumer<UndertowService> serviceConsumer, String defaultContainer, String defaultServer, String defaultVirtualHost, String instanceId, boolean obfuscateSessionRoute, boolean statisticsEnabled) -
Uses of UndertowService in org.wildfly.extension.undertow.deployment
Method parameters in org.wildfly.extension.undertow.deployment with type arguments of type UndertowService Modifier and Type Method Description UndertowDeploymentInfoServiceUndertowDeploymentInfoService.Builder. createUndertowDeploymentInfoService(Consumer<io.undertow.servlet.api.DeploymentInfo> deploymentInfoConsumer, Supplier<UndertowService> undertowService, Supplier<io.undertow.servlet.api.SessionManagerFactory> sessionManagerFactory, Supplier<Function<CookieConfig,io.undertow.servlet.api.SessionConfigWrapper>> sessionConfigWrapperFactory, Supplier<ServletContainerService> container, Supplier<ComponentRegistry> componentRegistry, Supplier<Host> host, Supplier<org.wildfly.extension.requestcontroller.ControlPoint> controlPoint, Supplier<org.jboss.as.server.suspend.SuspendController> suspendController, Supplier<org.jboss.as.server.ServerEnvironment> serverEnvironment, Supplier<org.wildfly.security.auth.server.SecurityDomain> rawSecurityDomain, Supplier<org.wildfly.security.http.HttpServerAuthenticationMechanismFactory> rawMechanismFactory, Supplier<BiFunction<io.undertow.servlet.api.DeploymentInfo,Function<String,org.jboss.metadata.javaee.jboss.RunAsIdentityMetaData>,ApplicationSecurityDomainDefinition.Registration>> applySecurityFunction)
-