Uses of Class
org.openejb.alt.config.ejb11.SecurityRoleRef

Packages that use SecurityRoleRef
org.openejb.alt.config The classes and interfaces directly under this package define the basic parts of the OpenEJB configuration architecture. 
org.openejb.alt.config.ejb11 The classes and interfaces directly under this package define the basic parts of the OpenEJB Castor Configuration. 
 

Uses of SecurityRoleRef in org.openejb.alt.config
 

Methods in org.openejb.alt.config that return SecurityRoleRef
 SecurityRoleRef[] Bean.getSecurityRoleRef()
           
 SecurityRoleRef[] EntityBean.getSecurityRoleRef()
           
 SecurityRoleRef[] SessionBean.getSecurityRoleRef()
           
 

Uses of SecurityRoleRef in org.openejb.alt.config.ejb11
 

Methods in org.openejb.alt.config.ejb11 that return SecurityRoleRef
 SecurityRoleRef[] Session.getSecurityRoleRef()
          Method getSecurityRoleRef
 SecurityRoleRef[] Entity.getSecurityRoleRef()
          Method getSecurityRoleRef
 SecurityRoleRef Session.getSecurityRoleRef(int index)
          Method getSecurityRoleRef
 SecurityRoleRef Entity.getSecurityRoleRef(int index)
          Method getSecurityRoleRef
 SecurityRoleRef Session.removeSecurityRoleRef(int index)
          Method removeSecurityRoleRef
 SecurityRoleRef Entity.removeSecurityRoleRef(int index)
          Method removeSecurityRoleRef
 

Methods in org.openejb.alt.config.ejb11 with parameters of type SecurityRoleRef
 void Session.addSecurityRoleRef(int index, SecurityRoleRef vSecurityRoleRef)
          Method addSecurityRoleRef
 void Entity.addSecurityRoleRef(int index, SecurityRoleRef vSecurityRoleRef)
          Method addSecurityRoleRef
 void Session.addSecurityRoleRef(SecurityRoleRef vSecurityRoleRef)
          Method addSecurityRoleRef
 void Entity.addSecurityRoleRef(SecurityRoleRef vSecurityRoleRef)
          Method addSecurityRoleRef
 void Session.setSecurityRoleRef(int index, SecurityRoleRef vSecurityRoleRef)
          Method setSecurityRoleRef
 void Entity.setSecurityRoleRef(int index, SecurityRoleRef vSecurityRoleRef)
          Method setSecurityRoleRef
 void Session.setSecurityRoleRef(SecurityRoleRef[] securityRoleRefArray)
          Method setSecurityRoleRef
 void Entity.setSecurityRoleRef(SecurityRoleRef[] securityRoleRefArray)
          Method setSecurityRoleRef
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.