Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
Signed-off-by: John Eberhard <[email protected]>
  • Loading branch information
jeber-ibm authored Jun 25, 2024
1 parent 3ab460c commit a31e649
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
public class AuthenticationIndicator {
/** Indicates that Kerberos was used to authenticate the user. */
public final static int KERBEROSE = 1;
public final static int KERBEROS = 1;
/** Indicates that a successful SSH authentication with a key was used to authenticate the user. */
public final static int SSH_KEY = 2;
/** Indicates that a successful identity token mapping to a user profile was used to authenticate the user. */
Expand Down

0 comments on commit a31e649

Please sign in to comment.