Uses of Class
org.apache.openejb.jee.oejb2.AbstractSecurityType

Packages that use AbstractSecurityType
org.apache.openejb.jee.oejb2 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of AbstractSecurityType in org.apache.openejb.jee.oejb2
 

Subclasses of AbstractSecurityType in org.apache.openejb.jee.oejb2
 class SecurityType
           
 

Fields in org.apache.openejb.jee.oejb2 declared as AbstractSecurityType
protected  AbstractSecurityType ApplicationType.security
           
 

Fields in org.apache.openejb.jee.oejb2 with type parameters of type AbstractSecurityType
protected  javax.xml.bind.JAXBElement<? extends AbstractSecurityType> OpenejbJarType.security
           
protected  javax.xml.bind.JAXBElement<? extends AbstractSecurityType> GeronimoEjbJarType.security
           
 

Methods in org.apache.openejb.jee.oejb2 that return AbstractSecurityType
 AbstractSecurityType ApplicationType.getSecurity()
          Gets the value of the security property.
 

Methods in org.apache.openejb.jee.oejb2 that return types with arguments of type AbstractSecurityType
 javax.xml.bind.JAXBElement<AbstractSecurityType> ObjectFactory.createSecurity(AbstractSecurityType value)
          Create an instance of JAXBElement<AbstractSecurityType>}
 javax.xml.bind.JAXBElement<? extends AbstractSecurityType> OpenejbJarType.getSecurity()
           
 javax.xml.bind.JAXBElement<? extends AbstractSecurityType> GeronimoEjbJarType.getSecurity()
           
 

Methods in org.apache.openejb.jee.oejb2 with parameters of type AbstractSecurityType
 javax.xml.bind.JAXBElement<AbstractSecurityType> ObjectFactory.createSecurity(AbstractSecurityType value)
          Create an instance of JAXBElement<AbstractSecurityType>}
 void ApplicationType.setSecurity(AbstractSecurityType value)
          Sets the value of the security property.
 

Method parameters in org.apache.openejb.jee.oejb2 with type arguments of type AbstractSecurityType
 void OpenejbJarType.setSecurity(javax.xml.bind.JAXBElement<? extends AbstractSecurityType> security)
           
 void GeronimoEjbJarType.setSecurity(javax.xml.bind.JAXBElement<? extends AbstractSecurityType> security)
           
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.