InfoCenter Home >
6: Administer applications >
6.6: Tools and resources quick reference >
6.6.18: Securing applications >
6.6.18.1: Securing applications with the Java administrative console >
6.6.18.1.4d: Properties for configuring resource security
- Run-As Mode
- Indicates the Run As mode specified by the deployment descriptor of the enterprise bean.
- SYSTEM - The bean method will run with the security identity of a privileged system account
- CLIENT - The bean method will run with the security identity of the client
- SPECIFIED - The bean method will run with the Run As Identity you specify
If the value is SPECIFIED, the administrator must map the delegation ID
(Run As Identity) to an application identity established using the Configure
Application Security wizard.
The Run As Identity is specified in the bean deployment descriptor.
For more information, see the Sun Microsystems Enterprise JavaBeans 1.0 specification.
Note, the product maps enterprise bean methods to application identities, rather than to Run As Identities,
for methods whose Run As Modes are SPECIFIED. The deployment tool
does not allow roles to be specified by the Run As Identity of a bean
deployment descriptor.
- Run-As Identity
- Specifies the security identity under which the enterprise bean method will be executed.
This value is ignored if the Run As Mode is CLIENT or SYSTEM.
The Run As Identity is specified in the bean deployment descriptor. For more information,
see the Sun Microsystems Enterprise JavaBeans 1.0 specification.
- Mapped Application Identity
- Specifies the application identity to which to map a bean or bean method. You need only
do this if the bean method's Run As Mode is "SPECIFIED."
The application identity is a user ID and password the administrator specifies
using the Configure Application Security task. It is the user ID and password
under which the application and its methods will run.
- Specified Methods
- Specifies the enterprise bean methods for which delegation properties (Run As Mode, and so on) are
being established.
- Resource
- Indicates the resource with which the administrator is working. To change
the selected resource, return to a previous wizard page, on which you can
select a different resource.
|
|