Class KerberosConfig
java.lang.Object
org.apache.hc.client5.http.auth.KerberosConfig
- All Implemented Interfaces:
Cloneable
@Deprecated
@Contract(threading=IMMUTABLE)
public class KerberosConfig
extends Object
implements Cloneable
Deprecated.
Do not use. The GGS based experimental authentication schemes are no longer
supported. Consider using Basic or Bearer authentication with TLS instead.
Immutable class encapsulating Kerberos configuration options.
- Since:
- 4.6
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.static enumDeprecated. -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated.Intended for CDI compatibility -
Method Summary
Modifier and TypeMethodDescriptionprotected KerberosConfigclone()Deprecated.static KerberosConfig.Buildercopy(KerberosConfig config) Deprecated.static KerberosConfig.Buildercustom()Deprecated.Deprecated.Deprecated.Deprecated.toString()Deprecated.
-
Field Details
-
DEFAULT
Deprecated.
-
-
Constructor Details
-
KerberosConfig
protected KerberosConfig()Deprecated.Intended for CDI compatibility
-
-
Method Details
-
getStripPort
Deprecated. -
getUseCanonicalHostname
Deprecated. -
getRequestDelegCreds
Deprecated. -
clone
Deprecated.- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
toString
-
custom
Deprecated. -
copy
Deprecated.
-