Class SecurityProxy

java.lang.Object
org.mozilla.javascript.SecurityController
org.mozilla.javascript.tools.shell.SecurityProxy
Direct Known Subclasses:
JavaPolicySecurity

public abstract class SecurityProxy extends org.mozilla.javascript.SecurityController
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected abstract void
    callProcessFileSecure(org.mozilla.javascript.Context cx, org.mozilla.javascript.Scriptable scope, String filename)
     

    Methods inherited from class org.mozilla.javascript.SecurityController

    callWithDomain, createClassLoader, createLoader, execWithDomain, getDynamicSecurityDomain, getStaticSecurityDomainClass, getStaticSecurityDomainClassInternal, hasGlobal, initGlobal

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SecurityProxy

      public SecurityProxy()
  • Method Details

    • callProcessFileSecure

      protected abstract void callProcessFileSecure(org.mozilla.javascript.Context cx, org.mozilla.javascript.Scriptable scope, String filename)