@Version("1.1.2")
Package org.osgi.service.condpermadmin
Conditional Permission Admin Package Version 1.1.
Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest.
Example import for consumers using the API in this package:
Import-Package: org.osgi.service.condpermadmin; version="[1.1,2.0)"
-
Interface Summary Interface Description Condition The interface implemented by a Condition.ConditionalPermissionAdmin Framework service to administer Conditional Permissions.ConditionalPermissionInfo A list of Permissions guarded by a list of conditions with an access decision.ConditionalPermissionUpdate Update the Conditional Permission Table. -
Class Summary Class Description BundleLocationCondition Condition to test if the location of a bundle matches or does not match a pattern.BundleSignerCondition Condition to test if the signer of a bundle matches or does not match a pattern.ConditionInfo Condition representation used by the Conditional Permission Admin service.