Uses of Interface
ice.util.security.BoxedCode

Packages that use BoxedCode
ice.storm   
ice.util.security   
ice.util.security.pjava12   
 

Uses of BoxedCode in ice.storm
 

Methods in ice.storm that return BoxedCode
static BoxedCode CallbackAdapter.box_createTopLevelContainer(ViewportCallback viewportCallback, Viewport vp)
           
static BoxedCode CallbackAdapter.box_disposeTopLevelContainer(ViewportCallback viewportCallback, Viewport vp)
           
static BoxedCode CallbackAdapter.box_getMaxScriptRunningTime(ScripterCallback sc)
           
static BoxedCode CallbackAdapter.box_interruptLongRunningScript(ScripterCallback sc, Viewport vp, long scriptRunTime)
           
static BoxedCode CallbackAdapter.box_allowScriptClose(ScripterCallback sc, Viewport vp, boolean openedByScript)
           
static BoxedCode CallbackAdapter.box_reportScriptError(ScripterCallback sc, Viewport vp, boolean justWarning, String errorMessage, String url, int lineNumber, String lineSource, int lineOffset)
           
static BoxedCode CallbackAdapter.box_scriptPrompt(ScripterCallback sc, Viewport vp, String msg, String defVal)
           
static BoxedCode CallbackAdapter.box_scriptConfirm(ScripterCallback sc, Viewport vp, String msg)
           
static BoxedCode CallbackAdapter.box_scriptAlert(ScripterCallback sc, Viewport vp, String msg)
           
static BoxedCode CallbackAdapter.box_scriptPrint(ScripterCallback sc, Viewport vp)
           
 

Uses of BoxedCode in ice.util.security
 

Methods in ice.util.security with parameters of type BoxedCode
static Object SecurityKit.doPrivileged(BoxedCode privilegedCode)
          Access to java.security.AccessController.doPrivileged from jdk 1.2 or its emulation under jdk 1.1
static Object SecurityKit.doUntrusted(BoxedCode untrustedCode)
          Invoke untrustedCode.run in the most restricted sandbox.
protected abstract  Object SecurityKit.doPrivilegedImpl(BoxedCode privilegedCode)
           
protected abstract  Object SecurityKit.doUntrustedImpl(BoxedCode untrustedCode)
           
 

Uses of BoxedCode in ice.util.security.pjava12
 

Methods in ice.util.security.pjava12 with parameters of type BoxedCode
protected  Object SecurityKit_pjava12.doPrivilegedImpl(BoxedCode privilegedCode)
           
protected  Object SecurityKit_pjava12.doUntrustedImpl(BoxedCode untrustedCode)