Interface SecurityContext

All Known Implementing Classes:
HadoopSecurityContext, NoOpSecurityContext

public interface SecurityContext
A security context with may be required to run a Callable.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    runSecured(Callable<T> securedCallable)