public class AppletSecurityContextManager
extends java.lang.Object
Constructor and Description |
---|
AppletSecurityContextManager() |
Modifier and Type | Method and Description |
---|---|
static void |
addContext(int identifier,
PluginAppletSecurityContext context) |
static void |
dumpStore(int identifier) |
static PluginAppletSecurityContext |
getSecurityContext(int identifier) |
static void |
handleMessage(int identifier,
int reference,
java.lang.String src,
java.lang.String[] privileges,
java.lang.String message) |
public static void addContext(int identifier, PluginAppletSecurityContext context)
public static PluginAppletSecurityContext getSecurityContext(int identifier)
public static void dumpStore(int identifier)
public static void handleMessage(int identifier, int reference, java.lang.String src, java.lang.String[] privileges, java.lang.String message)