mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-23 15:20:19 +00:00
These four items, not three items, constitute the auth process: . A user is prompted to log in with a username and password. . The system (successfully) verifies that the password is correct for the username. . The context information for that user is obtained (their list of roles and so on). . A security context is established for the user