Uses of Class
org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService
-
Packages that use UndertowDeploymentInfoService Package Description org.wildfly.extension.undertow.deployment -
-
Uses of UndertowDeploymentInfoService in org.wildfly.extension.undertow.deployment
Methods in org.wildfly.extension.undertow.deployment that return UndertowDeploymentInfoService 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)
-