Class SecuredCallable<T>
java.lang.Object
org.gridgain.internal.security.context.SecuredCallable<T>
- All Implemented Interfaces:
Callable<T>
Wrap callable with given security context set to the executor's thread local state.
After execution the original security context is restored.
-
Method Summary