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