Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sjohnr committed Oct 31, 2023
1 parent f501c85 commit d0a5ada
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ JaasAuthenticationCallbackHandler[] getCallbackHandlers() {
}

/**
* Set the JAASAuthenticationCallbackHandler array to handle callback objects generated
* by the LoginContext.login method.
* Set the JAASAuthenticationCallbackHandler array to handle callback objects
* generated by the LoginContext.login method.
* @param callbackHandlers Array of JAASAuthenticationCallbackHandlers
*/
public void setCallbackHandlers(JaasAuthenticationCallbackHandler[] callbackHandlers) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ protected boolean authenticationIsRequired(String username) {
return true;
}
// Handle unusual condition where an AnonymousAuthenticationToken is already
// present. This shouldn't happen very often, as BasicAuthenticationFilter is meant to
// present. This shouldn't happen very often, as BasicAuthenticationFilter is
// meant to
// be earlier in the filter chain than AnonymousAuthenticationFilter.
// Nevertheless, presence of both an AnonymousAuthenticationToken together with a
// BASIC authentication request header should indicate reauthentication using the
Expand Down

0 comments on commit d0a5ada

Please sign in to comment.