...
That said, I think I have some concerns with the CredentialsBinder API and its associated LoginController implementation.
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
For reference, the following is the class hierarchy for LoginController. Highlighted methods are those involved in the discussion below.
extends
|
LoginController extends Spring SimpleFormHandler and looks something like this:
...