Uses of Interface
org.eclipse.jst.j2ee.common.SecurityRole

Packages that use SecurityRole
org.eclipse.jst.j2ee.application This package includes the j2ee Application module model api.  
org.eclipse.jst.j2ee.common This package includes api the common model artifacts that include (Resource References, EJB References, Display Name, Description Group, Security roles, Environment variables).  
org.eclipse.jst.j2ee.ejb This package includes the enterprise bean module model api.  
org.eclipse.jst.j2ee.webapplication This package includes the EJBArtifactEdit api.  
 

Uses of SecurityRole in org.eclipse.jst.j2ee.application
 

Methods in org.eclipse.jst.j2ee.application that return SecurityRole
 SecurityRole Application.getSecurityRoleNamed(java.lang.String name)
           
 

Uses of SecurityRole in org.eclipse.jst.j2ee.common
 

Methods in org.eclipse.jst.j2ee.common that return SecurityRole
 SecurityRole CommonFactory.createSecurityRole()
          Returns a new object of class 'Security Role'
 

Uses of SecurityRole in org.eclipse.jst.j2ee.ejb
 

Methods in org.eclipse.jst.j2ee.ejb that return SecurityRole
 SecurityRole AssemblyDescriptor.getSecurityRoleNamed(java.lang.String roleName)
          Return the SecurityRole given a roleName
 SecurityRole MethodPermission.getSecurityRole(java.lang.String aRoleName)
          Return the SecurityRole named @aRoleName.
 

Methods in org.eclipse.jst.j2ee.ejb with parameters of type SecurityRole
 boolean MethodPermission.hasSecurityRole(SecurityRole aSecurityRole)
          Return true if this permission contains @aSecurityRole
 

Uses of SecurityRole in org.eclipse.jst.j2ee.webapplication
 

Methods in org.eclipse.jst.j2ee.webapplication that return SecurityRole
 SecurityRole WebApp.getSecurityRoleNamed(java.lang.String roleName)
          Returns the SecurityRole with the specified name