See: Description
| 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 | 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.
|
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. For example:
Import-Package: org.osgi.service.condpermadmin; version="[1.1,2.0)"
Copyright © 2018 JBoss by Red Hat. All rights reserved.