Uses of Class
org.apache.openejb.jee.SecurityRoleRef

Packages that use SecurityRoleRef
org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of SecurityRoleRef in org.apache.openejb.jee
 

Fields in org.apache.openejb.jee with type parameters of type SecurityRoleRef
protected  List<SecurityRoleRef> Servlet.securityRoleRef
           
protected  List<SecurityRoleRef> SessionBean.securityRoleRef
           
protected  List<SecurityRoleRef> MessageDrivenBean.securityRoleRef
           
protected  List<SecurityRoleRef> EntityBean.securityRoleRef
           
 

Methods in org.apache.openejb.jee that return types with arguments of type SecurityRoleRef
 List<SecurityRoleRef> EnterpriseBean.getSecurityRoleRef()
           
 List<SecurityRoleRef> Servlet.getSecurityRoleRef()
           
 List<SecurityRoleRef> SessionBean.getSecurityRoleRef()
           
 List<SecurityRoleRef> MessageDrivenBean.getSecurityRoleRef()
           
 List<SecurityRoleRef> EntityBean.getSecurityRoleRef()
           
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.