Versions Compared

Key

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

...

That said, I think I have some concerns with the CredentialsBinder API and its associated LoginController implementation.

Panel
titleLoginController inheritence

For reference, the following is the class hierarchy for LoginController. Highlighted methods are those involved in the discussion below.

Note
iconfalse
titleLoginController

extends

Note
iconfalse
titleApplicationObjectSupport

LoginController extends Spring SimpleFormHandler and looks something like this:

...