Uses of Class
org.wildfly.extension.undertow.UndertowService
Packages that use UndertowService
-
Uses of UndertowService in org.wildfly.extension.undertow
Methods in org.wildfly.extension.undertow that return UndertowServiceModifier and TypeMethodDescriptionprotected UndertowServiceListenerService.getUndertowService()UndertowService.getValue()Constructor parameters in org.wildfly.extension.undertow with type arguments of type UndertowServiceModifierConstructorDescriptionprotectedUndertowService(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 UndertowServiceModifier and TypeMethodDescriptionUndertowDeploymentInfoService.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)