Uses of Class
org.openejb.config.ejb11.SecurityRole

Packages that use SecurityRole
org.openejb.config.ejb11   
 

Uses of SecurityRole in org.openejb.config.ejb11
 

Methods in org.openejb.config.ejb11 that return SecurityRole
static SecurityRole SecurityRole.unmarshal(Reader reader)
           
 SecurityRole AssemblyDescriptor.getSecurityRole(int index)
           
 SecurityRole[] AssemblyDescriptor.getSecurityRole()
           
 SecurityRole AssemblyDescriptor.removeSecurityRole(int index)
           
 

Methods in org.openejb.config.ejb11 with parameters of type SecurityRole
 void AssemblyDescriptor.addSecurityRole(SecurityRole vSecurityRole)
           
 void AssemblyDescriptor.setSecurityRole(int index, SecurityRole vSecurityRole)
           
 void AssemblyDescriptor.setSecurityRole(SecurityRole[] securityRoleArray)
           
 



Copyright © 1999-2005 OpenEJB. All Rights Reserved.