Package org.osgi.service.condpermadmin
@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)"
-
ClassDescriptionPackage private class used to define the
Condition.FALSE
andCondition.TRUE
constants.Condition to test if the location of a bundle matches or does not match a pattern.Condition to test if the signer of a bundle matches or does not match a pattern.The interface implemented by a Condition.Framework service to administer Conditional Permissions.A list of Permissions guarded by a list of conditions with an access decision.Update the Conditional Permission Table.Condition representation used by the Conditional Permission Admin service.