+

Search Tips   |   Advanced Search

Correct use of the system identity

Manage the system identity properties for the EJB method in the application.

This administrative console page is displayed during the application deployment process. To access the administrative console, click Application > New application > New Enterprise Application. The page is displayed as Correct use of System Identity in the application deployment steps.

To use this page:

  1. Select an application that supports security and click Next.

  2. Select Detailed - Show all installation options and parameters and click Next.

  3. Select the Correct use of system identity step.


Bean

A component that implements a business task or business entity and resides in an EJB container. Entity beans, session beans, and message-driven beans are all enterprise beans.


Module

In Java EE programming, a software unit that consists of one or more components of the same container type and one deployment descriptor of that type. Examples include EJB, Web, and application client modules.


URI

A Uniform Resource Identifier (URI) is a unique address used to identify content on the Web, such as a page of text, a video or sound clip, a still or animated image, or a program.


Method signature

The combination of a name of a method along with the number and types of the parameters and their order.


Role

The RunAs role used for this EJB method.


Username

User name that is assigned to the RunAs role for this EJB method.

The user name is used in conjunction with the RunAs role that we select for the Role.

  • Assigning users to RunAs roles
  • Assigning users and groups to roles