Uses of Class
org.apache.openejb.jee.was.v6.common.SecurityRoleRef
-
Packages that use SecurityRoleRef Package Description org.apache.openejb.jee.was.v6.common Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.openejb.jee.was.v6.ejb Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of SecurityRoleRef in org.apache.openejb.jee.was.v6.common
Methods in org.apache.openejb.jee.was.v6.common that return SecurityRoleRef Modifier and Type Method Description SecurityRoleRefObjectFactory. createSecurityRoleRef()Create an instance ofSecurityRoleRefMethods in org.apache.openejb.jee.was.v6.common that return types with arguments of type SecurityRoleRef Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SecurityRoleRef>ObjectFactory. createSecurityRoleRef(SecurityRoleRef value)Methods in org.apache.openejb.jee.was.v6.common with parameters of type SecurityRoleRef Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SecurityRoleRef>ObjectFactory. createSecurityRoleRef(SecurityRoleRef value) -
Uses of SecurityRoleRef in org.apache.openejb.jee.was.v6.ejb
Fields in org.apache.openejb.jee.was.v6.ejb with type parameters of type SecurityRoleRef Modifier and Type Field Description protected List<SecurityRoleRef>EnterpriseBean. securityRoleRefsMethods in org.apache.openejb.jee.was.v6.ejb that return types with arguments of type SecurityRoleRef Modifier and Type Method Description List<SecurityRoleRef>EnterpriseBean. getSecurityRoleRefs()Gets the value of the securityRoleRefs property.
-