| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript | |
| org.htmlunit.corejs.javascript.tools.shell |
| Modifier and Type | Class and Description |
|---|---|
class |
PolicySecurityController
A security controller relying on Java
Policy in effect. |
| Modifier and Type | Field and Description |
|---|---|
SecurityController |
JSDescriptor.Builder.securityController |
| Modifier and Type | Method and Description |
|---|---|
SecurityController |
JSDescriptor.getSecurityController() |
SecurityController |
CompilerEnvirons.securityController() |
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
JSDescriptor(JSCode<T> code,
JSCode<T> constructor,
JSDescriptor<?> parent,
String[] paramAndVarNames,
boolean[] paramIsConst,
boolean isStrict,
boolean isScript,
boolean isTopLevel,
boolean isES6Generator,
boolean isShorthand,
boolean hasPrototype,
boolean hasLexicalThis,
boolean isEvalFunction,
boolean hasRestArg,
String sourceFile,
String rawSource,
int rawSourceStart,
int rawSourceEnd,
String name,
int languageVersion,
int paramAndVarCount,
int paramCount,
int arity,
boolean hasDefaultParameters,
boolean requiresActivationFrame,
boolean requiresArgumentObject,
boolean declaredAsFunctionExpression,
SecurityController securityController,
Object securityDomain,
int functionType) |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaPolicySecurity |
class |
SecurityProxy |
Copyright © 2025 HtmlUnit. All rights reserved.