Uses of Class
org.apache.openejb.jee.was.v6.common.SecurityRole

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

Uses of SecurityRole in org.apache.openejb.jee.was.v6.common
 

Methods in org.apache.openejb.jee.was.v6.common that return SecurityRole
 SecurityRole ObjectFactory.createSecurityRole()
          Create an instance of SecurityRole
 

Methods in org.apache.openejb.jee.was.v6.common that return types with arguments of type SecurityRole
 javax.xml.bind.JAXBElement<SecurityRole> ObjectFactory.createSecurityRole(SecurityRole value)
          Create an instance of JAXBElement<SecurityRole >
 

Methods in org.apache.openejb.jee.was.v6.common with parameters of type SecurityRole
 javax.xml.bind.JAXBElement<SecurityRole> ObjectFactory.createSecurityRole(SecurityRole value)
          Create an instance of JAXBElement<SecurityRole >
 

Uses of SecurityRole in org.apache.openejb.jee.was.v6.ejb
 

Fields in org.apache.openejb.jee.was.v6.ejb with type parameters of type SecurityRole
protected  List<SecurityRole> MethodPermission.roles
           
protected  List<SecurityRole> AssemblyDescriptor.securityRoles
           
 

Methods in org.apache.openejb.jee.was.v6.ejb that return types with arguments of type SecurityRole
 List<SecurityRole> MethodPermission.getRoles()
          Gets the value of the roles property.
 List<SecurityRole> AssemblyDescriptor.getSecurityRoles()
          Gets the value of the securityRoles property.
 



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