public interface DDPermissionsLoader
| Modifier and Type | Field and Description |
|---|---|
static String |
SET_EE_POLICY |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeclaredPermissions(PermissionCollection declaredPc)
Pass the declared permission collection from the module handler to the classloader
|
void |
addEEPermissions(PermissionCollection eePc)
Pass the EE permission to the classloader
|
static final String SET_EE_POLICY
void addDeclaredPermissions(PermissionCollection declaredPc) throws SecurityException
declaredPc - the declared permission collection obtained from permissions.xml file
throws AccessControlException if caller has no privilegeSecurityExceptionvoid addEEPermissions(PermissionCollection eePc) throws SecurityException
eePc - EE permissions
throws AccessControlException if caller has no privilegeSecurityExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.