Reading Notes

201-Your reminder to trust the process!

Reading Notes


Spring Security Architecture


Authentication and Access Control

The main strategy interface for authentication is AuthenticationManager, which has only one method:

An AuthenticationManager can do one of 3 things in its authenticate() method:


Source: