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
Subclasses with type arguments of type KerberosConfig.Option in org.apache.hc.client5.http.authMethods 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)