IntelliJ IDEA 2017.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
add.png 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.
delete.png Delete Click 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 check boxes 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 check boxes 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 check boxes for the methods to assign the selected security roles.

See Also

Last modified: 18 July 2017