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  JAXBElement<? extends AbstractSecurityType> OpenejbJarType.security
           
protected  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
 JAXBElement<AbstractSecurityType> ObjectFactory.createSecurity(AbstractSecurityType value)
          Create an instance of JAXBElement<AbstractSecurityType>}
 JAXBElement<? extends AbstractSecurityType> OpenejbJarType.getSecurity()
           
 JAXBElement<? extends AbstractSecurityType> GeronimoEjbJarType.getSecurity()
           
 

Methods in org.apache.openejb.jee.oejb2 with parameters of type AbstractSecurityType
 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(JAXBElement<? extends AbstractSecurityType> security)
           
 void GeronimoEjbJarType.setSecurity(JAXBElement<? extends AbstractSecurityType> security)
           
 



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