Security Permission

Identifier:
org.eclipse.mtj.core.securitypermission

Since:
1.0

Description:
This extension point allows third party plugins to add security permissions for third party APIs to the MTJ security permissions set.

Configuration Markup:

<!ELEMENT extension (class)+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>


<!ELEMENT class (permission)+>

<!ATTLIST class

name CDATA #REQUIRED

>

A class may require several security permissions. There must be one permission entry for each required permission.



<!ELEMENT permission EMPTY>

<!ATTLIST permission

name CDATA #REQUIRED

>

The permission entry for each required permission.



Examples:

Supplied Implementation:
[Enter information about supplied implementation of this extension point.]


Copyright (c) 2009 Motorola.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html