Uses of Enum
org.apache.hc.client5.http.auth.KerberosConfig.Option
Packages that use KerberosConfig.Option
-
Uses of KerberosConfig.Option in org.apache.hc.client5.http.auth
Fields in org.apache.hc.client5.http.auth declared as KerberosConfig.OptionModifier and TypeFieldDescriptionprivate KerberosConfig.OptionKerberosConfig.Builder.requestDelegCredsprivate final KerberosConfig.OptionKerberosConfig.requestDelegCredsDeprecated.private KerberosConfig.OptionKerberosConfig.Builder.stripPortprivate final KerberosConfig.OptionKerberosConfig.stripPortDeprecated.private KerberosConfig.OptionKerberosConfig.Builder.useCanonicalHostnameprivate final KerberosConfig.OptionKerberosConfig.useCanonicalHostnameDeprecated.Methods in org.apache.hc.client5.http.auth that return KerberosConfig.OptionModifier and TypeMethodDescriptionKerberosConfig.getRequestDelegCreds()Deprecated.KerberosConfig.getStripPort()Deprecated.KerberosConfig.getUseCanonicalHostname()Deprecated.static KerberosConfig.OptionReturns 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.OptionModifier and TypeMethodDescriptionKerberosConfig.Builder.setRequestDelegCreds(KerberosConfig.Option requestDelegCreds) KerberosConfig.Builder.setStripPort(KerberosConfig.Option stripPort) KerberosConfig.Builder.setUseCanonicalHostname(KerberosConfig.Option useCanonicalHostname) Constructors in org.apache.hc.client5.http.auth with parameters of type KerberosConfig.OptionModifierConstructorDescription(package private)KerberosConfig(KerberosConfig.Option stripPort, KerberosConfig.Option useCanonicalHostname, KerberosConfig.Option requestDelegCreds) Deprecated.