Removing security role "run as" bindings

You can use the deployment descriptor editor to remove security role "run as" bindings.

About this task

A security role is a logical grouping of principals. Access to operations (such as EJB methods) is controlled by granting access to a role. You can grant access to users individually or in groups.

Procedure

  1. Switch to the Java™ EE perspective.
  2. In the Enterprise Explorer view, select the desired project.
  3. Right click the deployment descriptor, and select Open With > Deployment Descriptor Editor.
  4. On the Security page of the editor, select the Security Role Run as Bindings section.
  5. Select the role for which you want to remove the binding.
  6. Select the binding you want to delete, and click Remove.

What to do next

For additional information about security roles, see the WebSphere® Application Server documentation.

Feedback