Correct use of the system identity

Use this page to manage the system identity properties for the Enterprise JavaBeans (EJB) method in your 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 is displayed as Correct use of System Identity in the application deployment steps.

To use this page, complete the following steps:
  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.
Note: If any value is modified on this page, all of the metadata files related to the application are refreshed in the configuration repository.

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 that is 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

Specifies the RunAs role that is used for this EJB method.