Package org.mozilla.javascript
Class RhinoSecurityManager
- java.lang.Object
- 
- java.lang.SecurityManager
- 
- org.mozilla.javascript.RhinoSecurityManager
 
 
- 
 public class RhinoSecurityManager extends java.lang.SecurityManagerAjava.lang.SecurityManagersubclass that provides access to the current top-most script class on the execution stack. This can be used to get the class loader or protection domain of the script that triggered the current action. It is required for JavaAdapters to have the sameProtectionDomainas the script code that created them. Embeddings that implement their own SecurityManager can use this as base class.
- 
- 
Constructor SummaryConstructors Constructor Description RhinoSecurityManager()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Class<?>getCurrentScriptClass()Get the class of the top-most stack element representing a script.- 
Methods inherited from class java.lang.SecurityManagercheckAccept, checkAccess, checkAccess, checkConnect, checkConnect, checkCreateClassLoader, checkDelete, checkExec, checkExit, checkLink, checkListen, checkMulticast, checkMulticast, checkPackageAccess, checkPackageDefinition, checkPermission, checkPermission, checkPrintJobAccess, checkPropertiesAccess, checkPropertyAccess, checkRead, checkRead, checkRead, checkSecurityAccess, checkSetFactory, checkWrite, checkWrite, getClassContext, getSecurityContext, getThreadGroup
 
- 
 
-