Uses of Class
com.norconex.crawler.web.fetch.impl.httpclient.HttpAuthConfig
Packages that use HttpAuthConfig
Package
Description
-
Uses of HttpAuthConfig in com.norconex.crawler.web.fetch.impl.httpclient
Methods in com.norconex.crawler.web.fetch.impl.httpclient that return HttpAuthConfigModifier and TypeMethodDescriptionHttpClientFetcherConfig.getAuthentication()Authentication configuration for sites requiring it.Gets the NTLM authentication domain.HttpAuthConfig.setFormCharset(Charset formCharset) The authentication form character set for the form field values.HttpAuthConfig.setFormPasswordField(String formPasswordField) The name of the HTML field where the password is set.HttpAuthConfig.setFormSelector(String formSelector) The CSS selector that identifies the form in a login page.HttpAuthConfig.setFormUsernameField(String formUsernameField) The name of the HTML field where the username is set.The host for the current authentication scope.HttpAuthConfig.setKerberosConfig(KerberosConfig kerberosConfig) Kerberos/SPNEGO configuration.HttpAuthConfig.setMethod(HttpAuthMethod method) The authentication method.HttpAuthConfig.setPreemptive(boolean preemptive) Whether to perform preemptive authentication (valid for "basic" authentication method).The realm name for the current authentication scope.The URL for "form" authentication.HttpAuthConfig.setWorkstation(String workstation) The NTLM authentication workstation name.Methods in com.norconex.crawler.web.fetch.impl.httpclient with parameters of type HttpAuthConfigModifier and TypeMethodDescriptionHttpClientFetcherConfig.setAuthentication(HttpAuthConfig authentication) Authentication configuration for sites requiring it. -
Uses of HttpAuthConfig in com.norconex.crawler.web.fetch.util
Methods in com.norconex.crawler.web.fetch.util with parameters of type HttpAuthConfigModifier and TypeMethodDescriptionstatic voidApacheHttpUtil.authenticateUsingForm(org.apache.hc.client5.http.classic.HttpClient httpClient, HttpAuthConfig authConfig)