OSGi Service Platform
Release 4

Package org.osgi.service.condpermadmin

The OSGi Conditional Permission Admin Specification Version 1.0.

See:
          Description

Interface Summary
Condition This interface is used to implement Conditions that are bound to Permissions using ConditionalPermissionCollection.
ConditionalPermissionAdmin This is a framework service that allows ConditionalPermissionInfos to be added to, retrieved from, and removed from the framework.
ConditionalPermissionInfo This interface describes a binding of a set of Conditions to a set of Permissions.
 

Class Summary
BundleLocationCondition Checks to see if a Bundle matches the given location pattern.
BundleSignerCondition This condition checks the signer of a bundle.
Condition.BooleanCondition Package internal class used to define the Condition.FALSE and Condition.TRUE constants.
ConditionInfo Condition representation used by the Conditional Permission Admin service.
 

Package org.osgi.service.condpermadmin Description

The OSGi Conditional Permission Admin Specification Version 1.0.

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.condpermadmin; specification-version=1.0


OSGi Service Platform
Release 4

Copyright (c) OSGi Alliance (2000, 2005). All Rights Reserved.