public class Host extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Host.HostResources
Child mutators for Host
|
| Modifier and Type | Method and Description |
|---|---|
AccessLogSetting |
accessLogSetting()
The access log configuration for this virtual server.
|
Host |
accessLogSetting(AccessLogSetting value)
The access log configuration for this virtual server.
|
List<String> |
alias()
Aliases for the host
|
Host |
alias(List<String> value)
Aliases for the host
|
Integer |
defaultResponseCode()
If set, this will be response code sent back in case requested context does not exist on server.
|
Host |
defaultResponseCode(Integer value)
If set, this will be response code sent back in case requested context does not exist on server.
|
String |
defaultWebModule()
Default web module
|
Host |
defaultWebModule(String value)
Default web module
|
Boolean |
disableConsoleRedirect()
if set to true, /console redirect wont be enabled for this host, default is false
|
Host |
disableConsoleRedirect(Boolean value)
if set to true, /console redirect wont be enabled for this host, default is false
|
Host |
filterRef(FilterRef value)
Add the org.wildfly.swarm.config.undertow.server.host.FilterRef object to the list of subresources
|
Host |
filterRefs(List<FilterRef> value)
Add all org.wildfly.swarm.config.undertow.server.host.FilterRef objects to this subresource
|
String |
getKey() |
Host |
location(Location value)
Add the org.wildfly.swarm.config.undertow.server.host.Location object to the list of subresources
|
Host |
locations(List<Location> value)
Add all org.wildfly.swarm.config.undertow.server.host.Location objects to this subresource
|
SingleSignOnSetting |
singleSignOnSetting()
The SSO configuration for this virtual server.
|
Host |
singleSignOnSetting(SingleSignOnSetting value)
The SSO configuration for this virtual server.
|
Host.HostResources |
subresources() |
public Host(String key)
public String getKey()
public Integer defaultResponseCode()
public Host defaultResponseCode(Integer value)
public String defaultWebModule()
public Boolean disableConsoleRedirect()
public Host disableConsoleRedirect(Boolean value)
public Host.HostResources subresources()
public Host filterRefs(List<FilterRef> value)
value - List of org.wildfly.swarm.config.undertow.server.host.FilterRef objects.public Host filterRef(FilterRef value)
value - The org.wildfly.swarm.config.undertow.server.host.FilterRef to addpublic Host locations(List<Location> value)
value - List of org.wildfly.swarm.config.undertow.server.host.Location objects.public Host location(Location value)
value - The org.wildfly.swarm.config.undertow.server.host.Location to addpublic AccessLogSetting accessLogSetting()
public Host accessLogSetting(AccessLogSetting value)
public SingleSignOnSetting singleSignOnSetting()
public Host singleSignOnSetting(SingleSignOnSetting value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.