Uses of Class
com.norconex.crawler.web.fetch.impl.httpclient.KerberosConfig
Packages that use KerberosConfig
-
Uses of KerberosConfig in com.norconex.crawler.web.fetch.impl.httpclient
Methods in com.norconex.crawler.web.fetch.impl.httpclient that return KerberosConfigModifier and TypeMethodDescriptionHttpAuthConfig.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.,user@REALM).KerberosConfig.setServicePrincipalName(String servicePrincipalName) The Kerberos service principal name (SPN) for the target service.KerberosConfig.setUseTicketCache(boolean useTicketCache) Whether to use the system ticket cache for authentication.Methods in com.norconex.crawler.web.fetch.impl.httpclient with parameters of type KerberosConfigModifier and TypeMethodDescriptionHttpAuthConfig.setKerberosConfig(KerberosConfig kerberosConfig) Kerberos/SPNEGO configuration.