Uses of Class
com.norconex.crawler.fs.fetch.impl.hdfs.KerberosConfig
Packages that use KerberosConfig
-
Uses of KerberosConfig in com.norconex.crawler.fs.fetch.impl.hdfs
Methods in com.norconex.crawler.fs.fetch.impl.hdfs that return KerberosConfigModifier and TypeMethodDescriptionHdfsFetcherConfig.getKerberosConfig()Kerberos/SPNEGO configuration.KerberosConfig.setKeytabPath(Path keytabPath) Path to a keytab file containing the principal's key.KerberosConfig.setKrb5ConfigPath(Path krb5ConfigPath) Path to the Kerberos configuration file (krb5.conf).KerberosConfig.setLoginModuleName(String loginModuleName) The JAAS login module name.KerberosConfig.setPrincipal(String principal) The Kerberos principal name used for login (e.g.KerberosConfig.setUseTicketCache(boolean useTicketCache) Whether to use the system ticket cache for authentication.Methods in com.norconex.crawler.fs.fetch.impl.hdfs with parameters of type KerberosConfigModifier and TypeMethodDescriptionHdfsFetcherConfig.setKerberosConfig(KerberosConfig kerberosConfig) Kerberos/SPNEGO configuration.