IntelliJ IDEA 2018.2 Help

EJB Module Editor - Method Permissions

EJB Tool Window | context menu of a module with an EJB facet | Jump to Source


Use this tab to configure security roles and method permissions for a bean.

Toolbar

Item

Shortcut

Description

icons general add svg

Insert

Click this button to define a custom security role by specifying the security role name and optional description in the Add Security Role dialog box. A column for a new security role is added to the table.

icon_openLocalVersion.png

F4

Click this button to change the selected security role by choosing the desired role from the submenu, and changing the security role name and optional description in the Edit Security Role dialog box.

icons general remove svg

Delete

Click this button to delete the selected security role.

Table

Item

Description

Name

This column shows beans, their interfaces, and a list of methods that they implement.

Excluded

Select the checkboxes in this column for the methods, which you want to add to the list of excluded methods. The selected methods will be added to the <exclude-list > section of the deployment descriptor.

Unchecked

Select the checkboxes in this column for the methods with unchecked permissions. The selected methods will be marked as <unchecked/> in the deployment descriptor.

<security role >

Select the checkboxes for the methods to assign the selected security roles.

Last modified: 20 November 2018

See Also