Uses of Class
org.apache.openejb.jee.oejb2.AbstractSecurityType
-
Packages that use AbstractSecurityType Package Description 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 Modifier and Type Class Description classSecurityTypeFields in org.apache.openejb.jee.oejb2 declared as AbstractSecurityType Modifier and Type Field Description protected AbstractSecurityTypeApplicationType. securityFields in org.apache.openejb.jee.oejb2 with type parameters of type AbstractSecurityType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends AbstractSecurityType>GeronimoEjbJarType. securityprotected jakarta.xml.bind.JAXBElement<? extends AbstractSecurityType>OpenejbJarType. securityMethods in org.apache.openejb.jee.oejb2 that return AbstractSecurityType Modifier and Type Method Description AbstractSecurityTypeApplicationType. getSecurity()Gets the value of the security property.Methods in org.apache.openejb.jee.oejb2 that return types with arguments of type AbstractSecurityType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractSecurityType>ObjectFactory. createSecurity(AbstractSecurityType value)jakarta.xml.bind.JAXBElement<? extends AbstractSecurityType>GeronimoEjbJarType. getSecurity()jakarta.xml.bind.JAXBElement<? extends AbstractSecurityType>OpenejbJarType. getSecurity()Methods in org.apache.openejb.jee.oejb2 with parameters of type AbstractSecurityType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractSecurityType>ObjectFactory. createSecurity(AbstractSecurityType value)voidApplicationType. setSecurity(AbstractSecurityType value)Sets the value of the security property.Method parameters in org.apache.openejb.jee.oejb2 with type arguments of type AbstractSecurityType Modifier and Type Method Description voidGeronimoEjbJarType. setSecurity(jakarta.xml.bind.JAXBElement<? extends AbstractSecurityType> security)voidOpenejbJarType. setSecurity(jakarta.xml.bind.JAXBElement<? extends AbstractSecurityType> security)
-