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