Uses of Class
org.mozilla.javascript.SecurityController
-
Packages that use SecurityController Package Description org.mozilla.javascript org.mozilla.javascript.tools.shell -
-
Uses of SecurityController in org.mozilla.javascript
Subclasses of SecurityController in org.mozilla.javascript Modifier and Type Class Description class
PolicySecurityController
A security controller relying on JavaPolicy
in effect.Methods in org.mozilla.javascript with parameters of type SecurityController Modifier and Type Method Description static void
SecurityController. initGlobal(SecurityController controller)
Initialize global controller that will be used for all security-related operations.void
Context. setSecurityController(SecurityController controller)
Set the security controller for this context. -
Uses of SecurityController in org.mozilla.javascript.tools.shell
Subclasses of SecurityController in org.mozilla.javascript.tools.shell Modifier and Type Class Description class
JavaPolicySecurity
class
SecurityProxy
-