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.Option
KerberosConfig.Builder.requestDelegCreds
private final KerberosConfig.Option
KerberosConfig.requestDelegCreds
Deprecated.private KerberosConfig.Option
KerberosConfig.Builder.stripPort
private final KerberosConfig.Option
KerberosConfig.stripPort
Deprecated.private KerberosConfig.Option
KerberosConfig.Builder.useCanonicalHostname
private final KerberosConfig.Option
KerberosConfig.useCanonicalHostname
Deprecated.Methods in org.apache.hc.client5.http.auth that return KerberosConfig.OptionModifier and TypeMethodDescriptionKerberosConfig.getRequestDelegCreds()
Deprecated.KerberosConfig.getStripPort()
Deprecated.KerberosConfig.getUseCanonicalHostname()
Deprecated.static KerberosConfig.Option
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.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.