Class SecuredRunnable

java.lang.Object
org.gridgain.internal.security.context.SecuredRunnable
All Implemented Interfaces:
Runnable

public class SecuredRunnable extends Object implements Runnable
Wrap runnable with given security context set to the executor's thread local state. After execution the original security context is restored.
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable