I'm new to Spring security, so I don't know how to get it setup and configured in my web application. Does anyone know of a good reference that explains the basics of Spring security and describes common usage scenarios? Ideally I'd like to find a tutorial that describes:
- setup and configuration for authentication and authorization
- using Hibernate to fetch authorities
- required dependencies