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