Class SecuredFunction<T,R>
java.lang.Object
org.gridgain.internal.security.context.SecuredFunction<T,R>
- All Implemented Interfaces:
Function<T,R>
Wrap function with given security context set to the executor's thread local state.
After execution the original security context is restored.