public class WebServerDTO extends ComponentDTO
| Modifier and Type | Field and Description |
|---|---|
List<AppDTO> |
apps |
String |
bind |
Boolean |
clientAuth |
String |
keyStorePath |
String |
passwordCodec |
String |
path |
String |
trustStorePath |
componentClassName| Constructor and Description |
|---|
WebServerDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyStorePassword() |
String |
getTrustStorePassword() |
void |
setKeyStorePassword(String keyStorePassword) |
void |
setTrustStorePassword(String trustStorePassword) |
public String bind
public String path
public Boolean clientAuth
public String passwordCodec
public String keyStorePath
public String trustStorePath
Copyright © 2019 JBoss by Red Hat. All rights reserved.