Uses of Class
org.apache.openejb.config.sys.SecurityService

Packages that use SecurityService
org.apache.openejb.config.sys   
org.apache.openejb.config.typed   
org.apache.openejb.config.typed.util   
 

Uses of SecurityService in org.apache.openejb.config.sys
 

Fields in org.apache.openejb.config.sys declared as SecurityService
protected  SecurityService Openejb.securityService
           
 

Methods in org.apache.openejb.config.sys that return SecurityService
 SecurityService ObjectFactory.createSecurityService()
          Create an instance of SecurityService
static SecurityService JaxbOpenejb.createSecurityService()
           
 SecurityService Openejb.getSecurityService()
          Gets the value of the securityService property.
 

Methods in org.apache.openejb.config.sys with parameters of type SecurityService
 void Openejb.setSecurityService(SecurityService value)
          Sets the value of the securityService property.
 

Uses of SecurityService in org.apache.openejb.config.typed
 

Subclasses of SecurityService in org.apache.openejb.config.typed
 class SecurityServiceBuilder
           
 

Uses of SecurityService in org.apache.openejb.config.typed.util
 

Methods in org.apache.openejb.config.typed.util with parameters of type SecurityService
 void ServerContext.createSecurityService(SecurityService service)
           
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.