Uses of Class
org.apache.openejb.jee.sun.SecurityRoleMapping
-
Packages that use SecurityRoleMapping Package Description org.apache.openejb.jee.sun Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of SecurityRoleMapping in org.apache.openejb.jee.sun
Fields in org.apache.openejb.jee.sun with type parameters of type SecurityRoleMapping Modifier and Type Field Description protected List<SecurityRoleMapping>SunApplication. securityRoleMappingprotected List<SecurityRoleMapping>SunEjbJar. securityRoleMappingprotected List<SecurityRoleMapping>SunWebApp. securityRoleMappingMethods in org.apache.openejb.jee.sun that return types with arguments of type SecurityRoleMapping Modifier and Type Method Description List<SecurityRoleMapping>SunApplication. getSecurityRoleMapping()List<SecurityRoleMapping>SunEjbJar. getSecurityRoleMapping()List<SecurityRoleMapping>SunWebApp. getSecurityRoleMapping()
-