Skip to content

Commit

Permalink
Refactor validateLoginHintAttributeValue method javadoc comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaura committed Aug 21, 2024
1 parent 3d6b4d9 commit 0c1bcae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -532,9 +532,9 @@ private boolean validateOrganizationName(String organizationName, Authentication
* Validates given login_hint parameter.
*
* @param loginHintInput Given login_hint parameter value.
* @param context Authentication context.
* @param request Servlet request.
* @param response Servlet response.
* @param context Authentication context.
* @return True if the login_hint parameter is valid.
* @throws AuthenticationFailedException If an error occurs while validating login_hint parameter.
*/
Expand Down

0 comments on commit 0c1bcae

Please sign in to comment.