Java Spring Boot Security-Authentication,Authorization
InMemory/JDBC Authentication, Method Level Security, Password encoding, SecurityContext, Security Configurations
Description
This Spring Boot Security Course covers, below Topics
InMemory Authentication
JDBC Authentication
Protect a specific URL or URL Patterns(Ant patterns), based on Authorization
Method Level Security @PreAuthorize, @PostAuthroize, @Secured
Security Configuration by extending from WebSecurityConfigurerAdapter
Using httpBasic protocol
Retrieve currently logged in user details using SecurityContext and SecurityContextHolder
Password encoding
More Spring Boot Security Topics to be added shortly, to this Course.
What You Will Learn!
- How to Secure Java Web Applications
- How to use Spring Boot Security to secure REST API end points
- What is Authentication and Authorization
- Spring Boot Security - InMemory Authentication, JDBC Authentication
Who Should Attend!
- Java Developers
- Java Enterprise Application developers