Uses of Class
org.apache.openejb.jee.SecurityRole
-
Packages that use SecurityRole Package Description org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of SecurityRole in org.apache.openejb.jee
Fields in org.apache.openejb.jee with type parameters of type SecurityRole Modifier and Type Field Description protected List<SecurityRole>Application. securityRoleprotected List<SecurityRole>AssemblyDescriptor. securityRoleprotected List<SecurityRole>WebApp. securityRoleprotected List<SecurityRole>WebFragment. securityRoleMethods in org.apache.openejb.jee that return types with arguments of type SecurityRole Modifier and Type Method Description List<SecurityRole>Application. getSecurityRole()List<SecurityRole>AssemblyDescriptor. getSecurityRole()List<SecurityRole>WebApp. getSecurityRole()List<SecurityRole>WebCommon. getSecurityRole()List<SecurityRole>WebFragment. getSecurityRole()
-