Class SimpleHadoopAuthentication
- java.lang.Object
-
- io.trino.plugin.hive.authentication.SimpleHadoopAuthentication
-
- All Implemented Interfaces:
HadoopAuthentication
public class SimpleHadoopAuthentication extends Object implements HadoopAuthentication
-
-
Constructor Summary
Constructors Constructor Description SimpleHadoopAuthentication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.hadoop.security.UserGroupInformationgetUserGroupInformation()
-
-
-
Method Detail
-
getUserGroupInformation
public org.apache.hadoop.security.UserGroupInformation getUserGroupInformation()
- Specified by:
getUserGroupInformationin interfaceHadoopAuthentication
-
-