Package io.trino.hdfs.authentication
Class NoHdfsAuthentication
java.lang.Object
io.trino.hdfs.authentication.NoHdfsAuthentication
- All Implemented Interfaces:
HdfsAuthentication
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Exception>
RdoAs(ConnectorIdentity identity, GenericExceptionAction<R, E> action)
-
Constructor Details
-
NoHdfsAuthentication
public NoHdfsAuthentication()
-
-
Method Details
-
doAs
public <R,E extends Exception> R doAs(ConnectorIdentity identity, GenericExceptionAction<R, E> action) throws E- Specified by:
doAsin interfaceHdfsAuthentication- Throws:
E extends Exception
-