We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73101b commit 247e6cfCopy full SHA for 247e6cf
httpclient5/src/main/java/org/apache/hc/client5/http/auth/StandardAuthScheme.java
@@ -71,7 +71,11 @@ private StandardAuthScheme() {
71
72
/**
73
* Kerberos authentication scheme as defined in RFC 4120.
74
+ *
75
+ * @deprecated Do not use. The Kerberos scheme was never standardized, and its
76
+ * implementation uses the old deprecated non mutual auth capable logic.
77
*/
78
+ @Deprecated
79
public static final String KERBEROS = "Kerberos";
80
81
}
0 commit comments