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.requestDelegCredsprivate KerberosConfig.OptionKerberosConfig.Builder.stripPortprivate final KerberosConfig.OptionKerberosConfig.stripPortprivate KerberosConfig.OptionKerberosConfig.Builder.useCanonicalHostnameprivate final KerberosConfig.OptionKerberosConfig.useCanonicalHostnameMethods in org.apache.hc.client5.http.auth that return KerberosConfig.OptionModifier and TypeMethodDescriptionKerberosConfig.getRequestDelegCreds()KerberosConfig.getStripPort()KerberosConfig.getUseCanonicalHostname()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)