Uses of Class
org.apache.openejb.jee.was.v6.common.SecurityRole
-
Packages that use SecurityRole 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 SecurityRole in org.apache.openejb.jee.was.v6.common
Methods in org.apache.openejb.jee.was.v6.common that return SecurityRole Modifier and Type Method Description SecurityRoleObjectFactory. createSecurityRole()Create an instance ofSecurityRoleMethods in org.apache.openejb.jee.was.v6.common that return types with arguments of type SecurityRole Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SecurityRole>ObjectFactory. createSecurityRole(SecurityRole value)Methods in org.apache.openejb.jee.was.v6.common with parameters of type SecurityRole Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SecurityRole>ObjectFactory. createSecurityRole(SecurityRole value) -
Uses of SecurityRole in org.apache.openejb.jee.was.v6.ejb
Fields in org.apache.openejb.jee.was.v6.ejb with type parameters of type SecurityRole Modifier and Type Field Description protected List<SecurityRole>MethodPermission. rolesprotected List<SecurityRole>AssemblyDescriptor. securityRolesMethods in org.apache.openejb.jee.was.v6.ejb that return types with arguments of type SecurityRole Modifier and Type Method Description List<SecurityRole>MethodPermission. getRoles()Gets the value of the roles property.List<SecurityRole>AssemblyDescriptor. getSecurityRoles()Gets the value of the securityRoles property.
-