| Package | Description |
|---|---|
| org.apache.directory.server.config.beans | |
| org.apache.directory.server.config.builder |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<HttpWebAppBean> |
HttpServerBean.httpWebApps
The list of supported web apps
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<HttpWebAppBean> |
HttpServerBean.getHttpWebApps() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpServerBean.addHttpWebApps(HttpWebAppBean... httpWebApps) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpServerBean.setHttpWebApps(java.util.List<HttpWebAppBean> httpWebApps) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<WebApp> |
ServiceBuilder.createHttpWebApps(java.util.List<HttpWebAppBean> httpWebAppBeans,
DirectoryService directoryService)
Instantiates the HttpWebApps based on the configuration present in the partition
|