We're sunsetting PodQuest on 2025-07-28. Thank you for your support!
Export Podcast Subscriptions
cover of episode Spring Security

Spring Security

2013/10/23
logo of podcast How to Program with Java Podcast

How to Program with Java Podcast

Shownotes Transcript

Ever wondered how you could properly restrict access to certain parts of your web application?  

Do you have an application that has a user registration page and a user login page?

Spring Security is the answer if you have a web application created with the Spring Framework!

Spring Security will restrict access to any URLs that point to your web application based on your custom configuration.

Learn how in this week's How to Program with Java podcast.