Uses of Class
org.apache.hc.client5.http.auth.KerberosConfig
-
Packages that use KerberosConfig Package Description org.apache.hc.client5.http.auth Client HTTP authentication APIs.org.apache.hc.client5.http.impl.auth Standard and common HTTP authentication schemes. -
-
Uses of KerberosConfig in org.apache.hc.client5.http.auth
Fields in org.apache.hc.client5.http.auth declared as KerberosConfig Modifier and Type Field Description static KerberosConfig
KerberosConfig. DEFAULT
Deprecated.Methods in org.apache.hc.client5.http.auth that return KerberosConfig Modifier and Type Method Description KerberosConfig
KerberosConfig.Builder. build()
protected KerberosConfig
KerberosConfig. clone()
Deprecated.Methods in org.apache.hc.client5.http.auth with parameters of type KerberosConfig Modifier and Type Method Description static KerberosConfig.Builder
KerberosConfig. copy(KerberosConfig config)
Deprecated. -
Uses of KerberosConfig in org.apache.hc.client5.http.impl.auth
Fields in org.apache.hc.client5.http.impl.auth declared as KerberosConfig Modifier and Type Field Description private KerberosConfig
GGSSchemeBase. config
Deprecated.private KerberosConfig
KerberosSchemeFactory. config
Deprecated.private KerberosConfig
SPNegoSchemeFactory. config
Deprecated.Constructors in org.apache.hc.client5.http.impl.auth with parameters of type KerberosConfig Constructor Description GGSSchemeBase(KerberosConfig config)
Deprecated.GGSSchemeBase(KerberosConfig config, DnsResolver dnsResolver)
Deprecated.KerberosScheme(KerberosConfig config, DnsResolver dnsResolver)
Deprecated.KerberosSchemeFactory(KerberosConfig config, DnsResolver dnsResolver)
Deprecated.SPNegoScheme(KerberosConfig config, DnsResolver dnsResolver)
Deprecated.SPNegoSchemeFactory(KerberosConfig config, DnsResolver dnsResolver)
Deprecated.
-