Package io.trino.hdfs.authentication
Interface HdfsAuthentication
- All Known Implementing Classes:
DirectHdfsAuthentication,ImpersonatingHdfsAuthentication,NoHdfsAuthentication
public interface HdfsAuthentication
-
Method Summary
Modifier and TypeMethodDescription<R,E extends Exception>
RdoAs(ConnectorIdentity identity, GenericExceptionAction<R, E> action)
-
Method Details
-
doAs
<R,E extends Exception> R doAs(ConnectorIdentity identity, GenericExceptionAction<R, E> action) throws E- Throws:
E extends Exception
-