IntelliJ IDEA 2021.1 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

ItemShortcutDescription
Icons general addInsertClick 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.pngF4Click 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 removeDeleteClick this button to delete the selected security role.

Table

ItemDescription
NameThis column shows beans, their interfaces, and a list of methods that they implement.
ExcludedSelect 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.
UncheckedSelect 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: 23 April 2021