org.osgi.service.condpermadmin
public interface ConditionalPermissionInfo
Version: $Revision: 1.11 $
| Method Summary | |
|---|---|
| void | delete()
Removes this Conditional Permission Info from the Conditional Permission
Admin.
|
| ConditionInfo[] | getConditionInfos()
Returns the Condition Infos for the Conditions that must be satisfied to
enable the Permissions.
|
| String | getName()
Returns the name of this Conditional Permission Info.
|
| PermissionInfo[] | getPermissionInfos()
Returns the Permission Infos for the Permission in this Conditional
Permission Info.
|
Throws: SecurityException If the caller does not have
AllPermission.
Returns: The Condition Infos for the Conditions in this Conditional Permission Info.
Returns: The name of this Conditional Permission Info.
Returns: The Permission Infos for the Permission in this Conditional Permission Info.