Uses of Class
org.apache.hc.client5.http.auth.KerberosConfig.Option
-
Packages that use KerberosConfig.Option Package Description org.apache.hc.client5.http.auth Client HTTP authentication APIs. -
-
Uses of KerberosConfig.Option in org.apache.hc.client5.http.auth
Fields in org.apache.hc.client5.http.auth declared as KerberosConfig.Option Modifier and Type Field Description private KerberosConfig.OptionKerberosConfig.Builder. requestDelegCredsprivate KerberosConfig.OptionKerberosConfig. requestDelegCredsDeprecated.private KerberosConfig.OptionKerberosConfig.Builder. stripPortprivate KerberosConfig.OptionKerberosConfig. stripPortDeprecated.private KerberosConfig.OptionKerberosConfig.Builder. useCanonicalHostnameprivate KerberosConfig.OptionKerberosConfig. useCanonicalHostnameDeprecated.Methods in org.apache.hc.client5.http.auth that return KerberosConfig.Option Modifier and Type Method Description KerberosConfig.OptionKerberosConfig. getRequestDelegCreds()Deprecated.KerberosConfig.OptionKerberosConfig. getStripPort()Deprecated.KerberosConfig.OptionKerberosConfig. getUseCanonicalHostname()Deprecated.static KerberosConfig.OptionKerberosConfig.Option. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static KerberosConfig.Option[]KerberosConfig.Option. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hc.client5.http.auth with parameters of type KerberosConfig.Option Modifier and Type Method Description KerberosConfig.BuilderKerberosConfig.Builder. setRequestDelegCreds(KerberosConfig.Option requestDelegCreds)KerberosConfig.BuilderKerberosConfig.Builder. setStripPort(KerberosConfig.Option stripPort)KerberosConfig.BuilderKerberosConfig.Builder. setUseCanonicalHostname(KerberosConfig.Option useCanonicalHostname)Constructors in org.apache.hc.client5.http.auth with parameters of type KerberosConfig.Option Constructor Description KerberosConfig(KerberosConfig.Option stripPort, KerberosConfig.Option useCanonicalHostname, KerberosConfig.Option requestDelegCreds)Deprecated.
-