Skip to content

Commit

Permalink
Add method comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiyamSanthosh committed Jul 4, 2024
1 parent a840931 commit c16df49
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,12 @@ protected String prepareLoginPage(HttpServletRequest request, AuthenticationCont
}
}

/**
* This method can be used to add the authentication error message content into the context.
*
* @param errorMessage ErrorMessage object.
* @param context AuthenticationContext.
*/
protected static void setAuthenticatorMessageToContext(ErrorMessages errorMessage,
AuthenticationContext context) {

Expand Down

0 comments on commit c16df49

Please sign in to comment.