Interface SecurityContext
-
- All Known Implementing Classes:
HadoopSecurityContext,NoOpSecurityContext
public interface SecurityContextA security context with may be required to run a Callable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TrunSecured(Callable<T> securedCallable)
-