| java.lang.Object org.mozilla.javascript.SecurityController org.mozilla.javascript.PolicySecurityController
PolicySecurityController | public class PolicySecurityController extends SecurityController (Code) | | A security controller relying on Java
Policy in effect. When you use
this security controller, your securityDomain objects must be instances of
CodeSource representing the location from where you load your
scripts. Any Java policy "grant" statements matching the URL and certificate
in code sources will apply to the scripts. If you specify any certificates
within your
CodeSource objects, it is your responsibility to verify
(or not) that the script source files are signed in whatever
implementation-specific way you're using.
author: Attila Szegedi |
Inner Class :abstract public static class SecureCaller | |
getDynamicSecurityDomain | public Object getDynamicSecurityDomain(Object securityDomain)(Code) | | |
getStaticSecurityDomainClassInternal | public Class getStaticSecurityDomainClassInternal()(Code) | | |
Methods inherited from org.mozilla.javascript.SecurityController | public Object callWithDomain(Object securityDomain, Context cx, Callable callable, Scriptable scope, Scriptable thisObj, Object[] args)(Code)(Java Doc) abstract public GeneratedClassLoader createClassLoader(ClassLoader parentLoader, Object securityDomain)(Code)(Java Doc) public static GeneratedClassLoader createLoader(ClassLoader parent, Object staticDomain)(Code)(Java Doc) public Object execWithDomain(Context cx, Scriptable scope, Script script, Object securityDomain)(Code)(Java Doc) abstract public Object getDynamicSecurityDomain(Object securityDomain)(Code)(Java Doc) public static Class getStaticSecurityDomainClass()(Code)(Java Doc) public Class getStaticSecurityDomainClassInternal()(Code)(Java Doc) static SecurityController global()(Code)(Java Doc) public static boolean hasGlobal()(Code)(Java Doc) public static void initGlobal(SecurityController controller)(Code)(Java Doc)
|
|
|