| Package | Description |
|---|---|
| org.wildfly.extension.undertow | |
| org.wildfly.extension.undertow.deployment | |
| org.wildfly.extension.undertow.security.sso |
| Modifier and Type | Method and Description |
|---|---|
Host |
Host.getValue() |
| Modifier and Type | Method and Description |
|---|---|
Set<Host> |
Server.getHosts() |
| Modifier and Type | Method and Description |
|---|---|
void |
UndertowEventListener.onDeploymentStart(io.undertow.servlet.api.Deployment deployment,
Host host) |
void |
AbstractUndertowEventListener.onDeploymentStart(io.undertow.servlet.api.Deployment deployment,
Host host) |
void |
UndertowEventListener.onDeploymentStop(io.undertow.servlet.api.Deployment deployment,
Host host) |
void |
AbstractUndertowEventListener.onDeploymentStop(io.undertow.servlet.api.Deployment deployment,
Host host) |
void |
UndertowEventListener.onHostStart(Host host) |
void |
AbstractUndertowEventListener.onHostStart(Host host) |
void |
UndertowEventListener.onHostStop(Host host) |
void |
AbstractUndertowEventListener.onHostStop(Host host) |
protected void |
Server.registerHost(Host host) |
protected void |
Server.unregisterHost(Host host) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.value.InjectedValue<Host> |
UndertowDeploymentService.getHost() |
org.jboss.msc.value.InjectedValue<Host> |
UndertowDeploymentInfoService.getHost() |
| Modifier and Type | Method and Description |
|---|---|
SingleSignOnManager |
SingleSignOnManagerFactory.createSingleSignOnManager(Host host)
Creates a single sign on manager for the specified host
|
SingleSignOnManager |
InMemorySingleSignOnManagerFactory.createSingleSignOnManager(Host host) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.