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 1, 2024
1 parent d99f274 commit e698321
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 e698321

Please sign in to comment.