==================
Throughout the Spring Security Video Course you will:
- Fully secure your web application with Spring Security
- Implement authentication and registration with the database as well as with LDAP
- Utilize authorization examples that help guide you through the authentication of users step-by-step
- Learn with precise and practical examples for advanced security scenarios such as ACL, REST, and Remember Me
- See how to integrate with your choice of technology and framework
Quick technical requirements:
- all the code samples need to run with Java 7
If you find any bug/issue in any of the projects of the course, or if you just want to ask a question, please use the github issue tracker (and provide some minimal detail). Thanks.
- Section 1 - Spring Security Setup
- Section 2 - Registration
- Section 3 - Remember Me Authentication
- Section 4 - Spring Security with LDAP
- Section 5 - Authorization with Spring Expressions
- Section 6 - REST Authentication and Authorization
- Section 7 - Spring Security ACL
- clone the course:
https://github.com/eugenp/course.git
- build any of the modules/projects:
mvn clean install
- Spring Security Reference
- Spring Security Reference (single page)
- Spring Security Samples reference
- Spring Security Samples on
github
If you enjoyed learning Spring Security throughout this course - head over to baeldung.com and continue learning about this stuff.