MIDP Security tab

Figure 19: MIDP Security tab

The MIDP Security tab is used for adjusting MIDlet runtime security sandbox on the emulator. The tab has two main options:

Domains are predefined sets of function permission mappings. The domain User defined is the only domain that allows permission changing. When User defined domain is chosen, permission cells become editable. By clicking the Permissions cell, the selectable permission list becomes visible and the user can define permissions for each function.

Permission

Description

Allowed

API access is allowed.

Denied

API access is denied.

Ask once

When accessing to API the first time, the user is asked to confirm the action.

Ask every time

Confirmation is done every time accessing API.

The configurations require emulator restart to be activated.

For detailed information about the security domains and their use, see the document Recommended Security Policy for GSM/UMTS Compliant Devices, an addendum to the Mobile Information Device Profile (MIDP) version 2.0 for the Java™ 2 Platform, Micro Edition (J2ME™) specification. You can download the specification from the Java Community Process website.