|
OSGi Service Platform Release 4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is a framework service that allows ConditionalPermissionInfos to be added to, retrieved from, and removed from the framework.
Method Summary | |
ConditionalPermissionInfo |
addConditionalPermissionInfo(ConditionInfo[] conds,
PermissionInfo[] perms)
This is a framework service that allows ConditionalPermissionInfos to be added to, retrieved from, and removed from the framework. |
java.security.AccessControlContext |
getAccessControlContext(java.lang.String[] signers)
Returns the AccessControlContext that corresponds to the given signers. |
java.util.Enumeration |
getConditionalPermissionInfos()
Returns the ConditionalPermissionInfos that are currently managed by ConditionalPermissionAdmin. |
Method Detail |
public ConditionalPermissionInfo addConditionalPermissionInfo(ConditionInfo[] conds, PermissionInfo[] perms)
conds
- the Conditions that need to be satisfied to enable the
corresponding Permissions.perms
- the Permissions that are enable when the corresponding
Conditions are satisfied.
public java.util.Enumeration getConditionalPermissionInfos()
public java.security.AccessControlContext getAccessControlContext(java.lang.String[] signers)
signers
- the signers that will be checked agains BundleSignerCondition.
|
OSGi Service Platform Release 4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |