Uses of Class
org.apache.calcite.avatica.remote.KerberosConnection
-
Packages that use KerberosConnection Package Description org.apache.calcite.avatica Avatica JDBC framework.org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of KerberosConnection in org.apache.calcite.avatica
Fields in org.apache.calcite.avatica declared as KerberosConnection Modifier and Type Field Description private KerberosConnectionAvaticaConnection. kerberosConnectionMethods in org.apache.calcite.avatica that return KerberosConnection Modifier and Type Method Description KerberosConnectionAvaticaConnection. getKerberosConnection()Methods in org.apache.calcite.avatica with parameters of type KerberosConnection Modifier and Type Method Description voidAvaticaConnection. setKerberosConnection(KerberosConnection kerberosConnection) -
Uses of KerberosConnection in org.apache.calcite.avatica.remote
Fields in org.apache.calcite.avatica.remote declared as KerberosConnection Modifier and Type Field Description private KerberosConnectionDoAsAvaticaHttpClient. kerberosUtilprivate KerberosConnectionKerberosConnection.RenewalTask. utilInstanceMethods in org.apache.calcite.avatica.remote that return KerberosConnection Modifier and Type Method Description (package private) KerberosConnectionDriver. createKerberosUtility(ConnectionConfig config)Methods in org.apache.calcite.avatica.remote with parameters of type KerberosConnection Modifier and Type Method Description AvaticaHttpClientAvaticaHttpClientFactory. getClient(java.net.URL url, ConnectionConfig config, KerberosConnection kerberosUtil)Construct the appropriate implementation ofAvaticaHttpClient.AvaticaHttpClientAvaticaHttpClientFactoryImpl. getClient(java.net.URL url, ConnectionConfig config, KerberosConnection kerberosUtil)Constructors in org.apache.calcite.avatica.remote with parameters of type KerberosConnection Constructor Description DoAsAvaticaHttpClient(AvaticaHttpClient wrapped, KerberosConnection kerberosUtil)RenewalTask(KerberosConnection utilInstance, javax.security.auth.login.LoginContext context, javax.security.auth.Subject subject, javax.security.auth.login.Configuration conf, long renewalPeriod)
-