Uses of Interface
com.sun.enterprise.config.serverbeans.SecurityService
-
Packages that use SecurityService Package Description com.sun.enterprise.config.serverbeans com.sun.enterprise.security com.sun.enterprise.security.embedded com.sun.enterprise.web -
-
Uses of SecurityService in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return SecurityService Modifier and Type Method Description SecurityServiceConfig. getSecurityService()Gets the value of the securityService property.Methods in com.sun.enterprise.config.serverbeans with parameters of type SecurityService Modifier and Type Method Description voidConfig. setSecurityService(SecurityService value)Sets the value of the securityService property. -
Uses of SecurityService in com.sun.enterprise.security
Methods in com.sun.enterprise.security with parameters of type SecurityService Modifier and Type Method Description List<String>EmbeddedSecurity. getKeyFileNames(SecurityService securityService) -
Uses of SecurityService in com.sun.enterprise.security.embedded
Methods in com.sun.enterprise.security.embedded with parameters of type SecurityService Modifier and Type Method Description List<String>EmbeddedSecurityUtil. getKeyFileNames(SecurityService securityService) -
Uses of SecurityService in com.sun.enterprise.web
Methods in com.sun.enterprise.web with parameters of type SecurityService Modifier and Type Method Description protected voidWebContainer. configureHost(VirtualServer virtualServer, SecurityService securityService)Configures the given virtual server.VirtualServerWebContainer. createHost(VirtualServer vsBean, HttpService httpService, SecurityService securityService)Creates a Host from a virtual-server config bean.protected voidWebContainer. createHosts(HttpService httpService, SecurityService securityService)Enumerates the virtual-server subelements of the given http-service element, and creates a corresponding Host for each.voidWebContainer. updateHostProperties(VirtualServer vsBean, String name, String value, SecurityService securityService, VirtualServer virtualServer)Update virtual-server properties.
-