Skip to content

Commit

Permalink
re-deprecate StandardAuthScheme.KERBEROS
Browse files Browse the repository at this point in the history
  • Loading branch information
stoty committed Oct 19, 2024
1 parent a23b9f8 commit 6e1e009
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,11 @@ private StandardAuthScheme() {

/**
* Kerberos authentication scheme as defined in RFC 4120.
*
* @deprecated Do not use. The Kerberos scheme was never standardized, and its
* implementation uses the old deprecated non mutual auth capable logic.
*/
@Deprecated
public static final String KERBEROS = "Kerberos";

}

0 comments on commit 6e1e009

Please sign in to comment.