Interface DDPermissionsLoader
- All Known Implementing Classes:
ASURLClassLoader
public interface DDPermissionsLoader
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDeclaredPermissions(PermissionCollection declaredPc) Pass the declared permission collection from the module handler to the classloadervoidPass the EE permission to the classloader
-
Field Details
-
SET_EE_POLICY
- See Also:
-
-
Method Details
-
addDeclaredPermissions
Pass the declared permission collection from the module handler to the classloader- Parameters:
declaredPc- the declared permission collection obtained from permissions.xml file throws AccessControlException if caller has no privilege- Throws:
SecurityException
-
addEEPermissions
Pass the EE permission to the classloader- Parameters:
eePc- EE permissions throws AccessControlException if caller has no privilege- Throws:
SecurityException
-