Java Spring Boot Security-Authentication,Authorization

InMemory/JDBC Authentication, Method Level Security, Password encoding, SecurityContext, Security Configurations

Ratings: 3.26 / 5.00




Description

This Spring Boot Security Course covers, below Topics

  1. InMemory Authentication

  2. JDBC Authentication

  3. Protect a specific URL or URL Patterns(Ant patterns), based on Authorization

  4. Method Level Security @PreAuthorize, @PostAuthroize, @Secured

  5. Security Configuration by extending from WebSecurityConfigurerAdapter

  6. Using httpBasic protocol

  7. Retrieve currently logged in user details using SecurityContext and SecurityContextHolder

  8. 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