public class Host<T extends Host> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Host.HostResources
Child mutators for Host
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
alias()
Aliases for the host
|
T |
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.
|
T |
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
|
T |
defaultWebModule(String value)
Default web module
|
Boolean |
disableConsoleRedirect()
if set to true, /console redirect wont be enabled for this host, default is false
|
T |
disableConsoleRedirect(Boolean value)
if set to true, /console redirect wont be enabled for this host, default is false
|
T |
filterRef(FilterRef value)
Add the FilterRef object to the list of subresources
|
T |
filterRefs(List<FilterRef> value)
Add all FilterRef objects to this subresource
|
String |
getKey() |
T |
location(Location value)
Add the Location object to the list of subresources
|
T |
locations(List<Location> value)
Add all Location objects to this subresource
|
SettingAccessLog |
settingAccessLog()
The access log configuration for this virtual server.
|
T |
settingAccessLog(SettingAccessLog value)
The access log configuration for this virtual server.
|
SettingSingleSignOn |
settingSingleSignOn()
The SSO configuration for this virtual server.
|
T |
settingSingleSignOn(SettingSingleSignOn value)
The SSO configuration for this virtual server.
|
Host.HostResources |
subresources() |
public Host(String key)
public String getKey()
public Integer defaultResponseCode()
public T defaultResponseCode(Integer value)
public String defaultWebModule()
public Boolean disableConsoleRedirect()
public T disableConsoleRedirect(Boolean value)
public Host.HostResources subresources()
public T filterRefs(List<FilterRef> value)
value - List of FilterRef objects.public T filterRef(FilterRef value)
value - The FilterRef to addpublic T locations(List<Location> value)
value - List of Location objects.public T location(Location value)
value - The Location to addpublic SettingAccessLog settingAccessLog()
public T settingAccessLog(SettingAccessLog value)
public SettingSingleSignOn settingSingleSignOn()
public T settingSingleSignOn(SettingSingleSignOn value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.