Interface ExternalResourceSecurity

All Known Implementing Classes:
DefaultExternalResourceSecurity, EmbededExternalResourceSecurity, NoLoadExternalResourceSecurity, RelaxedExternalResourceSecurity

public interface ExternalResourceSecurity
An interface that allows UserAgents to describe the security constraints desired for external resources.
Version:
$Id: ExternalResourceSecurity.java 1733416 2016-03-03 07:07:13Z gadams $
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Controls whether the external resource should be loaded or not.
  • Method Details

    • checkLoadExternalResource

      void checkLoadExternalResource()
      Controls whether the external resource should be loaded or not.
      Throws:
      SecurityException - if the resource should not be loaded.