Package org.osgi.service.permissionadmin

The OSGi Permission Admin service Package.

See:
          Description

Interface Summary
PermissionAdmin The Permission Admin service allows management agents to manage the permissions of bundles.
 

Class Summary
PermissionInfo Permission representation used by the Permission Admin service.
 

Package org.osgi.service.permissionadmin Description

The OSGi Permission Admin service Package. Specification Version 1.2.

Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. For example:

Import-Package: org.osgi.service.permissionadmin; version=1.2