Class PolicySecurityController.SecureCaller

  • Enclosing class:
    PolicySecurityController

    public abstract static class PolicySecurityController.SecureCaller
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SecureCaller()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.Object call​(Callable callable, Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SecureCaller

        public SecureCaller()