Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This version of the AuthenticationHandler is missing a very important method.... supports(Credentials credentials). This method determines if a specific handler can even attempt to authenticate these credentials. Its also the a reason for the existance of the AuthenticationManager

...