This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 59335 - Supoort for secusrity in ejb-jar.xml visual editor
Summary: Supoort for secusrity in ejb-jar.xml visual editor
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-27 15:13 UTC by Petr Blaha
Modified: 2011-11-26 04:40 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Blaha 2005-05-27 15:13:01 UTC
I think, that could be useful implement support for security in visual editor
for ejb-jar.xml.
Especially visual editor for these elements:
  <assembly-descriptor>
    <security-role>
      <role-name>USERS</role-name>
    </security-role>
    <method-permission>
      <role-name>USERS</role-name>
      <method>
        <ejb-name>AccountStateBean</ejb-name>
        <method-name>*</method-name>
      </method>
    </method-permission>

The security should be editable also for methods .