Java Spring Security

Go to class
Write Review

Java Spring Security provided by Udemy is a comprehensive online course, which lasts for 2-3 hours worth of material. Java Spring Security is taught by Trevor Page. Upon completion of the course, you can receive an e-certificate from Udemy. The course is taught in Englishand is Paid Course. Visit the course page at Udemy for detailed price information.

Overview
  • Java Spring Security allows you to add a layer of security to your Java web applications.

    What you'll learn:

    • Add a layer of authentication to their web application (i.e. username/password)
    • Use roles to manage user accounts (i.e. basic user vs admin user vs super user)
    • Automatically encrypt the passwords stored in their database
    • Stop users from sharing their user accounts (via session management)
    • Add method level security to block certain users from accessing certain methods
    • Add custom logic to use Spring Security on their legacy systems

    This course will teach a Java programmer to add robust security to their web applications. Just like Facebook requires you to login before you can access your profile page, I will teach you how to stop unauthorized users from accessing the protected pages in your Java web application.

    No prior experience with Spring Security is needed.

    I'll show you exactly how to take your new or existing Java web application and make it so that you can protect certain pages/URLs from unauthorized users.

    What is an unauthorized user?

    Anyone who hasn't yet provided a username and password that matches an entry in your database!

    I even show you how to assign roles to user accounts so you can custom tailor the user experience.

    Basic users, Admin users, Super users, whatever user role you'd like to create, you can weave them into your web application and have it respond in dynamic ways

    You'll learn how to integrate Spring Security directly into your existing database and protect whichever pages you like in less than a day.

    Plus I show you exactly how to handle the always pesky "set up" process so it'll be a pain free experience for you.