Package | Description |
---|---|
com.sun.enterprise.config.serverbeans | |
com.sun.enterprise.security | |
com.sun.enterprise.security.embedded | |
com.sun.enterprise.web |
Modifier and Type | Method and Description |
---|---|
SecurityService |
Config.getSecurityService()
Gets the value of the securityService property.
|
Modifier and Type | Method and Description |
---|---|
void |
Config.setSecurityService(SecurityService value)
Sets the value of the securityService property.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
EmbeddedSecurity.getKeyFileNames(SecurityService securityService) |
Modifier and Type | Method and Description |
---|---|
List<String> |
EmbeddedSecurityUtil.getKeyFileNames(SecurityService securityService) |
Modifier and Type | Method and Description |
---|---|
protected void |
WebContainer.configureHost(VirtualServer vs,
SecurityService securityService)
Configures the given virtual server.
|
VirtualServer |
WebContainer.createHost(VirtualServer vsBean,
HttpService httpService,
SecurityService securityService)
Creates a Host from a virtual-server config bean.
|
protected void |
WebContainer.createHosts(HttpService httpService,
SecurityService securityService)
Enumerates the virtual-server subelements of the given http-service
element, and creates a corresponding Host for each.
|
void |
WebContainer.updateHostProperties(VirtualServer vsBean,
String name,
String value,
SecurityService securityService,
VirtualServer vs)
Update virtual-server properties.
|
Copyright © 2018. All rights reserved.