Interface DDPermissionsLoader

All Known Implementing Classes:
ASURLClassLoader

public interface DDPermissionsLoader
  • Field Details

  • Method Details

    • addDeclaredPermissions

      void addDeclaredPermissions(PermissionCollection declaredPc) throws SecurityException
      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

      void addEEPermissions(PermissionCollection eePc) throws SecurityException
      Pass the EE permission to the classloader
      Parameters:
      eePc - EE permissions throws AccessControlException if caller has no privilege
      Throws:
      SecurityException